public class WalletCacheKey extends Object implements Serializable
| Constructor and Description |
|---|
WalletCacheKey(long identityId) |
WalletCacheKey(String address) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAddress() |
long |
getIdentityId() |
int |
hashCode() |
void |
setAddress(String address) |
void |
setIdentityId(long identityId) |
String |
toString() |
public WalletCacheKey(String address)
public WalletCacheKey(long identityId)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.