Class AvailabilityEstimate

java.lang.Object
com.liferay.headless.commerce.admin.site.setting.dto.v1_0.AvailabilityEstimate
All Implemented Interfaces:
Serializable

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

    • groupId

      protected Long groupId
    • id

      protected Long id
    • priority

      protected Double priority
    • title

      @NotNull protected @NotNull Map<String,String> title
    • xClassName

      public String xClassName
  • Constructor Details

    • AvailabilityEstimate

      public AvailabilityEstimate()
  • Method Details

    • toDTO

      public static AvailabilityEstimate toDTO(String json)
    • unsafeToDTO

      public static AvailabilityEstimate unsafeToDTO(String json)
    • getGroupId

      @DecimalMin("0") public @DecimalMin("0") Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)
    • setGroupId

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

      @DecimalMin("0") public @DecimalMin("0") Double getPriority()
    • setPriority

      public void setPriority(Double priority)
    • setPriority

      public void setPriority(com.liferay.petra.function.UnsafeSupplier<Double,Exception> priorityUnsafeSupplier)
    • getTitle

      @Valid public @Valid Map<String,String> getTitle()
    • setTitle

      public void setTitle(Map<String,String> title)
    • setTitle

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