public class StorageObject extends Object
Constructor and Description |
---|
StorageObject() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getDirectLink() |
String |
getName() |
BigInteger |
getSize() |
String |
getUri() |
boolean |
isCompressed()
check if this object is compressed
|
void |
setContentType(String contentType) |
void |
setDirectLink(String directLink) |
void |
setName(String name) |
void |
setSize(BigInteger size) |
void |
setUri(String uri) |
String |
toString() |
public boolean isCompressed()
public String getName()
public void setName(String name)
name
- the name to setpublic BigInteger getSize()
public void setSize(BigInteger size)
size
- the size to setpublic String getContentType()
public void setContentType(String contentType)
contentType
- the contentType to setpublic String getDirectLink()
public void setDirectLink(String directLink)
directLink
- the directLink to setpublic String getUri()
public void setUri(String uri)
uri
- the uri to setCopyright © 2016 iNetria. All rights reserved.