org.jclouds.route53.domain
Class ResourceRecordSet.RecordSubset

java.lang.Object
  extended by org.jclouds.route53.domain.ResourceRecordSet
      extended by org.jclouds.route53.domain.ResourceRecordSet.RecordSubset
Direct Known Subclasses:
ResourceRecordSet.RecordSubset.Latency, ResourceRecordSet.RecordSubset.Weighted
Enclosing class:
ResourceRecordSet

public abstract static class ResourceRecordSet.RecordSubset
extends ResourceRecordSet

A portion of a RRs who share the same name and type


Nested Class Summary
static class ResourceRecordSet.RecordSubset.Latency
           
static class ResourceRecordSet.RecordSubset.Weighted
           
 
Nested classes/interfaces inherited from class org.jclouds.route53.domain.ResourceRecordSet
ResourceRecordSet.AliasTarget, ResourceRecordSet.Builder, ResourceRecordSet.RecordSubset
 
Field Summary
 
Fields inherited from class org.jclouds.route53.domain.ResourceRecordSet
aliasTarget, name, ttl, type, values
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
          The identifier that differentiates beyond name and type
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.jclouds.route53.domain.ResourceRecordSet
builder, getAliasTarget, getName, getTTL, getType, getValues, toBuilder
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public String getId()
The identifier that differentiates beyond name and type


hashCode

public int hashCode()
Overrides:
hashCode in class ResourceRecordSet

equals

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

toString

public String toString()
Overrides:
toString in class ResourceRecordSet


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