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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getProviderId
getLocation, getUri, getUserMetadata
compareTo
public ComputeType getType()
getType
in interface ComputeMetadata
getType
in interface ResourceMetadata<ComputeType>
public String getId()
getId
in interface ComputeMetadata
public Set<String> getTags()
getTags
in interface ComputeMetadata
public int hashCode()
hashCode
in class ResourceMetadataImpl<ComputeType>
public boolean equals(Object obj)
equals
in class ResourceMetadataImpl<ComputeType>
Copyright © 2009-2012 jclouds. All Rights Reserved.