|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.route53.domain.ResourceRecordSetIterable.NextRecord
public static class ResourceRecordSetIterable.NextRecord
If the results were truncated, this holds the position of the next item.
| Method Summary | |
|---|---|
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. |
com.google.common.base.Optional<String> |
getType()
the type of the next record in the list. |
int |
hashCode()
|
static ResourceRecordSetIterable.NextRecord |
name(String name)
|
static ResourceRecordSetIterable.NextRecord |
nameAndType(String name,
String type)
|
static ResourceRecordSetIterable.NextRecord |
nameTypeAndIdentifier(String name,
String type,
String identifier)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ResourceRecordSetIterable.NextRecord name(String name)
public static ResourceRecordSetIterable.NextRecord nameAndType(String name,
String type)
public static ResourceRecordSetIterable.NextRecord nameTypeAndIdentifier(String name,
String type,
String identifier)
public String getName()
public com.google.common.base.Optional<String> getType()
public com.google.common.base.Optional<String> getIdentifier()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||