public class RecordSet extends com.google.common.collect.ForwardingList<RecordSet.Value>
Modifier and Type | Class and Description |
---|---|
static class |
RecordSet.Builder |
static class |
RecordSet.Value |
Modifier and Type | Method and Description |
---|---|
static RecordSet.Builder |
builder() |
protected List<RecordSet.Value> |
delegate() |
boolean |
equals(Object obj) |
int |
getTTL() |
String |
getType() |
int |
hashCode() |
RecordSet.Builder |
toBuilder() |
String |
toString() |
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
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.ForwardingObject
public static RecordSet.Builder builder()
public RecordSet.Builder toBuilder()
protected List<RecordSet.Value> delegate()
delegate
in class com.google.common.collect.ForwardingList<RecordSet.Value>
Copyright © 2009-2013 jclouds. All Rights Reserved.