Class Zone

java.lang.Object
org.jclouds.dynect.v3.domain.Zone

public final class Zone extends Object
  • Method Details

    • getFQDN

      public String getFQDN()
      The fqdn of the requested zone
    • getType

      public Zone.Type getType()
      A unique string that identifies the request to create the hosted zone.
    • getSerial

      public int getSerial()
      The current serial number of the zone
    • getSerialStyle

      public Zone.SerialStyle getSerialStyle()
      The style of the zone's serial
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static Zone.Builder builder()
    • toBuilder

      public Zone.Builder toBuilder()