Class Snapshot

java.lang.Object
com.woorea.openstack.nova.model.Snapshot
All Implemented Interfaces:
Serializable

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

    • id

      private String id
    • status

      private String status
    • name

      private String name
    • description

      private String description
    • volumeId

      private String volumeId
    • size

      private Integer size
    • createdAt

      private String createdAt
  • Constructor Details

    • Snapshot

      public Snapshot()
  • Method Details

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

      public String toString()
      Overrides:
      toString in class Object