public class Xs2aAmount extends Object
| Constructor and Description |
|---|
Xs2aAmount() |
Xs2aAmount(Currency currency,
String amount) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAmount() |
Currency |
getCurrency() |
int |
hashCode() |
void |
setAmount(String amount) |
void |
setCurrency(Currency currency) |
String |
toString() |
public Xs2aAmount()
@ConstructorProperties(value={"currency","amount"}) public Xs2aAmount(Currency currency, String amount)
Copyright © 2020. All rights reserved.