Package com.woorea.openstack.nova.model
Class SnapshotForCreate
java.lang.Object
com.woorea.openstack.nova.model.SnapshotForCreate
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetForce()
getName()
void
setDescription
(String description) void
void
void
setVolumeId
(String volumeId) toString()
-
Field Details
-
volumeId
-
force
-
name
-
description
-
-
Constructor Details
-
SnapshotForCreate
public SnapshotForCreate()
-
-
Method Details
-
getVolumeId
- Returns:
- the volumeId
-
setVolumeId
- Parameters:
volumeId
- the volumeId to set
-
getForce
- Returns:
- the force
-
setForce
- Parameters:
force
- the force to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
toString
-