Package com.woorea.openstack.swift.model
Class Account
- java.lang.Object
-
- com.woorea.openstack.swift.model.Account
-
- All Implemented Interfaces:
Serializable
public class Account extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Account()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBytesUsed()IntegergetContainerCount()IntegergetObjectCount()voidsetBytesUsed(Integer bytesUsed)voidsetContainerCount(Integer containerCount)voidsetObjectCount(Integer objectCount)StringtoString()
-
-
-
Method Detail
-
getContainerCount
public Integer getContainerCount()
- Returns:
- the containerCount
-
setContainerCount
public void setContainerCount(Integer containerCount)
- Parameters:
containerCount- the containerCount to set
-
getObjectCount
public Integer getObjectCount()
- Returns:
- the objectCount
-
setObjectCount
public void setObjectCount(Integer objectCount)
- Parameters:
objectCount- the objectCount to set
-
getBytesUsed
public Integer getBytesUsed()
- Returns:
- the bytesUsed
-
setBytesUsed
public void setBytesUsed(Integer bytesUsed)
- Parameters:
bytesUsed- the bytesUsed to set
-
-