Class DNSZoneResponse
java.lang.Object
com.iland.core.web.rest.response.dns.DNSZoneResponse
- All Implemented Interfaces:
Serializable
DNS Zone Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDNSZoneResponse(int id, String name, int resourceId, int serial, int refresh, int retry, int expire, int minimum, String soa, String tags, String ttl, boolean enableDNSSEC, boolean autoCheck, int recordId, String recordHost, DNSRecordTypeResponse recordType, String recordValue, String recordDescription, String recordTTL, int recordOrdering, String recordErrors, boolean userCanCreate, boolean userCanDelete, boolean userCanUpdate, int unpagedRows) -
Method Summary
Modifier and TypeMethodDescriptionintGet the zone expire.intgetId()Get the zone ID.intGet the zone minimum.getName()Get the zone name.Get the record descriptionGet record errors.Get the record host.intGet the record ID.intGet the record ordering.Get the record TTL.Get the record type.Get the record value.intGet the zone refresh.intGet the zone resource ID.intgetRetry()Get the zone retry.intGet the serial.getSoa()Get the zone SOA.getTags()Get tags for the zone.getTTL()Get the zone TTL.intGet unpaged rows.booleanIs auto-check.booleanIs the zone DNS SEC enabled.booleanIs user can create.booleanIs user can delete.
-
Constructor Details
-
DNSZoneResponse
public DNSZoneResponse(int id, String name, int resourceId, int serial, int refresh, int retry, int expire, int minimum, String soa, String tags, String ttl, boolean enableDNSSEC, boolean autoCheck, int recordId, String recordHost, DNSRecordTypeResponse recordType, String recordValue, String recordDescription, String recordTTL, int recordOrdering, String recordErrors, boolean userCanCreate, boolean userCanDelete, boolean userCanUpdate, int unpagedRows)
-
-
Method Details
-
getId
public int getId()Get the zone ID.- Returns:
- zone id
-
getName
Get the zone name.- Returns:
- zone name
-
getResourceId
public int getResourceId()Get the zone resource ID.- Returns:
- zone resource ID
-
getSerial
public int getSerial()Get the serial.- Returns:
- serial
-
getRefresh
public int getRefresh()Get the zone refresh.- Returns:
- zone refresh
-
getRetry
public int getRetry()Get the zone retry.- Returns:
- retry
-
getExpire
public int getExpire()Get the zone expire.- Returns:
- expire
-
getMinimum
public int getMinimum()Get the zone minimum.- Returns:
- minimum
-
getSoa
Get the zone SOA.- Returns:
- SOA
-
getTags
Get tags for the zone.- Returns:
- zone tags
-
getTTL
Get the zone TTL.- Returns:
- TTL
-
isEnableDNSSEC
public boolean isEnableDNSSEC()Is the zone DNS SEC enabled.- Returns:
- DNS SEC enabled
-
isAutoCheck
public boolean isAutoCheck()Is auto-check.- Returns:
- auto check
-
getRecordId
public int getRecordId()Get the record ID.- Returns:
- record ID
-
getRecordHost
Get the record host.- Returns:
- record host
-
getRecordType
Get the record type.- Returns:
- record type
-
getRecordValue
Get the record value.- Returns:
- record value
-
getRecordDescription
Get the record description- Returns:
- record description
-
getRecordTTL
Get the record TTL.- Returns:
- record TTL
-
getRecordOrdering
public int getRecordOrdering()Get the record ordering.- Returns:
- record ordering
-
getRecordErrors
Get record errors.- Returns:
- record errors
-
isUserCanCreate
public boolean isUserCanCreate()Is user can create.- Returns:
- user can create
-
isUserCanDelete
public boolean isUserCanDelete()Is user can delete.- Returns:
- user can delete
-
getUnpagedRows
public int getUnpagedRows()Get unpaged rows.- Returns:
- unpaged rows
-