Class ObjectLocation
- java.lang.Object
-
- org.openstack4j.model.storage.object.options.ObjectLocation
-
public final class ObjectLocation extends Object
Holds location information for an Object (Container and Object name including path)- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectLocationcreate(String containerName, String objectName)StringgetContainerName()StringgetObjectName()StringgetURI()
-