public class Device extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
duoApiHostname |
protected String |
duoSigRequest |
protected long |
id |
protected String |
type |
| Constructor and Description |
|---|
Device(org.json.JSONObject data) |
Device(long id,
String type) |
Device(long id,
String type,
String duoSigRequest,
String duoApiHostname) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDuoApiHostname() |
String |
getDuoSigRequest() |
long |
getID() |
String |
getType() |
Copyright © 2018. All rights reserved.