Class AliasTarget

    • Constructor Summary

      Constructors 
      Constructor Description
      AliasTarget​(com.yahoo.config.provision.HostName name, java.lang.String dnsZone, java.lang.String id)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String dnsZone()
      The DNS zone this belongs to
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String id()
      A unique identifier of this record within the ALIAS record group
      com.yahoo.config.provision.HostName name()
      DNS name this points to
      abstract RecordData pack()
      Returns the fields in this encoded as record data
      static AliasTarget unpack​(RecordData data)
      Unpack target from given record data
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AliasTarget

        public AliasTarget​(com.yahoo.config.provision.HostName name,
                           java.lang.String dnsZone,
                           java.lang.String id)
    • Method Detail

      • id

        public java.lang.String id()
        A unique identifier of this record within the ALIAS record group
      • name

        public final com.yahoo.config.provision.HostName name()
        DNS name this points to
      • dnsZone

        public final java.lang.String dnsZone()
        The DNS zone this belongs to
      • pack

        public abstract RecordData pack()
        Returns the fields in this encoded as record data
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object