@Generated(value="")
public class AssetDeviceMetric
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected DeviceMetric[] |
deviceMetrics |
| Constructor and Description |
|---|
AssetDeviceMetric() |
| Modifier and Type | Method and Description |
|---|---|
AssetDeviceMetric |
clone() |
boolean |
equals(java.lang.Object object) |
DeviceMetric[] |
getDeviceMetrics() |
int |
hashCode() |
void |
setDeviceMetrics(DeviceMetric[] deviceMetrics) |
void |
setDeviceMetrics(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<DeviceMetric[],java.lang.Exception> deviceMetricsUnsafeSupplier) |
static AssetDeviceMetric |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected DeviceMetric[] deviceMetrics
public static AssetDeviceMetric toDTO(java.lang.String json)
public DeviceMetric[] getDeviceMetrics()
public void setDeviceMetrics(DeviceMetric[] deviceMetrics)
public void setDeviceMetrics(com.liferay.analytics.reports.rest.client.function.UnsafeSupplier<DeviceMetric[],java.lang.Exception> deviceMetricsUnsafeSupplier)
public AssetDeviceMetric 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