public class ComputeMetadataImpl extends ResourceMetadataImpl<ComputeType> implements ComputeMetadata
| Constructor and Description |
|---|
ComputeMetadataImpl(ComputeType type,
String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
A means to uniquely address this resource within a provider.
|
Set<String> |
getTags() |
ComputeType |
getType()
Whether this resource is a container, file, node, queue, etc.
|
int |
hashCode() |
compareTo, getLocation, getName, getProviderId, getUri, getUserMetadata, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, getProviderIdgetLocation, getUri, getUserMetadatacompareTopublic ComputeType getType()
getType in interface ComputeMetadatagetType in interface ResourceMetadata<ComputeType>public String getId()
getId in interface ComputeMetadatapublic Set<String> getTags()
getTags in interface ComputeMetadatapublic int hashCode()
hashCode in class ResourceMetadataImpl<ComputeType>public boolean equals(Object obj)
equals in class ResourceMetadataImpl<ComputeType>Copyright © 2009-2012 jclouds. All Rights Reserved.