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