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