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