Class VdiAutomationDeploymentResponse.DeploymentUser
java.lang.Object
com.iland.core.web.rest.response.vdi.VdiAutomationDeploymentResponse.DeploymentUser
- Enclosing class:
- VdiAutomationDeploymentResponse
The type Deployment user.
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentUser(String userUuid, String userEmail, String userFullName) Instantiates a new Deployment user. -
Method Summary
Modifier and TypeMethodDescriptionGets user email.Gets user full name.Gets user uuid.
-
Constructor Details
-
DeploymentUser
Instantiates a new Deployment user.- Parameters:
userUuid- the user uuiduserEmail- the user emailuserFullName- the user full name
-
-
Method Details
-
getUserUuid
Gets user uuid.- Returns:
- the user uuid
-
getUserEmail
Gets user email.- Returns:
- the user email
-
getUserFullName
Gets user full name.- Returns:
- the user full name
-