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 SummaryNested Classes Modifier and Type Class Description static classZone.Builderstatic classZone.SerialStylestatic classZone.Type
 - 
Method SummaryAll 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- 
getFQDNpublic String getFQDN() The fqdn of the requested zone
 - 
getTypepublic Zone.Type getType() A unique string that identifies the request to create the hosted zone.
 - 
getSerialpublic int getSerial() The current serial number of the zone
 - 
getSerialStylepublic Zone.SerialStyle getSerialStyle() The style of the zone's serial
 - 
builderpublic static Zone.Builder builder() 
 - 
toBuilderpublic Zone.Builder toBuilder() 
 
- 
 
-