public class Container extends CDMIObject
Modifier and Type | Class and Description |
---|---|
static class |
Container.Builder<B extends Container.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
Container(Container.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static Container.Builder<?> |
builder() |
boolean |
equals(Object o) |
Set<String> |
getChildren()
Names of the children objects in the container object.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
Container.Builder<?> |
toBuilder() |
clone, getACLMetadata, getMetadata, getObjectID, getObjectName, getObjectType, getParentURI, getSystemMetadata, getUserMetadata, toString
protected Container(Container.Builder<?> builder)
public static Container.Builder<?> builder()
public Container.Builder<?> toBuilder()
toBuilder
in class CDMIObject
public Set<String> getChildren()
public boolean equals(Object o)
equals
in class CDMIObject
public int hashCode()
hashCode
in class CDMIObject
public com.google.common.base.Objects.ToStringHelper string()
string
in class CDMIObject
Copyright © 2009-2013 jclouds. All Rights Reserved.