Package travel.wink.sdk.extranet.model
Class RatePlanLevelFee
java.lang.Object
travel.wink.sdk.extranet.model.RatePlanLevelFee
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-11T13:46:18.379510+07:00[Asia/Bangkok]")
public class RatePlanLevelFee
extends Object
RatePlanLevelFee
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(SimpleDescription descriptionsItem) descriptions(List<SimpleDescription> descriptions) booleanfixedAmount(Moneys fixedAmount) @NotNull @Valid List<SimpleDescription>List of localized descriptions for this fee.@NotNull @Valid MoneysGet fixedAmount@NotNull RatePlanLevelFee.TypeEnumgetType()Rate plan fee typegetValid()Get validinthashCode()voidsetDescriptions(List<SimpleDescription> descriptions) voidsetFixedAmount(Moneys fixedAmount) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTIONS
- See Also:
-
JSON_PROPERTY_FIXED_AMOUNT
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALID
- See Also:
-
-
Constructor Details
-
RatePlanLevelFee
public RatePlanLevelFee()
-
-
Method Details
-
descriptions
-
addDescriptionsItem
-
getDescriptions
List of localized descriptions for this fee.- Returns:
- descriptions
-
setDescriptions
-
fixedAmount
-
getFixedAmount
Get fixedAmount- Returns:
- fixedAmount
-
setFixedAmount
-
type
-
getType
Rate plan fee type- Returns:
- type
-
setType
-
valid
-
getValid
Get valid- Returns:
- valid
-
setValid
-
equals
-
hashCode
public int hashCode() -
toString
-