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. |
public String getLoyaltyProgramId()
public int getPoints()
public String getReason()
public LoyaltyEventAdjustPoints.Builder toBuilder()
LoyaltyEventAdjustPoints.Builder
object.
Creates the instance with the state of the current model.LoyaltyEventAdjustPoints.Builder
objectCopyright © 2020. All rights reserved.