Class VdiAutomationGroupDeploymentSummaryResponse
java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationGroupDeploymentSummaryResponse
- All Implemented Interfaces:
Serializable
VDI Automation Group Deployment Summary Response.
- Author:
- Cory Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVdiAutomationGroupDeploymentSummaryResponse(String automationGroupUuid, String automationGroupName, int numberOfPendingDeploys, int numberOfReadyDeployments, int numberOfPendingUndeploys, int numberOfFailedDeploys) Instantiates a new Vdi automation group deployment summary response. -
Method Summary
-
Constructor Details
-
VdiAutomationGroupDeploymentSummaryResponse
public VdiAutomationGroupDeploymentSummaryResponse(String automationGroupUuid, String automationGroupName, int numberOfPendingDeploys, int numberOfReadyDeployments, int numberOfPendingUndeploys, int numberOfFailedDeploys) Instantiates a new Vdi automation group deployment summary response.- Parameters:
automationGroupUuid- the automation group uuidautomationGroupName- the automation group namenumberOfPendingDeploys- the number of pending deploysnumberOfReadyDeployments- the number of ready deploymentsnumberOfPendingUndeploys- the number of pending undeploysnumberOfFailedDeploys- the number of failed deploys
-
-
Method Details
-
getAutomationGroupUuid
Gets automation group uuid.- Returns:
- the automation group uuid
-
getAutomationGroupName
Gets automation group name.- Returns:
- the automation group name
-
getNumberOfPendingDeploys
public int getNumberOfPendingDeploys()Gets number of pending deploys.- Returns:
- the number of pending deploys
-
getNumberOfReadyDeployments
public int getNumberOfReadyDeployments()Gets number of ready deployments.- Returns:
- the number of ready deployments
-
getNumberOfPendingUndeploys
public int getNumberOfPendingUndeploys()Gets number of pending undeploys.- Returns:
- the number of pending undeploys
-
getNumberOfFailedDeploys
public int getNumberOfFailedDeploys()Gets number of failed deploys.- Returns:
- the number of failed deploys
-
equals
-
hashCode
public int hashCode() -
toString
-