Package org.jclouds.ultradns.ws.domain
Class ZoneProperties
- java.lang.Object
 - 
- org.jclouds.ultradns.ws.domain.ZoneProperties
 
 
- 
public final class ZoneProperties extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZoneProperties.Builder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ZoneProperties.Builderbuilder()booleanequals(Object obj)DategetModified()Last time the zone was modifiedStringgetName()The name of the domain.intgetResourceRecordCount()The count of records in this zone.Zone.TypegetType()The type of the zoneintgetTypeCode()The type of the zoneinthashCode()ZoneProperties.BuildertoBuilder()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getName
public String getName()
The name of the domain. ex.jclouds.org.or0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. 
- 
getType
public Zone.Type getType()
The type of the zone 
- 
getTypeCode
public int getTypeCode()
The type of the zone 
- 
getModified
public Date getModified()
Last time the zone was modified 
- 
getResourceRecordCount
public int getResourceRecordCount()
The count of records in this zone. 
- 
builder
public static ZoneProperties.Builder builder()
 
- 
toBuilder
public ZoneProperties.Builder toBuilder()
 
 - 
 
 -