public class LoyaltyEventAccumulatePromotionPoints extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyEventAccumulatePromotionPoints.Builder
Class to build instances of
LoyaltyEventAccumulatePromotionPoints. |
| Constructor and Description |
|---|
LoyaltyEventAccumulatePromotionPoints(int points,
String orderId,
String loyaltyProgramId,
String loyaltyPromotionId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLoyaltyProgramId()
Getter for LoyaltyProgramId.
|
String |
getLoyaltyPromotionId()
Getter for LoyaltyPromotionId.
|
String |
getOrderId()
Getter for OrderId.
|
int |
getPoints()
Getter for Points.
|
int |
hashCode() |
LoyaltyEventAccumulatePromotionPoints.Builder |
toBuilder()
Builds a new
LoyaltyEventAccumulatePromotionPoints.Builder object. |
String |
toString()
Converts this LoyaltyEventAccumulatePromotionPoints into string format.
|
public LoyaltyEventAccumulatePromotionPoints(int points,
String orderId,
String loyaltyProgramId,
String loyaltyPromotionId)
points - int value for points.orderId - String value for orderId.loyaltyProgramId - String value for loyaltyProgramId.loyaltyPromotionId - String value for loyaltyPromotionId.public String getLoyaltyProgramId()
public String getLoyaltyPromotionId()
public int getPoints()
public String getOrderId()
public String toString()
public LoyaltyEventAccumulatePromotionPoints.Builder toBuilder()
LoyaltyEventAccumulatePromotionPoints.Builder object.
Creates the instance with the state of the current model.LoyaltyEventAccumulatePromotionPoints.Builder objectCopyright © 2023. All rights reserved.