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