public class VdiAutomationDeploymentResponse extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VdiAutomationDeploymentResponse.AutomationGroupConfigThe type Automation group config. | 
| static class  | VdiAutomationDeploymentResponse.DeploymentDetailsThe type Deployment details. | 
| static class  | VdiAutomationDeploymentResponse.DeploymentUserThe type Deployment user. | 
| static class  | VdiAutomationDeploymentResponse.StateThe enum State. | 
| Constructor and Description | 
|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getAutomationGroupUuid()Gets automation group uuid. | 
| VdiAutomationDeploymentResponse.AutomationGroupConfig | getConfiguration()Gets configuration. | 
| VdiAutomationDeploymentResponse.DeploymentDetails | getDeploymentDetails()Gets deployment details. | 
| VdiAutomationDeploymentResponse.DeploymentUser | getDeploymentUser()Gets the deployment user. | 
| String | getFailureMessage()Gets failure message. | 
| String | getOrgUuid()Gets org uuid. | 
| VdiAutomationDeploymentResponse.State | getState()Gets state. | 
| String | getUuid()Gets uuid. | 
| int | hashCode() | 
| String | toString() | 
public VdiAutomationDeploymentResponse(String uuid, String orgUuid, String automationGroupUuid, VdiAutomationDeploymentResponse.State state, VdiAutomationDeploymentResponse.DeploymentUser deploymentUser, VdiAutomationDeploymentResponse.AutomationGroupConfig configuration, VdiAutomationDeploymentResponse.DeploymentDetails deploymentDetails, String failureMessage)
uuid - the uuidorgUuid - the organization uuidautomationGroupUuid - the automation group uuidstate - the statedeploymentUser - the associated deployment userconfiguration - the configurationdeploymentDetails - the deployment detailsfailureMessage - the failure messagepublic String getUuid()
public String getOrgUuid()
public String getAutomationGroupUuid()
public VdiAutomationDeploymentResponse.State getState()
public VdiAutomationDeploymentResponse.AutomationGroupConfig getConfiguration()
public VdiAutomationDeploymentResponse.DeploymentDetails getDeploymentDetails()
public VdiAutomationDeploymentResponse.DeploymentUser getDeploymentUser()
public String getFailureMessage()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.