public class UnmanagedDevice extends BaseModelResource
Constructor and Description |
---|
UnmanagedDevice() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceType() |
Integer |
getHeight() |
Integer |
getId() |
String |
getIpv4Address() |
String |
getIpv6Address() |
String |
getMac() |
String |
getMaxPwrConsumed() |
String |
getModel() |
String |
getUuid() |
void |
setDeviceType(String deviceType) |
void |
setHeight(Integer height) |
void |
setId(Integer id) |
void |
setIpv4Address(String ipv4Address) |
void |
setIpv6Address(String ipv6Address) |
void |
setMac(String mac) |
void |
setMaxPwrConsumed(String maxPwrConsumed) |
void |
setModel(String model) |
void |
setUuid(String uuid) |
canEqual, equals, getCategory, getCreated, getDescription, getETag, getModified, getName, getState, getStatus, getType, getUri, hashCode, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toString
public String getDeviceType()
public void setDeviceType(String deviceType)
deviceType
- the deviceType to setpublic Integer getHeight()
public void setHeight(Integer height)
height
- the height to setpublic Integer getId()
public void setId(Integer id)
id
- the id to setpublic String getIpv4Address()
public void setIpv4Address(String ipv4Address)
ipv4Address
- the ipv4Address to setpublic String getIpv6Address()
public void setIpv6Address(String ipv6Address)
ipv6Address
- the ipv6Address to setpublic String getMac()
public void setMac(String mac)
mac
- the mac to setpublic String getMaxPwrConsumed()
public void setMaxPwrConsumed(String maxPwrConsumed)
maxPwrConsumed
- the maxPwrConsumed to setpublic String getModel()
public void setModel(String model)
model
- the model to setpublic String getUuid()
public void setUuid(String uuid)
uuid
- the uuid to setCopyright © 2016. All rights reserved.