public static class RecordSetIterable.NextRecord extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.common.base.Optional<String> |
getIdentifier()
Weighted and latency resource record sets only.
|
String |
getName()
If the results were truncated, the name of the next record in the list.
|
RecordSet.Type |
getType()
the type of the next record in the list.
|
int |
hashCode() |
static RecordSetIterable.NextRecord |
nameAndType(String name,
RecordSet.Type type) |
static RecordSetIterable.NextRecord |
nameTypeAndIdentifier(String name,
RecordSet.Type type,
String identifier) |
String |
toString() |
public static RecordSetIterable.NextRecord nameAndType(String name, RecordSet.Type type)
public static RecordSetIterable.NextRecord nameTypeAndIdentifier(String name, RecordSet.Type type, String identifier)
public String getName()
public RecordSet.Type getType()
public com.google.common.base.Optional<String> getIdentifier()
Copyright © 2009-2013 jclouds. All Rights Reserved.