Class AccountAddressChannel

java.lang.Object
com.liferay.headless.commerce.admin.channel.dto.v1_0.AccountAddressChannel
All Implemented Interfaces:
Serializable

@Generated("") public class AccountAddressChannel extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • accountAddressChannelId

      protected Long accountAddressChannelId
    • actions

      protected Map<String,Map<String,String>> actions
    • addressChannelExternalReferenceCode

      protected String addressChannelExternalReferenceCode
    • addressChannelId

      @NotNull protected @NotNull Long addressChannelId
    • addressExternalReferenceCode

      protected String addressExternalReferenceCode
    • addressId

      @NotNull protected @NotNull Long addressId
    • channel

      protected Channel channel
    • xClassName

      public String xClassName
  • Constructor Details

    • AccountAddressChannel

      public AccountAddressChannel()
  • Method Details

    • toDTO

      public static AccountAddressChannel toDTO(String json)
    • unsafeToDTO

      public static AccountAddressChannel unsafeToDTO(String json)
    • getAccountAddressChannelId

      @DecimalMin("0") public @DecimalMin("0") Long getAccountAddressChannelId()
    • setAccountAddressChannelId

      public void setAccountAddressChannelId(Long accountAddressChannelId)
    • setAccountAddressChannelId

      public void setAccountAddressChannelId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> accountAddressChannelIdUnsafeSupplier)
    • getActions

      @Valid public @Valid Map<String,Map<String,String>> getActions()
    • setActions

      public void setActions(Map<String,Map<String,String>> actions)
    • setActions

      public void setActions(com.liferay.petra.function.UnsafeSupplier<Map<String,Map<String,String>>,Exception> actionsUnsafeSupplier)
    • getAddressChannelExternalReferenceCode

      public String getAddressChannelExternalReferenceCode()
    • setAddressChannelExternalReferenceCode

      public void setAddressChannelExternalReferenceCode(String addressChannelExternalReferenceCode)
    • setAddressChannelExternalReferenceCode

      public void setAddressChannelExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> addressChannelExternalReferenceCodeUnsafeSupplier)
    • getAddressChannelId

      @DecimalMin("0") public @DecimalMin("0") Long getAddressChannelId()
    • setAddressChannelId

      public void setAddressChannelId(Long addressChannelId)
    • setAddressChannelId

      public void setAddressChannelId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> addressChannelIdUnsafeSupplier)
    • getAddressExternalReferenceCode

      public String getAddressExternalReferenceCode()
    • setAddressExternalReferenceCode

      public void setAddressExternalReferenceCode(String addressExternalReferenceCode)
    • setAddressExternalReferenceCode

      public void setAddressExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> addressExternalReferenceCodeUnsafeSupplier)
    • getAddressId

      @DecimalMin("0") public @DecimalMin("0") Long getAddressId()
    • setAddressId

      public void setAddressId(Long addressId)
    • setAddressId

      public void setAddressId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> addressIdUnsafeSupplier)
    • getChannel

      @Valid public @Valid Channel getChannel()
    • setChannel

      public void setChannel(Channel channel)
    • setChannel

      public void setChannel(com.liferay.petra.function.UnsafeSupplier<Channel,Exception> channelUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object