public class DatastoreInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
long |
freeSpace |
long |
maxFileSize |
String |
name |
Calendar |
timestamp |
String |
url |
dynamicProperty, dynamicType| Constructor and Description |
|---|
DatastoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFreeSpace() |
long |
getMaxFileSize() |
String |
getName() |
Calendar |
getTimestamp() |
String |
getUrl() |
void |
setFreeSpace(long freeSpace) |
void |
setMaxFileSize(long maxFileSize) |
void |
setName(String name) |
void |
setTimestamp(Calendar timestamp) |
void |
setUrl(String url) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String name
public String url
public long freeSpace
public long maxFileSize
public Calendar timestamp
public String getName()
public String getUrl()
public long getFreeSpace()
public long getMaxFileSize()
public Calendar getTimestamp()
public void setName(String name)
public void setUrl(String url)
public void setFreeSpace(long freeSpace)
public void setMaxFileSize(long maxFileSize)
public void setTimestamp(Calendar timestamp)
Copyright © 2011-2012. All Rights Reserved.