Package org.jclouds.ultradns.ws.domain
Class Zone
java.lang.Object
org.jclouds.ultradns.ws.domain.Zone
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumstatic enum - 
Method Summary
Modifier and TypeMethodDescriptionstatic Zone.Builderbuilder()booleanThe account which this domain is a part ofsigned status of the zonegetId()The ID of the zone.getName()The name of the domain.The user that created this zone.com.google.common.base.Optional<String> present whengetType()isZone.Type.SECONDARY.getType()The type of the zoneintThe type of the zoneinthashCode()toString() 
- 
Method Details
- 
getId
The ID of the zone. - 
getName
The name of the domain. ex.jclouds.org.or0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. - 
getType
The type of the zone - 
getTypeCode
public int getTypeCode()The type of the zone - 
getAccountId
The account which this domain is a part of - 
getOwnerId
The user that created this zone. - 
getDNSSECStatus
signed status of the zone - 
getPrimarySrc
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 - 
builder
 - 
toBuilder
 
 -