Class AccountChannelShippingOption
java.lang.Object
com.liferay.headless.commerce.admin.account.dto.v1_0.AccountChannelShippingOption
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@DecimalMin("0") Long
@DecimalMin("0") Long
getId()
@DecimalMin("0") Long
@DecimalMin("0") Long
int
hashCode()
void
setAccountExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> accountExternalReferenceCodeUnsafeSupplier) void
setAccountExternalReferenceCode
(String accountExternalReferenceCode) void
setAccountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> accountIdUnsafeSupplier) void
setAccountId
(Long accountId) void
setActions
(com.liferay.petra.function.UnsafeSupplier<Map<String, Map<String, String>>, Exception> actionsUnsafeSupplier) void
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
void
void
setShippingMethodId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> shippingMethodIdUnsafeSupplier) void
setShippingMethodId
(Long shippingMethodId) void
setShippingMethodKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> shippingMethodKeyUnsafeSupplier) void
setShippingMethodKey
(String shippingMethodKey) void
setShippingOptionId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> shippingOptionIdUnsafeSupplier) void
setShippingOptionId
(Long shippingOptionId) void
setShippingOptionKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> shippingOptionKeyUnsafeSupplier) void
setShippingOptionKey
(String shippingOptionKey) static AccountChannelShippingOption
toString()
static AccountChannelShippingOption
unsafeToDTO
(String json)
-
Field Details
-
accountExternalReferenceCode
-
accountId
-
actions
-
channelExternalReferenceCode
-
channelId
-
id
-
shippingMethodId
-
shippingMethodKey
-
shippingOptionId
-
shippingOptionKey
-
xClassName
-
-
Constructor Details
-
AccountChannelShippingOption
public AccountChannelShippingOption()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
getAccountId
-
setAccountId
-
setAccountId
-
getActions
-
setActions
-
setActions
-
getChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
getChannelId
-
setChannelId
-
setChannelId
-
getId
-
setId
-
setId
-
getShippingMethodId
-
setShippingMethodId
-
setShippingMethodId
-
getShippingMethodKey
-
setShippingMethodKey
-
setShippingMethodKey
-
getShippingOptionId
-
setShippingOptionId
-
setShippingOptionId
-
getShippingOptionKey
-
setShippingOptionKey
-
setShippingOptionKey
-
equals
-
hashCode
public int hashCode() -
toString
-