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