public final class ProductPriceDiscountsSetMessagePayloadImpl extends Object implements ProductPriceDiscountsSetMessagePayload
PRODUCT_PRICE_DISCOUNTS_SET
Constructor and Description |
---|
ProductPriceDiscountsSetMessagePayloadImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getType() |
List<ProductPriceDiscountsSetUpdatedPrice> |
getUpdatedPrices() |
int |
hashCode() |
void |
setUpdatedPrices(List<ProductPriceDiscountsSetUpdatedPrice> updatedPrices) |
void |
setUpdatedPrices(ProductPriceDiscountsSetUpdatedPrice... updatedPrices) |
getClass, notify, notifyAll, toString, wait, wait, wait
builder, builder, of, of, withProductPriceDiscountsSetMessagePayload
withMessagePayload
public ProductPriceDiscountsSetMessagePayloadImpl()
public String getType()
getType
in interface MessagePayload
public List<ProductPriceDiscountsSetUpdatedPrice> getUpdatedPrices()
getUpdatedPrices
in interface ProductPriceDiscountsSetMessagePayload
public void setUpdatedPrices(ProductPriceDiscountsSetUpdatedPrice... updatedPrices)
setUpdatedPrices
in interface ProductPriceDiscountsSetMessagePayload
public void setUpdatedPrices(List<ProductPriceDiscountsSetUpdatedPrice> updatedPrices)
setUpdatedPrices
in interface ProductPriceDiscountsSetMessagePayload