java.lang.Object
com.liferay.headless.commerce.admin.pricing.dto.v2_0.OrderType
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • OrderType

      public OrderType()
  • Method Details

    • toDTO

      public static OrderType toDTO(String json)
    • unsafeToDTO

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

      @Valid public @Valid Map<String,String> getName()
    • setName

      public void setName(Map<String,String> name)
    • setName

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