public class AccumulateLoyaltyPointsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccumulateLoyaltyPointsResponse.Builder
Class to build instances of
AccumulateLoyaltyPointsResponse. |
| Constructor and Description |
|---|
AccumulateLoyaltyPointsResponse(List<Error> errors,
LoyaltyEvent event)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
LoyaltyEvent |
getEvent()
Getter for Event.
|
int |
hashCode() |
AccumulateLoyaltyPointsResponse.Builder |
toBuilder()
Builds a new
AccumulateLoyaltyPointsResponse.Builder object. |
String |
toString()
Converts this AccumulateLoyaltyPointsResponse into string format.
|
public AccumulateLoyaltyPointsResponse(List<Error> errors, LoyaltyEvent event)
errors - List of Error value for errors.event - LoyaltyEvent value for event.public HttpContext getContext()
public List<Error> getErrors()
public LoyaltyEvent getEvent()
public String toString()
public AccumulateLoyaltyPointsResponse.Builder toBuilder()
AccumulateLoyaltyPointsResponse.Builder object.
Creates the instance with the state of the current model.AccumulateLoyaltyPointsResponse.Builder objectCopyright © 2022. All rights reserved.