Class VdiTeamResponse
java.lang.Object
com.iland.core.web.rest.response.vdi.VdiTeamResponse
- All Implemented Interfaces:
Serializable
VDI Team Response.
- Author:
- Cory Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVdiTeamResponse(String uuid, String name, Set<String> members) Instantiates a new Vdi team response. -
Method Summary
-
Constructor Details
-
VdiTeamResponse
Instantiates a new Vdi team response.- Parameters:
uuid- the uuidname- the namemembers- the member vdi user uuids
-
-
Method Details
-
getUuid
Gets uuid.- Returns:
- the uuid
-
getName
Gets name.- Returns:
- the name
-
getMembers
Gets member vdi user uuids.- Returns:
- the member vdi user uuids
-
equals
-
hashCode
public int hashCode() -
toString
-