Package com.woorea.openstack.swift.model
Class Container
- java.lang.Object
-
- com.woorea.openstack.swift.model.Container
-
- All Implemented Interfaces:
Serializable
public class Container extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Container()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBytesUsed()StringgetName()IntegergetObjectCount()voidsetBytesUsed(Long bytesUsed)voidsetName(String name)voidsetObjectCount(Integer objectCount)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getObjectCount
public Integer getObjectCount()
- Returns:
- the objectCount
-
setObjectCount
public void setObjectCount(Integer objectCount)
- Parameters:
objectCount- the objectCount to set
-
getBytesUsed
public Long getBytesUsed()
- Returns:
- the bytesUsed
-
setBytesUsed
public void setBytesUsed(Long bytesUsed)
- Parameters:
bytesUsed- the bytesUsed to set
-
-