Class VdiAutomationDeploymentResponse.DeploymentUser

java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationDeploymentResponse.DeploymentUser
Enclosing class:
VdiAutomationDeploymentResponse

public static class VdiAutomationDeploymentResponse.DeploymentUser extends Object
The type Deployment user.
  • Constructor Details

    • DeploymentUser

      public DeploymentUser(String userUuid, String userEmail, String userFullName)
      Instantiates a new Deployment user.
      Parameters:
      userUuid - the user uuid
      userEmail - the user email
      userFullName - the user full name
  • Method Details

    • getUserUuid

      public String getUserUuid()
      Gets user uuid.
      Returns:
      the user uuid
    • getUserEmail

      public String getUserEmail()
      Gets user email.
      Returns:
      the user email
    • getUserFullName

      public String getUserFullName()
      Gets user full name.
      Returns:
      the user full name