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