Modifier and Type | Class and Description |
---|---|
static class |
CDMIObject.Builder<B extends CDMIObject.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
CDMIObject(CDMIObject.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static CDMIObject.Builder<?> |
builder() |
boolean |
clone(Object o) |
boolean |
equals(Object o) |
String |
getObjectID()
Object ID of the object
Every object stored within a CDMI-compliant system shall have a globally unique object identifier (ID) assigned at creation time. |
String |
getObjectName()
For objects in a container, the objectName field shall be returned.
|
String |
getObjectType()
type of the object
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
CDMIObject.Builder<?> |
toBuilder() |
String |
toString() |
protected CDMIObject(CDMIObject.Builder<?> builder)
public static CDMIObject.Builder<?> builder()
public CDMIObject.Builder<?> toBuilder()
public String getObjectID()
public String getObjectType()
@Nullable public String getObjectName()
public boolean clone(Object o)
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2012 jclouds. All Rights Reserved.