public class StorageObject extends Object
| Constructor and Description |
|---|
StorageObject(String name)
Creates a new FilesObject with data from the server
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLastModified() |
String |
getMd5sum() |
String |
getMimeType() |
String |
getName() |
Long |
getSize() |
int |
hashCode() |
void |
setLastModified(String lastModified) |
void |
setMd5sum(String md5sum) |
void |
setMimeType(String mimeType) |
void |
setSize(Long size) |
public StorageObject(String name)
name - The name of the objectpublic String getName()
public String getMd5sum()
public void setMd5sum(String md5sum)
public Long getSize()
public void setSize(Long size)
public String getMimeType()
public void setMimeType(String mimeType)
public String getLastModified()
public void setLastModified(String lastModified)
Copyright © 2020. All rights reserved.