public class InlineResponse20018 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_META |
static String |
SERIALIZED_NAME_WALLETABLES |
| Constructor and Description |
|---|
InlineResponse20018() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse20018 |
addWalletablesItem(Walletable walletablesItem) |
boolean |
equals(Object o) |
InlineResponse20018Meta |
getMeta()
Get meta
|
List<Walletable> |
getWalletables()
Get walletables
|
int |
hashCode() |
InlineResponse20018 |
meta(InlineResponse20018Meta meta) |
void |
setMeta(InlineResponse20018Meta meta) |
void |
setWalletables(List<Walletable> walletables) |
String |
toString() |
InlineResponse20018 |
walletables(List<Walletable> walletables) |
public static final String SERIALIZED_NAME_META
public static final String SERIALIZED_NAME_WALLETABLES
public InlineResponse20018 meta(InlineResponse20018Meta meta)
@Nullable public InlineResponse20018Meta getMeta()
public void setMeta(InlineResponse20018Meta meta)
public InlineResponse20018 walletables(List<Walletable> walletables)
public InlineResponse20018 addWalletablesItem(Walletable walletablesItem)
public List<Walletable> getWalletables()
public void setWalletables(List<Walletable> walletables)
Copyright © 2020. All rights reserved.