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