public class Device extends Object
| Constructor and Description |
|---|
Device(String deviceKey,
Map<String,String> attributes,
Date createDate,
Date lastModifiedDate,
Date lastAuthenticatedDate) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
Date |
getCreateDate() |
String |
getDeviceKey() |
Date |
getLastAuthenticatedDate() |
Date |
getLastModifiedDate() |
Copyright © 2020. All rights reserved.