public final class Zone extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Zone.Builder |
static class |
Zone.SerialStyle |
static class |
Zone.Type |
Modifier and Type | Method and Description |
---|---|
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() |
public String getFQDN()
public Zone.Type getType()
public int getSerial()
public Zone.SerialStyle getSerialStyle()
public static Zone.Builder builder()
public Zone.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.