public class DealResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DEAL |
| Constructor and Description |
|---|
DealResponse() |
| Modifier and Type | Method and Description |
|---|---|
DealResponse |
deal(Deal deal) |
boolean |
equals(Object o) |
Deal |
getDeal()
Get deal
|
int |
hashCode() |
void |
setDeal(Deal deal) |
String |
toString() |
public static final String SERIALIZED_NAME_DEAL
public DealResponse deal(Deal deal)
public Deal getDeal()
public void setDeal(Deal deal)
Copyright © 2020. All rights reserved.