Class RemoveSubscriptionItemAdjustmentResponse
java.lang.Object
com.broadleafcommerce.subscription.web.domain.RemoveSubscriptionItemAdjustmentResponse
- All Implemented Interfaces:
Serializable
Represents the response from removing subscription item adjustments.
- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMiscellaneous attributes that can be set to this request to inform business logicThe error message associated with the request, if any.The ids of subscriptions that were locked, not allowing theSubscriptionItemAdjustmentsto be removed.The list of the removedSubscriptionItemAdjustment.inthashCode()booleanWhether or not the request was successful.voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) Miscellaneous attributes that can be set to this request to inform business logicvoidsetErrorMessage(String errorMessage) The error message associated with the request, if any.voidsetLockedSubscriptionIds(Set<String> lockedSubscriptionIds) The ids of subscriptions that were locked, not allowing theSubscriptionItemAdjustmentsto be removed.voidsetRemovedItemAdjustments(List<SubscriptionItemAdjustment> removedItemAdjustments) The list of the removedSubscriptionItemAdjustment.voidsetSuccess(boolean success) Whether or not the request was successful.toString()
-
Constructor Details
-
RemoveSubscriptionItemAdjustmentResponse
public RemoveSubscriptionItemAdjustmentResponse()
-
-
Method Details
-
isSuccess
public boolean isSuccess()Whether or not the request was successful. -
getErrorMessage
The error message associated with the request, if any. -
getRemovedItemAdjustments
The list of the removedSubscriptionItemAdjustment. -
getLockedSubscriptionIds
The ids of subscriptions that were locked, not allowing theSubscriptionItemAdjustmentsto be removed. -
getAdditionalAttributes
Miscellaneous attributes that can be set to this request to inform business logic -
setSuccess
public void setSuccess(boolean success) Whether or not the request was successful. -
setErrorMessage
The error message associated with the request, if any. -
setRemovedItemAdjustments
The list of the removedSubscriptionItemAdjustment. -
setLockedSubscriptionIds
The ids of subscriptions that were locked, not allowing theSubscriptionItemAdjustmentsto be removed. -
setAdditionalAttributes
Miscellaneous attributes that can be set to this request to inform business logic -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-