Class OrgDNSZoneResponse

java.lang.Object
com.iland.core.web.rest.response.dns.OrgDNSZoneResponse
All Implemented Interfaces:
Serializable

public class OrgDNSZoneResponse extends Object implements Serializable
Org DNS Zone Response.

Provides link between an Org and a DNS Zone.

Author:
Brett Snyder
See Also:
  • Constructor Details

    • OrgDNSZoneResponse

      public OrgDNSZoneResponse(String orgUuid, int zoneId, boolean deleted, String zoneName)
  • Method Details

    • getOrgUuid

      public String getOrgUuid()
      Get the org uuid.
      Returns:
      org uuid
    • getZoneId

      public int getZoneId()
      Get the DNS zone ID.
      Returns:
      dns zone ID
    • isDeleted

      public boolean isDeleted()
      Get whether the DNS zone has been deleted.
      Returns:
      zone is deleted
    • getZoneName

      public String getZoneName()
      Get the DNS zone name.
      Returns:
      DNS zone name