public class DNSZoneResponse extends Object implements Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
int |
getExpire()
Get the zone expire.
|
int |
getId()
Get the zone ID.
|
int |
getMinimum()
Get the zone minimum.
|
String |
getName()
Get the zone name.
|
String |
getRecordDescription()
Get the record description
|
String |
getRecordErrors()
Get record errors.
|
String |
getRecordHost()
Get the record host.
|
int |
getRecordId()
Get the record ID.
|
int |
getRecordOrdering()
Get the record ordering.
|
String |
getRecordTTL()
Get the record TTL.
|
DNSRecordTypeResponse |
getRecordType()
Get the record type.
|
String |
getRecordValue()
Get the record value.
|
int |
getRefresh()
Get the zone refresh.
|
int |
getResourceId()
Get the zone resource ID.
|
int |
getRetry()
Get the zone retry.
|
int |
getSerial()
Get the serial.
|
String |
getSoa()
Get the zone SOA.
|
String |
getTags()
Get tags for the zone.
|
String |
getTTL()
Get the zone TTL.
|
int |
getUnpagedRows()
Get unpaged rows.
|
boolean |
isAutoCheck()
Is auto-check.
|
boolean |
isEnableDNSSEC()
Is the zone DNS SEC enabled.
|
boolean |
isUserCanCreate()
Is user can create.
|
boolean |
isUserCanDelete()
Is user can delete.
|
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)
public int getId()
public String getName()
public int getResourceId()
public int getSerial()
public int getRefresh()
public int getRetry()
public int getExpire()
public int getMinimum()
public String getSoa()
public String getTags()
public String getTTL()
public boolean isEnableDNSSEC()
public boolean isAutoCheck()
public int getRecordId()
public String getRecordHost()
public DNSRecordTypeResponse getRecordType()
public String getRecordValue()
public String getRecordDescription()
public String getRecordTTL()
public int getRecordOrdering()
public String getRecordErrors()
public boolean isUserCanCreate()
public boolean isUserCanDelete()
public int getUnpagedRows()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.