public class InlineResponse2002 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DEALS |
static String |
SERIALIZED_NAME_META |
| Constructor and Description |
|---|
InlineResponse2002() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2002 |
addDealsItem(Deal dealsItem) |
InlineResponse2002 |
deals(List<Deal> deals) |
boolean |
equals(Object o) |
List<Deal> |
getDeals()
Get deals
|
InlineResponse2002Meta |
getMeta()
Get meta
|
int |
hashCode() |
InlineResponse2002 |
meta(InlineResponse2002Meta meta) |
void |
setDeals(List<Deal> deals) |
void |
setMeta(InlineResponse2002Meta meta) |
String |
toString() |
public static final String SERIALIZED_NAME_DEALS
public static final String SERIALIZED_NAME_META
public InlineResponse2002 deals(List<Deal> deals)
public InlineResponse2002 addDealsItem(Deal dealsItem)
public InlineResponse2002 meta(InlineResponse2002Meta meta)
public InlineResponse2002Meta getMeta()
public void setMeta(InlineResponse2002Meta meta)
Copyright © 2020. All rights reserved.