public class BladeLocatorLedDto extends SingleResourceTransportDto
Java class for BladeLocatorLedDto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BladeLocatorLedDto">
<complexContent>
<sequence>
<element name="dn" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="adminStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="color" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bladeDn" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adminStatus |
protected String |
bladeDn |
protected String |
color |
protected String |
dn |
static String |
MEDIA_TYPE |
static String |
MEDIA_TYPE_JSON |
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 |
|---|
BladeLocatorLedDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminStatus()
Actual status of the locator led
|
String |
getBaseMediaType() |
String |
getBladeDn()
Distinguished name of the blade which locator led belongs
|
String |
getColor()
Current color of the locator led
|
String |
getDn()
Distinguished name of the locator led
|
String |
getMediaType() |
void |
setAdminStatus(String adminStatus)
Sets the value of the status property.
|
void |
setBladeDn(String bladeDn)
Sets the value of the bladeDn property.
|
void |
setColor(String color)
Sets the value of the color property.
|
void |
setDn(String dn)
Sets the value of the name property.
|
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
protected String dn
protected String adminStatus
protected String color
protected String bladeDn
public String getAdminStatus()
Stringpublic void setDn(String dn)
value - allowed object is Stringpublic void setAdminStatus(String adminStatus)
value - allowed object is Stringpublic String getBladeDn()
Stringpublic void setBladeDn(String bladeDn)
value - allowed object is Stringpublic String getColor()
Stringpublic void setColor(String color)
value - allowed object is Stringpublic String getMediaType()
getMediaType in class SingleResourceTransportDtopublic String getBaseMediaType()
getBaseMediaType in class SingleResourceTransportDtoCopyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.