Class AccountChannelEntry
java.lang.Object
com.liferay.headless.commerce.admin.account.dto.v1_0.AccountChannelEntry
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
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
setClassExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> classExternalReferenceCodeUnsafeSupplier) void
setClassExternalReferenceCode
(String classExternalReferenceCode) void
setClassPK
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> classPKUnsafeSupplier) void
setClassPK
(Long classPK) void
void
void
setOverrideEligibility
(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> overrideEligibilityUnsafeSupplier) void
setOverrideEligibility
(Boolean overrideEligibility) void
setPriority
(com.liferay.petra.function.UnsafeSupplier<Double, Exception> priorityUnsafeSupplier) void
setPriority
(Double priority) static AccountChannelEntry
toString()
static AccountChannelEntry
unsafeToDTO
(String json)
-
Field Details
-
accountExternalReferenceCode
-
accountId
-
actions
-
channelExternalReferenceCode
-
channelId
-
classExternalReferenceCode
-
classPK
-
id
-
overrideEligibility
-
priority
-
xClassName
-
-
Constructor Details
-
AccountChannelEntry
public AccountChannelEntry()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
getAccountId
-
setAccountId
-
setAccountId
-
getActions
-
setActions
-
setActions
-
getChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
getChannelId
-
setChannelId
-
setChannelId
-
getClassExternalReferenceCode
-
setClassExternalReferenceCode
-
setClassExternalReferenceCode
-
getClassPK
-
setClassPK
-
setClassPK
-
getId
-
setId
-
setId
-
getOverrideEligibility
-
setOverrideEligibility
-
setOverrideEligibility
-
getPriority
-
setPriority
-
setPriority
-
equals
-
hashCode
public int hashCode() -
toString
-