Class PaymentMethodGroupRelTerm

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

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

    • actions

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

      @NotNull protected @NotNull Long paymentMethodGroupRelId
    • paymentMethodGroupRelTermId

      protected Long paymentMethodGroupRelTermId
    • term

      protected Term term
    • termExternalReferenceCode

      protected String termExternalReferenceCode
    • termId

      @NotNull protected @NotNull Long termId
    • xClassName

      public String xClassName
  • Constructor Details

    • PaymentMethodGroupRelTerm

      public PaymentMethodGroupRelTerm()
  • Method Details

    • toDTO

      public static PaymentMethodGroupRelTerm toDTO(String json)
    • unsafeToDTO

      public static PaymentMethodGroupRelTerm unsafeToDTO(String json)
    • 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)
    • getPaymentMethodGroupRelId

      @DecimalMin("0") public @DecimalMin("0") Long getPaymentMethodGroupRelId()
    • setPaymentMethodGroupRelId

      public void setPaymentMethodGroupRelId(Long paymentMethodGroupRelId)
    • setPaymentMethodGroupRelId

      public void setPaymentMethodGroupRelId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> paymentMethodGroupRelIdUnsafeSupplier)
    • getPaymentMethodGroupRelTermId

      @DecimalMin("0") public @DecimalMin("0") Long getPaymentMethodGroupRelTermId()
    • setPaymentMethodGroupRelTermId

      public void setPaymentMethodGroupRelTermId(Long paymentMethodGroupRelTermId)
    • setPaymentMethodGroupRelTermId

      public void setPaymentMethodGroupRelTermId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> paymentMethodGroupRelTermIdUnsafeSupplier)
    • getTerm

      @Valid public @Valid Term getTerm()
    • setTerm

      public void setTerm(Term term)
    • setTerm

      public void setTerm(com.liferay.petra.function.UnsafeSupplier<Term,Exception> termUnsafeSupplier)
    • getTermExternalReferenceCode

      public String getTermExternalReferenceCode()
    • setTermExternalReferenceCode

      public void setTermExternalReferenceCode(String termExternalReferenceCode)
    • setTermExternalReferenceCode

      public void setTermExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> termExternalReferenceCodeUnsafeSupplier)
    • getTermId

      @DecimalMin("0") public @DecimalMin("0") Long getTermId()
    • setTermId

      public void setTermId(Long termId)
    • setTermId

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