Class Snapshot
- java.lang.Object
-
- com.woorea.openstack.cinder.model.Snapshot
-
- All Implemented Interfaces:
Serializable
public class Snapshot extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Snapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedAt()StringgetDescription()StringgetId()Map<String,String>getMetadata()StringgetName()IntegergetSize()StringgetStatus()StringgetVolumeId()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Returns:
- the id
-
getStatus
public String getStatus()
- Returns:
- the status
-
getName
public String getName()
- Returns:
- the name
-
getDescription
public String getDescription()
- Returns:
- the description
-
getVolumeId
public String getVolumeId()
- Returns:
- the volumeId
-
getSize
public Integer getSize()
- Returns:
- the size
-
getCreatedAt
public String getCreatedAt()
- Returns:
- the createdAt
-
-