Class OrgDNSZoneResponse
java.lang.Object
com.iland.core.web.rest.response.dns.OrgDNSZoneResponse
- All Implemented Interfaces:
Serializable
Org DNS Zone Response.
Provides link between an Org and a DNS Zone.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrgDNSZoneResponse(String orgUuid, int zoneId, boolean deleted, String zoneName) -
Method Summary
Modifier and TypeMethodDescriptionGet the org uuid.intGet the DNS zone ID.Get the DNS zone name.booleanGet whether the DNS zone has been deleted.
-
Constructor Details
-
OrgDNSZoneResponse
-
-
Method Details
-
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
Get the DNS zone name.- Returns:
- DNS zone name
-