Class LocalDeployment

    • Constructor Detail

      • LocalDeployment

        public LocalDeployment()
    • Method Detail

      • getDeploymentId

        public String getDeploymentId()
        The ID of the local deployment.
      • setDeploymentId

        public void setDeploymentId​(String deploymentId)
        The ID of the local deployment.
      • withDeploymentId

        public LocalDeployment withDeploymentId​(String deploymentId)
        The ID of the local deployment.
      • getStatusAsString

        public String getStatusAsString()
        The status of the local deployment.
      • setStatus

        public void setStatus​(String status)
        The status of the local deployment.
      • setStatus

        public void setStatus​(DeploymentStatus status)
        The status of the local deployment.
      • getCreatedOn

        public String getCreatedOn()
        (Optional) The timestamp at which the local deployment was created in MM/dd/yyyy hh:mm:ss format
      • setCreatedOn

        public void setCreatedOn​(String createdOn)
        (Optional) The timestamp at which the local deployment was created in MM/dd/yyyy hh:mm:ss format
      • withCreatedOn

        public LocalDeployment withCreatedOn​(String createdOn)
        (Optional) The timestamp at which the local deployment was created in MM/dd/yyyy hh:mm:ss format
      • getDeploymentStatusDetails

        public DeploymentStatusDetails getDeploymentStatusDetails()
        (Optional) The status details of the local deployment.
      • setDeploymentStatusDetails

        public void setDeploymentStatusDetails​(DeploymentStatusDetails deploymentStatusDetails)
        (Optional) The status details of the local deployment.
      • withDeploymentStatusDetails

        public LocalDeployment withDeploymentStatusDetails​(DeploymentStatusDetails deploymentStatusDetails)
        (Optional) The status details of the local deployment.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object