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