Class PublicIpAssignmentResponse
java.lang.Object
com.iland.core.web.rest.response.common.PublicIpAssignmentResponse
Public IP Assignment Response.
- Author:
- Brett Snyder
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPublicIpAssignmentResponse(PublicIpAssignmentResponse.AssignmentType type, String ip, String entityUuid, String entityName, String externalNetworkName, String externalNetworkUuid) Instantiates a new public ip assignment. -
Method Summary
-
Constructor Details
-
PublicIpAssignmentResponse
public PublicIpAssignmentResponse(PublicIpAssignmentResponse.AssignmentType type, String ip, String entityUuid, String entityName, String externalNetworkName, String externalNetworkUuid) Instantiates a new public ip assignment.- Parameters:
type- the typeip- the ipentityUuid- the entity uuidentityName- the entity nameexternalNetworkName- the external network nameexternalNetworkUuid- the external network uuid
-
-
Method Details
-
getType
Gets the type.- Returns:
- the type
-
getIp
Gets the ip.- Returns:
- the ip
-
getEntityUuid
Gets the entity uuid.- Returns:
- the entity uuid
-
getEntityName
Gets the entity name.- Returns:
- the entity name
-
getExternalNetworkUuid
Gets the external network uuid.- Returns:
- the external network uuid
-
getExternalNetworkName
Gets the external network name.- Returns:
- the external network name
-
toString
-