org.jclouds.ultradns.ws.domain
Class ResourceRecordDetail

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

public class ResourceRecordDetail
extends Object


Nested Class Summary
static class ResourceRecordDetail.Builder
           
 
Method Summary
static ResourceRecordDetail.Builder builder()
           
 boolean equals(Object obj)
           
 Date getCreated()
           
 String getGuid()
           
 Date getModified()
           
 ResourceRecord getRecord()
          the record in the zone file.
 String getZoneId()
           
 String getZoneName()
           
 int hashCode()
           
 ResourceRecordDetail.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getZoneId

public String getZoneId()

getGuid

public String getGuid()

getZoneName

public String getZoneName()

getCreated

public Date getCreated()

getModified

public Date getModified()

getRecord

public ResourceRecord getRecord()
the record in the zone file.


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 ResourceRecordDetail.Builder builder()

toBuilder

public ResourceRecordDetail.Builder toBuilder()


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