public class Reference extends Object
<xs:complexType name="ReferenceType">
| Modifier and Type | Class and Description |
|---|---|
static class |
Reference.Builder<B extends Reference.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected static org.jclouds.logging.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
Reference() |
protected |
Reference(Reference.Builder<?> builder) |
protected |
Reference(URI href,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
static Reference.Builder<?> |
builder() |
boolean |
equals(Object o) |
URI |
getHref()
Contains the URI to the entity.
|
String |
getName()
Contains the name of the the entity.
|
String |
getType()
Contains the type of the the entity.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Reference.Builder<?> |
toBuilder() |
String |
toString() |
protected Reference(Reference.Builder<?> builder)
protected Reference()
public static Reference.Builder<?> builder()
public Reference.Builder<?> toBuilder()
public URI getHref()
public String getName()
public String getType()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.