Package travel.wink.sdk.extranet.model
Class RatePlanLevelFeeSupplier
java.lang.Object
travel.wink.sdk.extranet.model.RatePlanLevelFeeSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-12T17:36:59.732058641+07:00[Asia/Bangkok]")
public class RatePlanLevelFeeSupplier
extends Object
RatePlanLevelFeeSupplier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRate plan fee type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDescriptionsItem(LocalizedDescriptionSupplier descriptionsItem) descriptions(List<LocalizedDescriptionSupplier> descriptions) booleanfixedAmount(MoneysSupplier fixedAmount) @NotNull @Valid List<LocalizedDescriptionSupplier>List of localized descriptions for this fee.@NotNull @Valid MoneysSupplierGet fixedAmount@NotNull RatePlanLevelFeeSupplier.TypeEnumgetType()Rate plan fee typegetValid()Get validinthashCode()voidsetDescriptions(List<LocalizedDescriptionSupplier> descriptions) voidsetFixedAmount(MoneysSupplier 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
-
RatePlanLevelFeeSupplier
public RatePlanLevelFeeSupplier()
-
-
Method Details
-
descriptions
-
addDescriptionsItem
-
getDescriptions
@Nonnull @NotNull @Valid public @NotNull @Valid List<LocalizedDescriptionSupplier> 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
-