@Generated(value="")
public class Trend
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Trend.TrendClassification |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
percentage |
protected Trend.TrendClassification |
trendClassification |
| Constructor and Description |
|---|
Trend() |
| Modifier and Type | Method and Description |
|---|---|
Trend |
clone() |
boolean |
equals(java.lang.Object object) |
java.lang.Double |
getPercentage() |
Trend.TrendClassification |
getTrendClassification() |
java.lang.String |
getTrendClassificationAsString() |
int |
hashCode() |
void |
setPercentage(java.lang.Double percentage) |
void |
setPercentage(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> percentageUnsafeSupplier) |
void |
setTrendClassification(Trend.TrendClassification trendClassification) |
void |
setTrendClassification(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<Trend.TrendClassification,java.lang.Exception> trendClassificationUnsafeSupplier) |
static Trend |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected java.lang.Double percentage
protected Trend.TrendClassification trendClassification
public static Trend toDTO(java.lang.String json)
public java.lang.Double getPercentage()
public void setPercentage(java.lang.Double percentage)
public void setPercentage(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<java.lang.Double,java.lang.Exception> percentageUnsafeSupplier)
public Trend.TrendClassification getTrendClassification()
public java.lang.String getTrendClassificationAsString()
public void setTrendClassification(Trend.TrendClassification trendClassification)
public void setTrendClassification(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<Trend.TrendClassification,java.lang.Exception> trendClassificationUnsafeSupplier)
public Trend clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object