public class DatacenterRepositoryDto extends SingleResourceTransportDto
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_26 |
static String |
MEDIA_TYPE_27 |
static String |
MEDIA_TYPE_28 |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_XML |
static String |
MEDIA_TYPE_XML_22 |
static String |
MEDIA_TYPE_XML_23 |
static String |
MEDIA_TYPE_XML_24 |
static String |
MEDIA_TYPE_XML_26 |
static String |
MEDIA_TYPE_XML_27 |
static String |
MEDIA_TYPE_XML_28 |
static String |
SHORT_MEDIA_TYPE_JSON |
static String |
SHORT_MEDIA_TYPE_XML |
API_VERSION, API_VERSION_20, API_VERSION_22, API_VERSION_23, API_VERSION_24, API_VERSION_26, API_VERSION_27, API_VERSION_28, API_VERSION_29, APPLICATION, editLink, JSON, links, VERSION_PARAM, XML| Constructor and Description |
|---|
DatacenterRepositoryDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
String |
getError()
Any error in repository
|
TaskDto |
getLastTask()
Expanded last refresh task (if present)
|
String |
getMediaType() |
String |
getName()
Name of the datacenter repository
|
Long |
getRepositoryCapacityMb()
Capacity of repository in MB
|
String |
getRepositoryLocation()
The repository location
|
Long |
getRepositoryRemainingMb()
Remaining capacity of the repository in MB
|
void |
setError(String error) |
void |
setLastTask(TaskDto lastTask) |
void |
setName(String name) |
void |
setRepositoryCapacityMb(Long repositoryCapacityMb) |
void |
setRepositoryLocation(String repositoryLocation) |
void |
setRepositoryRemainingMb(Long repositoryRemainingMb) |
addEditLink, addLink, addLinks, getEditLink, getIdFromLink, getLinks, modifyLink, searchLink, searchLink, searchLinkByHref, searchLinks, setLinkspublic static final String MEDIA_TYPE
public static final String SHORT_MEDIA_TYPE_JSON
public static final String SHORT_MEDIA_TYPE_XML
public static final String MEDIA_TYPE_XML
public static final String MEDIA_TYPE_JSON
public static final String MEDIA_TYPE_26
public static final String MEDIA_TYPE_27
public static final String MEDIA_TYPE_28
public static final String MEDIA_TYPE_XML_22
public static final String MEDIA_TYPE_XML_23
public static final String MEDIA_TYPE_XML_24
public static final String MEDIA_TYPE_XML_26
public static final String MEDIA_TYPE_XML_27
public static final String MEDIA_TYPE_XML_28
@NotNull public String getName()
public void setName(String name)
public String getError()
public void setError(String error)
@NotNull public String getRepositoryLocation()
public void setRepositoryLocation(String repositoryLocation)
public Long getRepositoryRemainingMb()
public void setRepositoryRemainingMb(Long repositoryRemainingMb)
public Long getRepositoryCapacityMb()
public void setRepositoryCapacityMb(Long repositoryCapacityMb)
public TaskDto getLastTask()
public void setLastTask(TaskDto lastTask)
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.