Package com.woorea.openstack.swift.model
Class Container
java.lang.Object
com.woorea.openstack.swift.model.Container
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setBytesUsed
(Long bytesUsed) void
void
setObjectCount
(Integer objectCount) toString()
-
Field Details
-
name
-
objectCount
-
bytesUsed
-
-
Constructor Details
-
Container
public Container()
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getObjectCount
- Returns:
- the objectCount
-
setObjectCount
- Parameters:
objectCount
- the objectCount to set
-
getBytesUsed
- Returns:
- the bytesUsed
-
setBytesUsed
- Parameters:
bytesUsed
- the bytesUsed to set
-
toString
-