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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.CanSignalProperty
CfnDecoderManifest.CanSignalProperty.Builder, CfnDecoderManifest.CanSignalProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifest.CanSignalProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA multiplier used to decode the CAN message.final StringWhether the byte ordering of a CAN message is big-endian.final StringWhether the message data is specified as a signed value.final StringHow many bytes of data are in the message.final StringThe ID of the message.final StringgetName()The name of the signal.final StringThe offset used to calculate the signal value.final StringThe value type of the signal.final StringIndicates the beginning of the CAN message.final inthashCode()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.CanSignalPropertyA multiplier used to decode the CAN message.- Specified by:
getFactorin interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getIsBigEndian
Description copied from interface:CfnDecoderManifest.CanSignalPropertyWhether the byte ordering of a CAN message is big-endian.- Specified by:
getIsBigEndianin interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getIsSigned
Description copied from interface:CfnDecoderManifest.CanSignalPropertyWhether the message data is specified as a signed value.- Specified by:
getIsSignedin interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getLength
Description copied from interface:CfnDecoderManifest.CanSignalPropertyHow many bytes of data are in the message.- Specified by:
getLengthin interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getMessageId
Description copied from interface:CfnDecoderManifest.CanSignalPropertyThe ID of the message.- Specified by:
getMessageIdin interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getOffset
Description copied from interface:CfnDecoderManifest.CanSignalPropertyThe offset used to calculate the signal value.Combined with factor, the calculation is
value = raw_value * factor + offset.- Specified by:
getOffsetin interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getStartBit
Description copied from interface:CfnDecoderManifest.CanSignalPropertyIndicates the beginning of the CAN message.- Specified by:
getStartBitin interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getName
Description copied from interface:CfnDecoderManifest.CanSignalPropertyThe name of the signal.- Specified by:
getNamein interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
getSignalValueType
Description copied from interface:CfnDecoderManifest.CanSignalPropertyThe value type of the signal.The default value is
INTEGER.- Specified by:
getSignalValueTypein interfaceCfnDecoderManifest.CanSignalProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-