Class VdiAutomationGroupDeploymentSummaryResponse

java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationGroupDeploymentSummaryResponse
All Implemented Interfaces:
Serializable

public class VdiAutomationGroupDeploymentSummaryResponse extends Object implements Serializable
VDI Automation Group Deployment Summary Response.
Author:
Cory Snyder
See Also:
  • 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 uuid
      automationGroupName - the automation group name
      numberOfPendingDeploys - the number of pending deploys
      numberOfReadyDeployments - the number of ready deployments
      numberOfPendingUndeploys - the number of pending undeploys
      numberOfFailedDeploys - the number of failed deploys
  • Method Details

    • getAutomationGroupUuid

      public String getAutomationGroupUuid()
      Gets automation group uuid.
      Returns:
      the automation group uuid
    • getAutomationGroupName

      public String 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object