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 classZone.Builderstatic classZone.SerialStylestatic classZone.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Zone.Builderbuilder()booleanequals(Object obj)StringgetFQDN()The fqdn of the requested zoneintgetSerial()The current serial number of the zoneZone.SerialStylegetSerialStyle()The style of the zone's serialZone.TypegetType()A unique string that identifies the request to create the hosted zone.inthashCode()Zone.BuildertoBuilder()StringtoString()
-
-
-
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()
-
-