public class Device extends Object implements Serializable
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientuuid() |
String |
getDevicekey() |
String |
getDevicetype() |
UUID |
getDeviceuuid() |
String |
getName() |
String |
getStatus() |
void |
setClientuuid(String clientuuid) |
void |
setDevicekey(String devicekey) |
void |
setDevicetype(String devicetype) |
void |
setDeviceuuid(UUID deviceuuid) |
void |
setName(String name) |
void |
setStatus(String status) |
public UUID getDeviceuuid()
public void setDeviceuuid(UUID deviceuuid)
deviceuuid - the deviceuuid to setpublic String getDevicetype()
public void setDevicetype(String devicetype)
devicetype - the devicetype to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic String getDevicekey()
public void setDevicekey(String devicekey)
devicekey - the devicekey to setpublic String getClientuuid()
public void setClientuuid(String clientuuid)
clientuuid - the clientuuid to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.