Class SnapshotForUpdate

java.lang.Object
com.woorea.openstack.cinder.model.SnapshotForUpdate
All Implemented Interfaces:
Serializable

public class SnapshotForUpdate extends Object implements Serializable
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
  • Constructor Details

    • SnapshotForUpdate

      public SnapshotForUpdate()
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object