public static final class CfnAlarmModel.IotSiteWiseProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAlarmModel.IotSiteWiseProperty
CfnAlarmModel.IotSiteWiseProperty
CfnAlarmModel.IotSiteWiseProperty.Builder, CfnAlarmModel.IotSiteWiseProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAssetId()
The ID of the asset that has the specified property.
|
java.lang.String |
getEntryId()
A unique identifier for this entry.
|
java.lang.String |
getPropertyAlias()
The alias of the asset property.
|
java.lang.String |
getPropertyId()
The ID of the asset property.
|
java.lang.Object |
getPropertyValue()
The value to send to the asset property.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAssetId()
CfnAlarmModel.IotSiteWiseProperty
getAssetId
in interface CfnAlarmModel.IotSiteWiseProperty
public final java.lang.String getEntryId()
CfnAlarmModel.IotSiteWiseProperty
You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier.
getEntryId
in interface CfnAlarmModel.IotSiteWiseProperty
public final java.lang.String getPropertyAlias()
CfnAlarmModel.IotSiteWiseProperty
getPropertyAlias
in interface CfnAlarmModel.IotSiteWiseProperty
public final java.lang.String getPropertyId()
CfnAlarmModel.IotSiteWiseProperty
getPropertyId
in interface CfnAlarmModel.IotSiteWiseProperty
public final java.lang.Object getPropertyValue()
CfnAlarmModel.IotSiteWiseProperty
This value contains timestamp, quality, and value (TQV) information.
getPropertyValue
in interface CfnAlarmModel.IotSiteWiseProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()