Package org.jclouds.dynect.v3.domain
Class RecordSet
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<RecordSet.Value>
com.google.common.collect.ForwardingList<RecordSet.Value>
org.jclouds.dynect.v3.domain.RecordSet
- All Implemented Interfaces:
Iterable<RecordSet.Value>
,Collection<RecordSet.Value>
,List<RecordSet.Value>
,SequencedCollection<RecordSet.Value>
A set of records which shared the same name, type, and ttl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic RecordSet.Builder
builder()
protected List
<RecordSet.Value> delegate()
boolean
int
getTTL()
getType()
int
hashCode()
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.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
add, addAll, addFirst, addLast, clear, contains, containsAll, getFirst, getLast, isEmpty, iterator, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, size, sort, spliterator, toArray, toArray
-
Method Details
-
getType
- See Also:
-
getTTL
public int getTTL()- See Also:
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<RecordSet.Value>
- Specified by:
hashCode
in interfaceList<RecordSet.Value>
- Overrides:
hashCode
in classcom.google.common.collect.ForwardingList<RecordSet.Value>
-
equals
- Specified by:
equals
in interfaceCollection<RecordSet.Value>
- Specified by:
equals
in interfaceList<RecordSet.Value>
- Overrides:
equals
in classcom.google.common.collect.ForwardingList<RecordSet.Value>
-
toString
- Overrides:
toString
in classcom.google.common.collect.ForwardingObject
-
builder
-
toBuilder
-
delegate
- Specified by:
delegate
in classcom.google.common.collect.ForwardingList<RecordSet.Value>
-