org.jclouds.ultradns.ws.domain
Class ZoneProperties

java.lang.Object
  extended by org.jclouds.ultradns.ws.domain.ZoneProperties

public final class ZoneProperties
extends Object


Nested Class Summary
static class ZoneProperties.Builder
           
 
Method Summary
static ZoneProperties.Builder builder()
           
 boolean equals(Object obj)
           
 Date getModified()
          Last time the zone was modified
 String getName()
          The name of the domain.
 int getResourceRecordCount()
          The count of records in this zone.
 Zone.Type getType()
          The type of the zone
 int getTypeCode()
          The type of the zone
 int hashCode()
           
 ZoneProperties.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
The name of the domain. ex. jclouds.org. or 0.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.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

builder

public static ZoneProperties.Builder builder()

toBuilder

public ZoneProperties.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.