public class Amount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Amount.AmountBuilder |
| Constructor and Description |
|---|
Amount() |
Amount(String currency,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Amount.AmountBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCurrency() |
String |
getValue() |
int |
hashCode() |
void |
setCurrency(String currency) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2020. All rights reserved.