public class LoyaltyPromotionIncentivePointsMultiplierData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyPromotionIncentivePointsMultiplierData.Builder
Class to build instances of
LoyaltyPromotionIncentivePointsMultiplierData. |
| Modifier | Constructor and Description |
|---|---|
|
LoyaltyPromotionIncentivePointsMultiplierData(Integer pointsMultiplier,
String multiplier)
Initialization constructor.
|
protected |
LoyaltyPromotionIncentivePointsMultiplierData(io.apimatic.core.types.OptionalNullable<Integer> pointsMultiplier,
io.apimatic.core.types.OptionalNullable<String> multiplier)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMultiplier()
Getter for Multiplier.
|
Integer |
getPointsMultiplier()
Getter for PointsMultiplier.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetMultiplier()
Internal Getter for Multiplier.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetPointsMultiplier()
Internal Getter for PointsMultiplier.
|
LoyaltyPromotionIncentivePointsMultiplierData.Builder |
toBuilder()
Builds a new
LoyaltyPromotionIncentivePointsMultiplierData.Builder object. |
String |
toString()
Converts this LoyaltyPromotionIncentivePointsMultiplierData into string format.
|
public LoyaltyPromotionIncentivePointsMultiplierData(Integer pointsMultiplier, String multiplier)
pointsMultiplier - Integer value for pointsMultiplier.multiplier - String value for multiplier.protected LoyaltyPromotionIncentivePointsMultiplierData(io.apimatic.core.types.OptionalNullable<Integer> pointsMultiplier, io.apimatic.core.types.OptionalNullable<String> multiplier)
pointsMultiplier - Integer value for pointsMultiplier.multiplier - String value for multiplier.protected io.apimatic.core.types.OptionalNullable<Integer> internalGetPointsMultiplier()
public Integer getPointsMultiplier()
protected io.apimatic.core.types.OptionalNullable<String> internalGetMultiplier()
public String getMultiplier()
public String toString()
public LoyaltyPromotionIncentivePointsMultiplierData.Builder toBuilder()
LoyaltyPromotionIncentivePointsMultiplierData.Builder object.
Creates the instance with the state of the current model.LoyaltyPromotionIncentivePointsMultiplierData.Builder objectCopyright © 2024. All rights reserved.