Class Image

java.lang.Object
com.woorea.openstack.glance.model.Image
All Implemented Interfaces:
Serializable

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

    • id

      private String id
    • uri

      private String uri
    • name

      private String name
    • diskFormat

      private String diskFormat
    • containerFormat

      private String containerFormat
    • size

      private Long size
    • virtualSize

      private Long virtualSize
    • checksum

      private String checksum
    • createdAt

      private Calendar createdAt
    • updatedAt

      private Calendar updatedAt
    • deletedAt

      private Calendar deletedAt
    • status

      private String status
    • isPublic

      private boolean isPublic
    • minRam

      private Integer minRam
    • minDisk

      private Integer minDisk
    • owner

      private String owner
    • isDeleted

      private boolean isDeleted
    • isProtected

      private boolean isProtected
    • properties

      private Map<String,Object> properties
  • Constructor Details

    • Image

      public Image()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getUri

      public String getUri()
      Returns:
      the uri
    • setUri

      public void setUri(String uri)
      Parameters:
      uri - the uri to set
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getDiskFormat

      public String getDiskFormat()
      Returns:
      the diskFormat
    • setDiskFormat

      public void setDiskFormat(String diskFormat)
      Parameters:
      diskFormat - the diskFormat to set
    • getContainerFormat

      public String getContainerFormat()
      Returns:
      the containerFormat
    • setContainerFormat

      public void setContainerFormat(String containerFormat)
      Parameters:
      containerFormat - the containerFormat to set
    • getSize

      public Long getSize()
      Returns:
      the size
    • setSize

      public void setSize(Long size)
      Parameters:
      size - the size to set
    • getVirtualSize

      public Long getVirtualSize()
      Returns:
      the virtual size
    • setVirtualSize

      public void setVirtualSize(Long virtualSize)
      Parameters:
      virtualSize - the virtual size to set
    • getChecksum

      public String getChecksum()
      Returns:
      the checksum
    • setChecksum

      public void setChecksum(String checksum)
      Parameters:
      checksum - the checksum to set
    • getCreatedAt

      public Calendar getCreatedAt()
      Returns:
      the createdAt
    • setCreatedAt

      public void setCreatedAt(Calendar createdAt)
      Parameters:
      createdAt - the createdAt to set
    • getUpdatedAt

      public Calendar getUpdatedAt()
      Returns:
      the updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Calendar updatedAt)
      Parameters:
      updatedAt - the updatedAt to set
    • getDeletedAt

      public Calendar getDeletedAt()
      Returns:
      the deletedAt
    • setDeletedAt

      public void setDeletedAt(Calendar deletedAt)
      Parameters:
      deletedAt - the deletedAt to set
    • getStatus

      public String getStatus()
      Returns:
      the status
    • setStatus

      public void setStatus(String status)
      Parameters:
      status - the status to set
    • isPublic

      public boolean isPublic()
      Returns:
      the isPublic
    • setPublic

      public void setPublic(boolean isPublic)
      Parameters:
      isPublic - the isPublic to set
    • getMinRam

      public Integer getMinRam()
      Returns:
      the minRam
    • setMinRam

      public void setMinRam(Integer minRam)
      Parameters:
      minRam - the minRam to set
    • getMinDisk

      public Integer getMinDisk()
      Returns:
      the minDisk
    • setMinDisk

      public void setMinDisk(Integer minDisk)
      Parameters:
      minDisk - the minDisk to set
    • getOwner

      public String getOwner()
      Returns:
      the owner
    • setOwner

      public void setOwner(String owner)
      Parameters:
      owner - the owner to set
    • isDeleted

      public boolean isDeleted()
      Returns:
      the isDeleted
    • setDeleted

      public void setDeleted(boolean isDeleted)
      Parameters:
      isDeleted - the isDeleted to set
    • isProtected

      public boolean isProtected()
      Returns:
      the isProtected
    • setProtected

      public void setProtected(boolean isProtected)
      Parameters:
      isProtected - the isProtected to set
    • getProperties

      public Map<String,Object> getProperties()
      Returns:
      the properties
    • toString

      public String toString()
      Overrides:
      toString in class Object