Package com.woorea.openstack.swift.model
Class Account
java.lang.Object
com.woorea.openstack.swift.model.Account
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBytesUsed
(Integer bytesUsed) void
setContainerCount
(Integer containerCount) void
setObjectCount
(Integer objectCount) toString()
-
Field Details
-
containerCount
-
objectCount
-
bytesUsed
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
getContainerCount
- Returns:
- the containerCount
-
setContainerCount
- Parameters:
containerCount
- the containerCount 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
-