Class CfnDetectorModel.IotSiteWiseProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnDetectorModel.IotSiteWiseProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorModel.IotSiteWiseProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorModel.IotSiteWiseProperty
@Stability(Stable)
@Internal
public static final class CfnDetectorModel.IotSiteWiseProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorModel.IotSiteWiseProperty
An implementation for
CfnDetectorModel.IotSiteWiseProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotevents.CfnDetectorModel.IotSiteWiseProperty
CfnDetectorModel.IotSiteWiseProperty.Builder, CfnDetectorModel.IotSiteWiseProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDetectorModel.IotSiteWiseProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The ID of the asset that has the specified property.final String
A unique identifier for this entry.final String
The alias of the asset property.final String
The ID of the asset property.final Object
The value to send to the asset property.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDetectorModel.IotSiteWiseProperty.Builder
.
-
-
Method Details
-
getPropertyValue
Description copied from interface:CfnDetectorModel.IotSiteWiseProperty
The value to send to the asset property.This value contains timestamp, quality, and value (TQV) information.
- Specified by:
getPropertyValue
in interfaceCfnDetectorModel.IotSiteWiseProperty
-
getAssetId
Description copied from interface:CfnDetectorModel.IotSiteWiseProperty
The ID of the asset that has the specified property.- Specified by:
getAssetId
in interfaceCfnDetectorModel.IotSiteWiseProperty
-
getEntryId
Description copied from interface:CfnDetectorModel.IotSiteWiseProperty
A unique identifier for this entry.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.
- Specified by:
getEntryId
in interfaceCfnDetectorModel.IotSiteWiseProperty
-
getPropertyAlias
Description copied from interface:CfnDetectorModel.IotSiteWiseProperty
The alias of the asset property.- Specified by:
getPropertyAlias
in interfaceCfnDetectorModel.IotSiteWiseProperty
-
getPropertyId
Description copied from interface:CfnDetectorModel.IotSiteWiseProperty
The ID of the asset property.- Specified by:
getPropertyId
in interfaceCfnDetectorModel.IotSiteWiseProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-