Class DiscountChannel
java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.DiscountChannel
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Channel
@DecimalMin("0") Long
@DecimalMin("0") Long
@DecimalMin("0") Long
int
hashCode()
void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
void
setChannel
(Channel channel) void
setChannel
(com.liferay.petra.function.UnsafeSupplier<Channel, Exception> channelUnsafeSupplier) void
setChannelExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> channelExternalReferenceCodeUnsafeSupplier) void
setChannelExternalReferenceCode
(String channelExternalReferenceCode) void
setChannelId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> channelIdUnsafeSupplier) void
setChannelId
(Long channelId) void
setDiscountChannelId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> discountChannelIdUnsafeSupplier) void
setDiscountChannelId
(Long discountChannelId) void
setDiscountExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> discountExternalReferenceCodeUnsafeSupplier) void
setDiscountExternalReferenceCode
(String discountExternalReferenceCode) void
setDiscountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> discountIdUnsafeSupplier) void
setDiscountId
(Long discountId) static DiscountChannel
toString()
static DiscountChannel
unsafeToDTO
(String json)
-
Field Details
-
actions
-
channel
-
channelExternalReferenceCode
-
channelId
-
discountChannelId
-
discountExternalReferenceCode
-
discountId
-
xClassName
-
-
Constructor Details
-
DiscountChannel
public DiscountChannel()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getActions
-
setActions
-
setActions
-
getChannel
-
setChannel
-
setChannel
-
getChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
getChannelId
-
setChannelId
-
setChannelId
-
getDiscountChannelId
-
setDiscountChannelId
-
setDiscountChannelId
-
getDiscountExternalReferenceCode
-
setDiscountExternalReferenceCode
-
setDiscountExternalReferenceCode
-
getDiscountId
-
setDiscountId
-
setDiscountId
-
equals
-
hashCode
public int hashCode() -
toString
-