|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.domain.internal.ResourceMetadataImpl<T>
public abstract class ResourceMetadataImpl<T extends Enum<T>>
Idpayload of the object
| Constructor Summary | |
|---|---|
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata)
|
|
| Method Summary | |
|---|---|
int |
compareTo(ResourceMetadata<T> o)
|
boolean |
equals(Object obj)
|
Location |
getLocation()
Physical location of the resource, or null if n/a ex. |
String |
getName()
Name of this resource. |
String |
getProviderId()
Unique identifier of this resource within its enclosing namespace. |
URI |
getUri()
URI used to access this resource |
Map<String,String> |
getUserMetadata()
Any key-value pairs associated with the resource. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jclouds.domain.ResourceMetadata |
|---|
getType |
| Constructor Detail |
|---|
public ResourceMetadataImpl(@Nullable
String providerId,
@Nullable
String name,
@Nullable
Location location,
@Nullable
URI uri,
Map<String,String> userMetadata)
| Method Detail |
|---|
public int compareTo(ResourceMetadata<T> o)
compareTo in interface Comparable<ResourceMetadata<T extends Enum<T>>>public String getProviderId()
getProviderId in interface ResourceMetadata<T extends Enum<T>>public String getName()
getName in interface ResourceMetadata<T extends Enum<T>>public Location getLocation()
getLocation in interface ResourceMetadata<T extends Enum<T>>public URI getUri()
getUri in interface ResourceMetadata<T extends Enum<T>>public Map<String,String> getUserMetadata()
getUserMetadata in interface ResourceMetadata<T extends Enum<T>>public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||