public static class ResourceRecordSetIterable.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. 
 | 
String | 
getType()
the type of the next record in the list. 
 | 
int | 
hashCode()  | 
static ResourceRecordSetIterable.NextRecord | 
nameAndType(String name,
           String type)  | 
static ResourceRecordSetIterable.NextRecord | 
nameTypeAndIdentifier(String name,
                     String type,
                     String identifier)  | 
String | 
toString()  | 
public static ResourceRecordSetIterable.NextRecord nameAndType(String name, String type)
public static ResourceRecordSetIterable.NextRecord nameTypeAndIdentifier(String name, String type, String identifier)
public String getName()
public String getType()
public com.google.common.base.Optional<String> getIdentifier()
Copyright © 2009-2013 jclouds. All Rights Reserved.