public class UserKey extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Timestamp |
createTime |
String |
id |
String |
key |
String |
user |
| Constructor and Description |
|---|
UserKey(String user,
String id,
Timestamp createTime,
String key) |
Copyright © 2015. All rights reserved.