Package org.jclouds.dynect.v3.domain
Class Zone
- java.lang.Object
-
- org.jclouds.dynect.v3.domain.Zone
-
public final class Zone extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Zone.Builder
static class
Zone.SerialStyle
static class
Zone.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Zone.Builder
builder()
boolean
equals(Object obj)
String
getFQDN()
The fqdn of the requested zoneint
getSerial()
The current serial number of the zoneZone.SerialStyle
getSerialStyle()
The style of the zone's serialZone.Type
getType()
A unique string that identifies the request to create the hosted zone.int
hashCode()
Zone.Builder
toBuilder()
String
toString()
-
-
-
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
-
builder
public static Zone.Builder builder()
-
toBuilder
public Zone.Builder toBuilder()
-
-