org.jclouds.dynect.v3.domain
Class Zone

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

public final class Zone
extends Object


Nested Class Summary
static class Zone.Builder
           
static class Zone.SerialStyle
           
static class Zone.Type
           
 
Method Summary
static Zone.Builder builder()
           
 boolean equals(Object obj)
           
 String getFQDN()
          The fqdn of the requested zone
 int getSerial()
          The current serial number of the zone
 Zone.SerialStyle getSerialStyle()
          The style of the zone's serial
 Zone.Type getType()
          A unique string that identifies the request to create the hosted zone.
 int hashCode()
           
 Zone.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.