Class ManagedByEntitySupplier
java.lang.Object
travel.wink.sdk.affiliate.model.ManagedByEntitySupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:15:21.456735702+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class ManagedByEntitySupplier
extends Object
ManagedByEntitySupplier
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionManagedByEntitySupplier(Boolean valid) Constructor with only readonly parameters -
Method Summary
Modifier and TypeMethodDescriptioncommissionInPercent(BigDecimal commissionInPercent) boolean@NotNull @Valid BigDecimalAgency commission@NotNull @Size(min=1) StringEntity identifier@NotNull @Size(min=1) StringgetName()Name of entity@Valid ManagedByEntityRulesSuppliergetRules()Optional rules for expiration date etc when agency is no longer managing this entity.getValid()Whether managing entity is eligible a commission.inthashCode()identifier(String identifier) voidsetCommissionInPercent(BigDecimal commissionInPercent) voidsetIdentifier(String identifier) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_COMMISSION_IN_PERCENT
- See Also:
-
JSON_PROPERTY_RULES
- See Also:
-
JSON_PROPERTY_VALID
- See Also:
-
-
Constructor Details
-
ManagedByEntitySupplier
public ManagedByEntitySupplier() -
ManagedByEntitySupplier
Constructor with only readonly parameters
-
-
Method Details
-
identifier
-
getIdentifier
Entity identifier- Returns:
- identifier
-
setIdentifier
-
name
-
getName
Name of entity- Returns:
- name
-
setName
-
commissionInPercent
-
getCommissionInPercent
Agency commission- Returns:
- commissionInPercent
-
setCommissionInPercent
-
rules
-
getRules
Optional rules for expiration date etc when agency is no longer managing this entity.- Returns:
- rules
-
setRules
-
getValid
Whether managing entity is eligible a commission.- Returns:
- valid
-
equals
-
hashCode
-
toString
-