Class PublicIpAssignmentResponse

java.lang.Object
com.iland.core.web.rest.response.common.PublicIpAssignmentResponse

public class PublicIpAssignmentResponse extends Object
Public IP Assignment Response.
Author:
Brett Snyder
  • 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 type
      ip - the ip
      entityUuid - the entity uuid
      entityName - the entity name
      externalNetworkName - the external network name
      externalNetworkUuid - the external network uuid
  • Method Details

    • getType

      Gets the type.
      Returns:
      the type
    • getIp

      public String getIp()
      Gets the ip.
      Returns:
      the ip
    • getEntityUuid

      public String getEntityUuid()
      Gets the entity uuid.
      Returns:
      the entity uuid
    • getEntityName

      public String getEntityName()
      Gets the entity name.
      Returns:
      the entity name
    • getExternalNetworkUuid

      public String getExternalNetworkUuid()
      Gets the external network uuid.
      Returns:
      the external network uuid
    • getExternalNetworkName

      public String getExternalNetworkName()
      Gets the external network name.
      Returns:
      the external network name
    • toString

      public String toString()
      Overrides:
      toString in class Object