org.jclouds.ultradns.ws.domain
Class ResourceRecordDetail
java.lang.Object
org.jclouds.ultradns.ws.domain.ResourceRecordDetail
public class ResourceRecordDetail
- extends Object
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.