Class CopyToEnvironmentItem

java.lang.Object
org.craftercms.studio.api.v1.service.deployment.CopyToEnvironmentItem
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • CopyToEnvironmentItem

      public CopyToEnvironmentItem()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getSite

      public String getSite()
    • setSite

      public void setSite(String site)
    • getEnvironment

      public String getEnvironment()
    • setEnvironment

      public void setEnvironment(String environment)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getUser

      public String getUser()
    • setUser

      public void setUser(String user)
    • getScheduledDate

      public ZonedDateTime getScheduledDate()
    • setScheduledDate

      public void setScheduledDate(ZonedDateTime scheduledDate)
    • getState

      public CopyToEnvironmentItem.State getState()
    • setState

      public void setState(CopyToEnvironmentItem.State state)
    • getAction

      public CopyToEnvironmentItem.Action getAction()
    • setAction

      public void setAction(CopyToEnvironmentItem.Action action)
    • getOldPath

      public String getOldPath()
    • setOldPath

      public void setOldPath(String oldPath)
    • getContentTypeClass

      public String getContentTypeClass()
    • setContentTypeClass

      public void setContentTypeClass(String contentTypeClass)
    • getSubmissionComment

      public String getSubmissionComment()
    • setSubmissionComment

      public void setSubmissionComment(String submissionComment)