java.lang.Object
com.liferay.analytics.reports.rest.dto.v1_0.Trend
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • Trend

      public Trend()
  • Method Details

    • toDTO

      public static Trend toDTO(String json)
    • unsafeToDTO

      public static Trend unsafeToDTO(String json)
    • getPercentage

      public Double getPercentage()
    • setPercentage

      public void setPercentage(Double percentage)
    • setPercentage

      public void setPercentage(com.liferay.petra.function.UnsafeSupplier<Double,Exception> percentageUnsafeSupplier)
    • getTrendClassification

      @Valid public @Valid Trend.TrendClassification getTrendClassification()
    • getTrendClassificationAsString

      public String getTrendClassificationAsString()
    • setTrendClassification

      public void setTrendClassification(Trend.TrendClassification trendClassification)
    • setTrendClassification

      public void setTrendClassification(com.liferay.petra.function.UnsafeSupplier<Trend.TrendClassification,Exception> trendClassificationUnsafeSupplier)
    • 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