Class DNSZoneResponse

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

public class DNSZoneResponse extends Object implements Serializable
DNS Zone Response.
Author:
Brett Snyder
See Also:
  • 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

      public String 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

      public String getSoa()
      Get the zone SOA.
      Returns:
      SOA
    • getTags

      public String getTags()
      Get tags for the zone.
      Returns:
      zone tags
    • getTTL

      public String 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

      public String getRecordHost()
      Get the record host.
      Returns:
      record host
    • getRecordType

      public DNSRecordTypeResponse getRecordType()
      Get the record type.
      Returns:
      record type
    • getRecordValue

      public String getRecordValue()
      Get the record value.
      Returns:
      record value
    • getRecordDescription

      public String getRecordDescription()
      Get the record description
      Returns:
      record description
    • getRecordTTL

      public String getRecordTTL()
      Get the record TTL.
      Returns:
      record TTL
    • getRecordOrdering

      public int getRecordOrdering()
      Get the record ordering.
      Returns:
      record ordering
    • getRecordErrors

      public String 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