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