org.jclouds.snia.cdmi.v1.domain
Class Container
java.lang.Object
org.jclouds.snia.cdmi.v1.domain.CDMIObject
org.jclouds.snia.cdmi.v1.domain.Container
public class Container
- extends CDMIObject
- Author:
- Kenneth Nagin
Container
protected Container(Container.Builder<?> builder)
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.