@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class InlineResponse2001 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DEALS |
static String |
SERIALIZED_NAME_META |
| Constructor and Description |
|---|
InlineResponse2001() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
addDealsItem(Deal dealsItem) |
InlineResponse2001 |
deals(List<Deal> deals) |
boolean |
equals(Object o) |
List<Deal> |
getDeals()
Get deals
|
InlineResponse2001Meta |
getMeta()
Get meta
|
int |
hashCode() |
InlineResponse2001 |
meta(InlineResponse2001Meta meta) |
void |
setDeals(List<Deal> deals) |
void |
setMeta(InlineResponse2001Meta meta) |
String |
toString() |
public static final String SERIALIZED_NAME_DEALS
public static final String SERIALIZED_NAME_META
public InlineResponse2001 deals(List<Deal> deals)
public InlineResponse2001 addDealsItem(Deal dealsItem)
public InlineResponse2001 meta(InlineResponse2001Meta meta)
@Nonnull public InlineResponse2001Meta getMeta()
public void setMeta(InlineResponse2001Meta meta)
Copyright © 2022. All rights reserved.