public interface MutableResourceMetadata<T extends Enum<T>> extends ResourceMetadata<T>
| Modifier and Type | Method and Description | 
|---|---|
void | 
setId(String id)  | 
void | 
setLocation(Location location)  | 
void | 
setName(String name)  | 
void | 
setType(T type)  | 
void | 
setUri(URI url)  | 
void | 
setUserMetadata(Map<String,String> userMetadata)  | 
getLocation, getName, getProviderId, getType, getUri, getUserMetadatacompareTovoid setType(T type)
ResourceMetadata.getType()void setId(String id)
#getIdvoid setName(String name)
ResourceMetadata.getName()void setLocation(Location location)
ResourceMetadata.getLocation()void setUri(URI url)
ResourceMetadata.getUri()void setUserMetadata(Map<String,String> userMetadata)
ResourceMetadata.getUserMetadata()Copyright © 2009-2013 jclouds. All Rights Reserved.