Class VdiAutomationDeploymentResponse
java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationDeploymentResponse
- All Implemented Interfaces:
Serializable
The type Vdi automation deployment response.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Automation group config.static classThe type Deployment details.static classThe type Deployment user.static enumThe enum State. -
Constructor Summary
ConstructorsConstructorDescriptionVdiAutomationDeploymentResponse(String uuid, String orgUuid, String automationGroupUuid, VdiAutomationDeploymentResponse.State state, VdiAutomationDeploymentResponse.DeploymentUser deploymentUser, VdiAutomationDeploymentResponse.AutomationGroupConfig configuration, VdiAutomationDeploymentResponse.DeploymentDetails deploymentDetails, String failureMessage) Instantiates a new Vdi automation deployment response. -
Method Summary
-
Constructor Details
-
VdiAutomationDeploymentResponse
public VdiAutomationDeploymentResponse(String uuid, String orgUuid, String automationGroupUuid, VdiAutomationDeploymentResponse.State state, VdiAutomationDeploymentResponse.DeploymentUser deploymentUser, VdiAutomationDeploymentResponse.AutomationGroupConfig configuration, VdiAutomationDeploymentResponse.DeploymentDetails deploymentDetails, String failureMessage) Instantiates a new Vdi automation deployment response.- Parameters:
uuid- the uuidorgUuid- the organization uuidautomationGroupUuid- the automation group uuidstate- the statedeploymentUser- the associated deployment userconfiguration- the configurationdeploymentDetails- the deployment detailsfailureMessage- the failure message
-
-
Method Details
-
getUuid
Gets uuid.- Returns:
- the uuid
-
getOrgUuid
Gets org uuid.- Returns:
- the org uuid
-
getAutomationGroupUuid
Gets automation group uuid.- Returns:
- the automation group uuid
-
getState
Gets state.- Returns:
- the state
-
getConfiguration
Gets configuration.- Returns:
- the configuration
-
getDeploymentDetails
Gets deployment details.- Returns:
- the deployment details
-
getDeploymentUser
Gets the deployment user.- Returns:
- the deployment user
-
getFailureMessage
Gets failure message.- Returns:
- the failure message
-
equals
-
hashCode
public int hashCode() -
toString
-