Class Histogram
java.lang.Object
com.liferay.analytics.reports.rest.client.dto.v1_0.Histogram
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanMetric[]getTotal()inthashCode()voidsetMetricName(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<String, Exception> metricNameUnsafeSupplier) voidsetMetricName(String metricName) voidsetMetrics(Metric[] metrics) voidsetMetrics(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<Metric[], Exception> metricsUnsafeSupplier) voidsetTotal(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<Double, Exception> totalUnsafeSupplier) voidvoidsetTotalValue(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<Double, Exception> totalValueUnsafeSupplier) voidsetTotalValue(Double totalValue) static HistogramtoString()
-
Field Details
-
metricName
-
metrics
-
total
-
totalValue
-
-
Constructor Details
-
Histogram
public Histogram()
-
-
Method Details
-
toDTO
-
getMetricName
-
setMetricName
-
setMetricName
-
getMetrics
-
setMetrics
-
setMetrics
-
getTotal
-
setTotal
-
setTotal
-
getTotalValue
-
setTotalValue
-
setTotalValue
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-