Class DomainRecord


  • public class DomainRecord
    extends Object
    DNS record data.
    See Also:
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id of the record used to modify it via the API
        See Also:
        DomainApi
      • getname

        public String getname()
        Returns:
        the zone content of the record
      • getHost

        public String getHost()
        Returns:
        the host content of the record
      • getType

        public String getType()
        Returns:
        the type of the record, ex. "A"
      • getData

        @Nullable
        public String getData()
        Returns:
        the data content of the record
      • getTtl

        public int getTtl()
        Returns:
        the TTL/Time-to-live for the record
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()