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