Class DeploymentHistoryGroup

java.lang.Object
org.craftercms.studio.api.v2.dal.DeploymentHistoryGroup
All Implemented Interfaces:
Serializable

public class DeploymentHistoryGroup extends Object implements Serializable
See Also:
  • Field Details

    • internalName

      protected String internalName
      the name of task specified by the creator
    • numOfChildren

      protected int numOfChildren
      the number of deployment items in the task
    • children

      protected List<ContentItemTO> children
      navigation child content items
    • endpoint

      protected String endpoint
  • Constructor Details

    • DeploymentHistoryGroup

      public DeploymentHistoryGroup()
  • Method Details

    • getInternalName

      public String getInternalName()
    • setInternalName

      public void setInternalName(String internalName)
    • getNumOfChildren

      public int getNumOfChildren()
    • setNumOfChildren

      public void setNumOfChildren(int numOfChildren)
    • getChildren

      public List<ContentItemTO> getChildren()
    • setChildren

      public void setChildren(List<ContentItemTO> children)
    • getEndpoint

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)