Class DeviceMetric
java.lang.Object
com.liferay.analytics.reports.rest.client.dto.v1_0.DeviceMetric
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanMetric[]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) static DeviceMetrictoString()
-
Field Details
-
metricName
-
metrics
-
-
Constructor Details
-
DeviceMetric
public DeviceMetric()
-
-
Method Details
-
toDTO
-
getMetricName
-
setMetricName
-
setMetricName
-
getMetrics
-
setMetrics
-
setMetrics
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-