|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingList<RecordSet.Value>
org.jclouds.dynect.v3.domain.RecordSet
public class RecordSet
A set of records which shared the same name, type, and ttl
| Nested Class Summary | |
|---|---|
static class |
RecordSet.Builder
|
static class |
RecordSet.Value
|
| Method Summary | |
|---|---|
static RecordSet.Builder |
builder()
|
protected List<RecordSet.Value> |
delegate()
|
boolean |
equals(Object obj)
|
int |
getTTL()
|
String |
getType()
|
int |
hashCode()
|
RecordSet.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class com.google.common.collect.ForwardingList |
|---|
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList |
| Methods inherited from class com.google.common.collect.ForwardingCollection |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
public String getType()
RecordId.getType()public int getTTL()
Record.getTTL()public int hashCode()
hashCode in interface Collection<RecordSet.Value>hashCode in interface List<RecordSet.Value>hashCode in class com.google.common.collect.ForwardingList<RecordSet.Value>public boolean equals(Object obj)
equals in interface Collection<RecordSet.Value>equals in interface List<RecordSet.Value>equals in class com.google.common.collect.ForwardingList<RecordSet.Value>public String toString()
toString in class com.google.common.collect.ForwardingObjectpublic static RecordSet.Builder builder()
public RecordSet.Builder toBuilder()
protected List<RecordSet.Value> delegate()
delegate in class com.google.common.collect.ForwardingList<RecordSet.Value>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||