Class Histogram
java.lang.Object
com.liferay.analytics.reports.rest.dto.v1_0.Histogram
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Metric[]getTotal()inthashCode()voidsetMetricName(com.liferay.petra.function.UnsafeSupplier<String, Exception> metricNameUnsafeSupplier) voidsetMetricName(String metricName) voidsetMetrics(Metric[] metrics) voidsetMetrics(com.liferay.petra.function.UnsafeSupplier<Metric[], Exception> metricsUnsafeSupplier) voidvoidvoidsetTotalValue(com.liferay.petra.function.UnsafeSupplier<Double, Exception> totalValueUnsafeSupplier) voidsetTotalValue(Double totalValue) static HistogramtoString()static HistogramunsafeToDTO(String json)
-
Field Details
-
metricName
-
metrics
-
total
-
totalValue
-
xClassName
-
-
Constructor Details
-
Histogram
public Histogram()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getMetricName
-
setMetricName
-
setMetricName
-
getMetrics
-
setMetrics
-
setMetrics
-
getTotal
-
setTotal
-
setTotal
-
getTotalValue
-
setTotalValue
-
setTotalValue
-
equals
-
hashCode
public int hashCode() -
toString
-