public class Image extends Object implements Serializable
| Constructor and Description |
|---|
Image() |
public String getId()
public void setId(String id)
id - the id to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDiskFormat()
public void setDiskFormat(String diskFormat)
diskFormat - the diskFormat to setpublic String getContainerFormat()
public void setContainerFormat(String containerFormat)
containerFormat - the containerFormat to setpublic Long getSize()
public void setSize(Long size)
size - the size to setpublic Long getVirtualSize()
public void setVirtualSize(Long virtualSize)
virtualSize - the virtual size to setpublic String getChecksum()
public void setChecksum(String checksum)
checksum - the checksum to setpublic Calendar getCreatedAt()
public void setCreatedAt(Calendar createdAt)
createdAt - the createdAt to setpublic Calendar getUpdatedAt()
public void setUpdatedAt(Calendar updatedAt)
updatedAt - the updatedAt to setpublic Calendar getDeletedAt()
public void setDeletedAt(Calendar deletedAt)
deletedAt - the deletedAt to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic boolean isPublic()
public void setPublic(boolean isPublic)
isPublic - the isPublic to setpublic Integer getMinRam()
public void setMinRam(Integer minRam)
minRam - the minRam to setpublic Integer getMinDisk()
public void setMinDisk(Integer minDisk)
minDisk - the minDisk to setpublic String getOwner()
public void setOwner(String owner)
owner - the owner to setpublic boolean isDeleted()
public void setDeleted(boolean isDeleted)
isDeleted - the isDeleted to setpublic boolean isProtected()
public void setProtected(boolean isProtected)
isProtected - the isProtected to setCopyright © 2012–2023. All rights reserved.