public class LoyaltyEventDeleteReward extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyEventDeleteReward.Builder
Class to build instances of
LoyaltyEventDeleteReward. |
| Constructor and Description |
|---|
LoyaltyEventDeleteReward(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() |
LoyaltyEventDeleteReward.Builder |
toBuilder()
Builds a new
LoyaltyEventDeleteReward.Builder object. |
String |
toString()
Converts this LoyaltyEventDeleteReward into string format.
|
public String getLoyaltyProgramId()
public String getRewardId()
public int getPoints()
public String toString()
public LoyaltyEventDeleteReward.Builder toBuilder()
LoyaltyEventDeleteReward.Builder object.
Creates the instance with the state of the current model.LoyaltyEventDeleteReward.Builder objectCopyright © 2022. All rights reserved.