Class CfnDecoderManifest.CanSignalProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.CanSignalProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifest.CanSignalProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifest.CanSignalProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifest.CanSignalProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifest.CanSignalProperty
An implementation for
CfnDecoderManifest.CanSignalProperty
-
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.CfnDecoderManifest.CanSignalProperty
CfnDecoderManifest.CanSignalProperty.Builder, CfnDecoderManifest.CanSignalProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDecoderManifest.CanSignalProperty.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
A multiplier used to decode the CAN message.final String
Whether the byte ordering of a CAN message is big-endian.final String
Whether the message data is specified as a signed value.final String
How many bytes of data are in the message.final String
The ID of the message.final String
getName()
(Optional) The name of the signal.final String
The offset used to calculate the signal value.final String
Indicates the beginning of the CAN message.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 theCfnDecoderManifest.CanSignalProperty.Builder
.
-
-
Method Details
-
getFactor
Description copied from interface:CfnDecoderManifest.CanSignalProperty
A multiplier used to decode the CAN message.- Specified by:
getFactor
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
getIsBigEndian
Description copied from interface:CfnDecoderManifest.CanSignalProperty
Whether the byte ordering of a CAN message is big-endian.- Specified by:
getIsBigEndian
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
getIsSigned
Description copied from interface:CfnDecoderManifest.CanSignalProperty
Whether the message data is specified as a signed value.- Specified by:
getIsSigned
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
getLength
Description copied from interface:CfnDecoderManifest.CanSignalProperty
How many bytes of data are in the message.- Specified by:
getLength
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
getMessageId
Description copied from interface:CfnDecoderManifest.CanSignalProperty
The ID of the message.- Specified by:
getMessageId
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
getOffset
Description copied from interface:CfnDecoderManifest.CanSignalProperty
The offset used to calculate the signal value.Combined with factor, the calculation is
value = raw_value * factor + offset
.- Specified by:
getOffset
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
getStartBit
Description copied from interface:CfnDecoderManifest.CanSignalProperty
Indicates the beginning of the CAN message.- Specified by:
getStartBit
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
getName
Description copied from interface:CfnDecoderManifest.CanSignalProperty
(Optional) The name of the signal.- Specified by:
getName
in interfaceCfnDecoderManifest.CanSignalProperty
- See Also:
-
$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()
-