Class ChannelAccount
java.lang.Object
com.liferay.headless.commerce.admin.channel.dto.v1_0.ChannelAccount
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Valid Account
@DecimalMin("0") Long
@DecimalMin("0") Long
@DecimalMin("0") Long
int
hashCode()
void
setAccount
(Account account) void
setAccount
(com.liferay.petra.function.UnsafeSupplier<Account, Exception> accountUnsafeSupplier) 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
setChannelAccountId
(com.liferay.petra.function.UnsafeSupplier<Long, Exception> channelAccountIdUnsafeSupplier) void
setChannelAccountId
(Long channelAccountId) 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) static ChannelAccount
toString()
static ChannelAccount
unsafeToDTO
(String json)
-
Field Details
-
account
-
accountExternalReferenceCode
-
accountId
-
actions
-
channelAccountId
-
channelExternalReferenceCode
-
channelId
-
xClassName
-
-
Constructor Details
-
ChannelAccount
public ChannelAccount()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAccount
-
setAccount
-
setAccount
-
getAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
setAccountExternalReferenceCode
-
getAccountId
-
setAccountId
-
setAccountId
-
getActions
-
setActions
-
setActions
-
getChannelAccountId
-
setChannelAccountId
-
setChannelAccountId
-
getChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
setChannelExternalReferenceCode
-
getChannelId
-
setChannelId
-
setChannelId
-
equals
-
hashCode
public int hashCode() -
toString
-