org.jclouds.snia.cdmi.v1.domain
Class Container

java.lang.Object
  extended by org.jclouds.snia.cdmi.v1.domain.CDMIObject
      extended by org.jclouds.snia.cdmi.v1.domain.Container

public class Container
extends CDMIObject

Author:
Kenneth Nagin

Nested Class Summary
static class Container.Builder<B extends Container.Builder<B>>
           
 
Constructor Summary
protected Container(Container.Builder<?> builder)
           
 
Method Summary
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()
           
 
Methods inherited from class org.jclouds.snia.cdmi.v1.domain.CDMIObject
clone, getACLMetadata, getMetadata, getObjectID, getObjectName, getObjectType, getParentURI, getSystemMetadata, getUserMetadata, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Container

protected Container(Container.Builder<?> builder)
Method Detail

builder

public static Container.Builder<?> builder()

toBuilder

public Container.Builder<?> toBuilder()
Overrides:
toBuilder in class CDMIObject

getChildren

public Set<String> getChildren()
Names of the children objects in the container object. Child container objects end with "/".


equals

public boolean equals(Object o)
Overrides:
equals in class CDMIObject

hashCode

public int hashCode()
Overrides:
hashCode in class CDMIObject

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class CDMIObject


Copyright © 2009-2012 jclouds. All Rights Reserved.