public class DatacenterDto extends SingleResourceTransportDto implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_22 |
static String |
MEDIA_TYPE_23 |
static String |
MEDIA_TYPE_24 |
static String |
MEDIA_TYPE_26 |
static String |
MEDIA_TYPE_27 |
static String |
MEDIA_TYPE_28 |
static String |
MEDIA_TYPE_JSON |
static String |
MEDIA_TYPE_JSON_26 |
static String |
MEDIA_TYPE_JSON_27 |
static String |
MEDIA_TYPE_JSON_28 |
static String |
MEDIA_TYPE_XML |
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 |
|---|
DatacenterDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseMediaType() |
Integer |
getId()
Identifier of the datacenter
|
String |
getLocation()
Location of the datacenter
|
String |
getMediaType() |
String |
getName()
Name of the datacenter
|
RemoteServicesDto |
getRemoteServices()
List of remote services transfer objects of the datacenter
|
String |
getUuid()
Unique identifier of the datacenter shared with the remote services
|
void |
setId(Integer id) |
void |
setLocation(String location) |
void |
setName(String name) |
void |
setRemoteServices(RemoteServicesDto remoteServices) |
void |
setUuid(String uuid) |
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_JSON_26
public static final String MEDIA_TYPE_JSON_27
public static final String MEDIA_TYPE_JSON_28
public static final String MEDIA_TYPE_22
public static final String MEDIA_TYPE_23
public static final String MEDIA_TYPE_24
public static final String MEDIA_TYPE_26
public static final String MEDIA_TYPE_27
public static final String MEDIA_TYPE_28
public Integer getId()
public void setId(Integer id)
id - id to set@NotNull public String getName()
public void setName(String name)
name - name to set@NotNull public String getLocation()
public void setLocation(String location)
location - set the locationpublic void setRemoteServices(RemoteServicesDto remoteServices)
remoteServices - the remoteServices to setpublic RemoteServicesDto getRemoteServices()
public String getUuid()
public void setUuid(String uuid)
public String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.