public class AccountLockInfo extends Object
| Constructor and Description |
|---|
AccountLockInfo() |
AccountLockInfo(String id,
long timestamp,
Set<String> addresses,
long timeToUnlock) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAddress() |
String |
getId() |
long |
getTimestamp() |
long |
getTimeToUnlock() |
void |
setAddress(Set<String> addresses) |
void |
setId(String id) |
void |
setTimestamp(long timestamp) |
void |
setTimeToUnlock(long timeToUnlock) |
Copyright © 2018. All Rights Reserved.