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 | 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 |
toAdminReference(String endpoint)
Deprecated.
|
Reference.Builder<?> |
toBuilder() |
String |
toString() |
protected static Logger logger
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()
@Deprecated public Reference toAdminReference(String endpoint)
Copyright © 2009-2013 jclouds. All Rights Reserved.