|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<Metric>
org.jclouds.cloudwatch.domain.ListMetricsResponse
public class ListMetricsResponse
list of Metric
| Constructor Summary | |
|---|---|
ListMetricsResponse(Set<Metric> metrics,
String nextToken)
|
|
| Method Summary | |
|---|---|
protected Set<Metric> |
delegate()
|
boolean |
equals(Object obj)
|
String |
getNextToken()
return the next token or null if there is none. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class com.google.common.collect.ForwardingSet |
|---|
standardEquals, standardHashCode, standardRemoveAll |
| 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, 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.Set |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
public ListMetricsResponse(@Nullable
Set<Metric> metrics,
@Nullable
String nextToken)
| Method Detail |
|---|
@Nullable public String getNextToken()
public int hashCode()
hashCode in interface Collection<Metric>hashCode in interface Set<Metric>hashCode in class com.google.common.collect.ForwardingSet<Metric>public boolean equals(Object obj)
equals in interface Collection<Metric>equals in interface Set<Metric>equals in class com.google.common.collect.ForwardingSet<Metric>public String toString()
toString in class com.google.common.collect.ForwardingObjectprotected Set<Metric> delegate()
delegate in class com.google.common.collect.ForwardingSet<Metric>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||