Class CfnSignalCatalog.SensorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog.SensorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSignalCatalog.SensorProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSignalCatalog.SensorProperty
@Stability(Stable)
@Internal
public static final class CfnSignalCatalog.SensorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSignalCatalog.SensorProperty
An implementation for
CfnSignalCatalog.SensorProperty
-
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.iotfleetwise.CfnSignalCatalog.SensorProperty
CfnSignalCatalog.SensorProperty.Builder, CfnSignalCatalog.SensorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSignalCatalog.SensorProperty.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
(Optional) A list of possible values a sensor can take.final String
The specified data type of the sensor.final String
(Optional) A brief description of a sensor.final String
The fully qualified name of the sensor.final Number
getMax()
(Optional) The specified possible maximum value of the sensor.final Number
getMin()
(Optional) The specified possible minimum value of the sensor.final String
getUnit()
(Optional) The scientific unit of measurement for data collected by the sensor.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 theCfnSignalCatalog.SensorProperty.Builder
.
-
-
Method Details
-
getDataType
Description copied from interface:CfnSignalCatalog.SensorProperty
The specified data type of the sensor.- Specified by:
getDataType
in interfaceCfnSignalCatalog.SensorProperty
-
getFullyQualifiedName
Description copied from interface:CfnSignalCatalog.SensorProperty
The fully qualified name of the sensor.For example, the fully qualified name of a sensor might be
Vehicle.Body.Engine.Battery
.- Specified by:
getFullyQualifiedName
in interfaceCfnSignalCatalog.SensorProperty
-
getAllowedValues
Description copied from interface:CfnSignalCatalog.SensorProperty
(Optional) A list of possible values a sensor can take.- Specified by:
getAllowedValues
in interfaceCfnSignalCatalog.SensorProperty
-
getDescription
Description copied from interface:CfnSignalCatalog.SensorProperty
(Optional) A brief description of a sensor.- Specified by:
getDescription
in interfaceCfnSignalCatalog.SensorProperty
-
getMax
Description copied from interface:CfnSignalCatalog.SensorProperty
(Optional) The specified possible maximum value of the sensor.- Specified by:
getMax
in interfaceCfnSignalCatalog.SensorProperty
-
getMin
Description copied from interface:CfnSignalCatalog.SensorProperty
(Optional) The specified possible minimum value of the sensor.- Specified by:
getMin
in interfaceCfnSignalCatalog.SensorProperty
-
getUnit
Description copied from interface:CfnSignalCatalog.SensorProperty
(Optional) The scientific unit of measurement for data collected by the sensor.- Specified by:
getUnit
in interfaceCfnSignalCatalog.SensorProperty
-
$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()
-