public class Resource extends Object
<xs:complexType name="ResourceType" />
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Resource.Builder<B extends Resource.Builder<B>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Resource()  | 
protected  | 
Resource(Resource.Builder<?> builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Resource.Builder<?> | 
builder()  | 
boolean | 
clone(Object o)  | 
boolean | 
equals(Object o)  | 
URI | 
getHref()
Contains the URI to the entity. 
 | 
Set<Link> | 
getLinks()
Set of optional links to an entity or operation associated with this object. 
 | 
String | 
getType()
Contains the type of the the entity. 
 | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Resource.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
protected static Logger logger
protected Resource(Resource.Builder<?> builder)
protected Resource()
public static Resource.Builder<?> builder()
public Resource.Builder<?> toBuilder()
public URI getHref()
public String getType()
public Set<Link> getLinks()
public boolean clone(Object o)
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.