Class SnapshotForUpdate
- java.lang.Object
-
- com.woorea.openstack.cinder.model.SnapshotForUpdate
-
- All Implemented Interfaces:
Serializable
public class SnapshotForUpdate extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotForUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()voidsetDescription(String description)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
-