java.lang.Object
com.liferay.portal.workflow.metrics.rest.dto.v1_0.Histogram
All Implemented Interfaces:
Serializable

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

    • key

      protected String key
    • value

      protected Double value
    • xClassName

      public String xClassName
  • Constructor Details

    • Histogram

      public Histogram()
  • Method Details

    • toDTO

      public static Histogram toDTO(String json)
    • unsafeToDTO

      public static Histogram unsafeToDTO(String json)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

      public void setKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> keyUnsafeSupplier)
    • getValue

      public Double getValue()
    • setValue

      public void setValue(Double value)
    • setValue

      public void setValue(com.liferay.petra.function.UnsafeSupplier<Double,Exception> valueUnsafeSupplier)
    • 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