public class QuotationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_QUOTATION |
| Constructor and Description |
|---|
QuotationResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Quotation |
getQuotation()
Get quotation
|
int |
hashCode() |
QuotationResponse |
quotation(Quotation quotation) |
void |
setQuotation(Quotation quotation) |
String |
toString() |
public static final String SERIALIZED_NAME_QUOTATION
public QuotationResponse quotation(Quotation quotation)
public Quotation getQuotation()
public void setQuotation(Quotation quotation)
Copyright © 2020. All rights reserved.