@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class QuotationIndexResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_QUOTATIONS |
| Constructor and Description |
|---|
QuotationIndexResponse() |
| Modifier and Type | Method and Description |
|---|---|
QuotationIndexResponse |
addQuotationsItem(QuotationIndexResponseQuotations quotationsItem) |
boolean |
equals(Object o) |
List<QuotationIndexResponseQuotations> |
getQuotations()
Get quotations
|
int |
hashCode() |
QuotationIndexResponse |
quotations(List<QuotationIndexResponseQuotations> quotations) |
void |
setQuotations(List<QuotationIndexResponseQuotations> quotations) |
String |
toString() |
public static final String SERIALIZED_NAME_QUOTATIONS
public QuotationIndexResponse quotations(List<QuotationIndexResponseQuotations> quotations)
public QuotationIndexResponse addQuotationsItem(QuotationIndexResponseQuotations quotationsItem)
@Nonnull public List<QuotationIndexResponseQuotations> getQuotations()
public void setQuotations(List<QuotationIndexResponseQuotations> quotations)
Copyright © 2022. All rights reserved.