Class VdiAutomationDeploymentRequest

java.lang.Object
com.iland.core.web.rest.request.vdi.VdiAutomationDeploymentRequest
All Implemented Interfaces:
Serializable

public class VdiAutomationDeploymentRequest extends Object implements Serializable
VDI Automation Deployment Request.
Author:
Cory Snyder
See Also:
  • Constructor Details

    • VdiAutomationDeploymentRequest

      public VdiAutomationDeploymentRequest(String domainUserName, String domainUserPassword)
      Instantiates a new Vdi automation deployment request.
      Parameters:
      domainUserName - the domain user name
      domainUserPassword - the domain user password
  • Method Details

    • getDomainUserName

      public String getDomainUserName()
      Gets domain user name.
      Returns:
      the domain user name
    • getDomainUserPassword

      public String getDomainUserPassword()
      Gets domain user password.
      Returns:
      the domain user password
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object