Class AccountChannelShippingOption

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

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

    • accountExternalReferenceCode

      protected String accountExternalReferenceCode
    • accountId

      protected Long accountId
    • actions

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

      protected String channelExternalReferenceCode
    • channelId

      protected Long channelId
    • id

      protected Long id
    • shippingMethodId

      protected Long shippingMethodId
    • shippingMethodKey

      protected String shippingMethodKey
    • shippingOptionId

      protected Long shippingOptionId
    • shippingOptionKey

      protected String shippingOptionKey
    • xClassName

      public String xClassName
  • Constructor Details

    • AccountChannelShippingOption

      public AccountChannelShippingOption()
  • Method Details

    • toDTO

      public static AccountChannelShippingOption toDTO(String json)
    • unsafeToDTO

      public static AccountChannelShippingOption unsafeToDTO(String json)
    • getAccountExternalReferenceCode

      public String getAccountExternalReferenceCode()
    • setAccountExternalReferenceCode

      public void setAccountExternalReferenceCode(String accountExternalReferenceCode)
    • setAccountExternalReferenceCode

      public void setAccountExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> accountExternalReferenceCodeUnsafeSupplier)
    • getAccountId

      @DecimalMin("0") public @DecimalMin("0") Long getAccountId()
    • setAccountId

      public void setAccountId(Long accountId)
    • setAccountId

      public void setAccountId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> accountIdUnsafeSupplier)
    • 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)
    • getChannelExternalReferenceCode

      public String getChannelExternalReferenceCode()
    • setChannelExternalReferenceCode

      public void setChannelExternalReferenceCode(String channelExternalReferenceCode)
    • setChannelExternalReferenceCode

      public void setChannelExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> channelExternalReferenceCodeUnsafeSupplier)
    • getChannelId

      public Long getChannelId()
    • setChannelId

      public void setChannelId(Long channelId)
    • setChannelId

      public void setChannelId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> channelIdUnsafeSupplier)
    • getId

      @DecimalMin("0") public @DecimalMin("0") Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getShippingMethodId

      @DecimalMin("0") public @DecimalMin("0") Long getShippingMethodId()
    • setShippingMethodId

      public void setShippingMethodId(Long shippingMethodId)
    • setShippingMethodId

      public void setShippingMethodId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> shippingMethodIdUnsafeSupplier)
    • getShippingMethodKey

      public String getShippingMethodKey()
    • setShippingMethodKey

      public void setShippingMethodKey(String shippingMethodKey)
    • setShippingMethodKey

      public void setShippingMethodKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> shippingMethodKeyUnsafeSupplier)
    • getShippingOptionId

      @DecimalMin("0") public @DecimalMin("0") Long getShippingOptionId()
    • setShippingOptionId

      public void setShippingOptionId(Long shippingOptionId)
    • setShippingOptionId

      public void setShippingOptionId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> shippingOptionIdUnsafeSupplier)
    • getShippingOptionKey

      public String getShippingOptionKey()
    • setShippingOptionKey

      public void setShippingOptionKey(String shippingOptionKey)
    • setShippingOptionKey

      public void setShippingOptionKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> shippingOptionKeyUnsafeSupplier)
    • 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