Package travel.wink.sdk.extranet.model
Class UpsertRateListRequestSupplier
java.lang.Object
travel.wink.sdk.extranet.model.UpsertRateListRequestSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-07-24T11:29:25.504149142+07:00[Asia/Bangkok]")
public class UpsertRateListRequestSupplier
extends Object
Wrapper around rates that provides utility functions to manage those rates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_list(List<RateSupplier> _list) addListItem(RateSupplier _listItem) booleangetDirty()Whether rates have been modified@Valid List<RateSupplier>getList()Get _listinthashCode()voidvoidsetList(List<RateSupplier> _list) toString()
-
Field Details
-
JSON_PROPERTY_LIST
- See Also:
-
JSON_PROPERTY_DIRTY
- See Also:
-
-
Constructor Details
-
UpsertRateListRequestSupplier
public UpsertRateListRequestSupplier()
-
-
Method Details