public class ImageForUpload extends Object
Constructor and Description |
---|
ImageForUpload() |
Modifier and Type | Method and Description |
---|---|
String |
getChecksum() |
String |
getContainerFormat() |
String |
getDiskFormat() |
String |
getId() |
InputStream |
getInputStream() |
String |
getName() |
String |
getOwner() |
Map<String,Object> |
getProperties() |
Integer |
getSize() |
String |
getStore() |
boolean |
isPublic() |
void |
setChecksum(String checksum) |
void |
setContainerFormat(String containerFormat) |
void |
setDiskFormat(String diskFormat) |
void |
setId(String id) |
void |
setInputStream(InputStream inputStream) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setPublic(boolean isPublic) |
void |
setSize(Integer size) |
void |
setStore(String store) |
public String getName()
public void setName(String name)
name
- the name to setpublic String getId()
public void setId(String id)
id
- the id to setpublic String getStore()
public void setStore(String store)
store
- the store 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 Integer getSize()
public void setSize(Integer size)
size
- the size to setpublic String getChecksum()
public void setChecksum(String checksum)
checksum
- the checksum to setpublic boolean isPublic()
public void setPublic(boolean isPublic)
isPublic
- the isPublic to setpublic String getOwner()
public void setOwner(String owner)
owner
- the owner to setpublic InputStream getInputStream()
public void setInputStream(InputStream inputStream)
inputStream
- the inputStream to setCopyright © 2012-2013. All Rights Reserved.