public class CDMIObject extends Object
| 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)  | 
List<Map<String,String>> | 
getACLMetadata()
Get System Metadata for the container object excluding ACL related metadata 
 | 
Map<String,JsonBall> | 
getMetadata()
Metadata for the CDMI object. 
 | 
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 
 | 
String | 
getParentURI()
parent URI 
 | 
Map<String,String> | 
getSystemMetadata()
Get System Metadata for the container object excluding ACL related metadata 
 | 
Map<String,String> | 
getUserMetadata()
Get User Metadata for the container 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 String getParentURI()
public Map<String,JsonBall> getMetadata()
public Map<String,String> getUserMetadata()
public Map<String,String> getSystemMetadata()
public List<Map<String,String>> getACLMetadata()
public boolean clone(Object o)
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.