Class Metadata
- java.lang.Object
-
- org.jclouds.googlecomputeengine.domain.Metadata
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Map<String,String>asMap()Copies the metadata into a new mutable map.Metadataclone()booleancontainsKey(String key)static Metadatacreate()static Metadatacreate(String fingerprint)abstract Stringfingerprint()The fingerprint for the items - needed for updating them.Stringget(String key)Returns the value with the supplied key, or null.Metadataput(String key, String value)Adds or replaces a metadata entry.MetadataputAll(Map<String,String> input)Adds or replaces metadata entries.Metadataremove(String key)Removes any entry with the supplied key.intsize()
-