|
||||||||||
| 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.ForwardingMap<String,String>
org.jclouds.rackspace.cloudloadbalancers.v1.domain.Metadata
public class Metadata
Key and value must be 256 characters or less. All UTF-8 characters are valid.
Use the *Id methods when you need to get a metadata id for updating and removal.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap |
|---|
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
Metadata()
|
|
Metadata(Metadata metadata)
|
|
| Method Summary | |
|---|---|
protected Map<String,String> |
delegate()
|
int |
getId(String key)
|
Iterable<Integer> |
getIds()
|
Integer |
putId(String key,
int id)
|
| Methods inherited from class com.google.common.collect.ForwardingMap |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values |
| Methods inherited from class com.google.common.collect.ForwardingObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Metadata(Metadata metadata)
public Metadata()
| Method Detail |
|---|
protected Map<String,String> delegate()
delegate in class com.google.common.collect.ForwardingMap<String,String>public int getId(String key)
public Integer putId(String key,
int id)
public Iterable<Integer> getIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||