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