@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class InlineResponse20015 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_META |
static String |
SERIALIZED_NAME_WALLETABLES |
| Constructor and Description |
|---|
InlineResponse20015() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse20015 |
addWalletablesItem(Walletable walletablesItem) |
boolean |
equals(Object o) |
InlineResponse20015Meta |
getMeta()
Get meta
|
List<Walletable> |
getWalletables()
Get walletables
|
int |
hashCode() |
InlineResponse20015 |
meta(InlineResponse20015Meta meta) |
void |
setMeta(InlineResponse20015Meta meta) |
void |
setWalletables(List<Walletable> walletables) |
String |
toString() |
InlineResponse20015 |
walletables(List<Walletable> walletables) |
public static final String SERIALIZED_NAME_META
public static final String SERIALIZED_NAME_WALLETABLES
public InlineResponse20015 meta(InlineResponse20015Meta meta)
@Nullable public InlineResponse20015Meta getMeta()
public void setMeta(InlineResponse20015Meta meta)
public InlineResponse20015 walletables(List<Walletable> walletables)
public InlineResponse20015 addWalletablesItem(Walletable walletablesItem)
@Nonnull public List<Walletable> getWalletables()
public void setWalletables(List<Walletable> walletables)
Copyright © 2022. All rights reserved.