public class Device
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
id |
protected java.lang.String |
type |
Constructor and Description |
---|
Device(org.json.JSONObject data) |
Device(long id,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
long |
getID() |
java.lang.String |
getType() |