Package travel.wink.sdk.booking.model
Class BookingConfirmations
java.lang.Object
travel.wink.sdk.booking.model.BookingConfirmations
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-16T10:41:43.298714057+07:00[Asia/Bangkok]")
public class BookingConfirmations
extends Object
BookingConfirmations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_list(List<BookingView> _list) addListItem(BookingView _listItem) boolean@Valid List<BookingView>getList()Get _listGet pointsToBeEarnedGet sourceTotalGet userSpecifiedCurrencyTotalinthashCode()pointsToBeEarned(Integer pointsToBeEarned) voidsetList(List<BookingView> _list) voidsetPointsToBeEarned(Integer pointsToBeEarned) voidsetSourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) voidsetUserSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) sourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) toString()userSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal)
-
Field Details
-
JSON_PROPERTY_LIST
- See Also:
-
JSON_PROPERTY_POINTS_TO_BE_EARNED
- See Also:
-
JSON_PROPERTY_USER_SPECIFIED_CURRENCY_TOTAL
- See Also:
-
JSON_PROPERTY_SOURCE_TOTAL
- See Also:
-
-
Constructor Details
-
BookingConfirmations
public BookingConfirmations()
-
-
Method Details
-
_list
-
addListItem
-
getList
Get _list- Returns:
- _list
-
setList
-
pointsToBeEarned
-
getPointsToBeEarned
Get pointsToBeEarned- Returns:
- pointsToBeEarned
-
setPointsToBeEarned
-
userSpecifiedCurrencyTotal
public BookingConfirmations userSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) -
getUserSpecifiedCurrencyTotal
Get userSpecifiedCurrencyTotal- Returns:
- userSpecifiedCurrencyTotal
-
setUserSpecifiedCurrencyTotal
public void setUserSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal) -
sourceTotal
-
getSourceTotal
Get sourceTotal- Returns:
- sourceTotal
-
setSourceTotal
-
equals
-
hashCode
public int hashCode() -
toString
-