Class CfnDecoderManifestPropsMixin.CanSignalProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnDecoderManifestPropsMixin.CanSignalProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifestPropsMixin.CanSignalProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDecoderManifestPropsMixin.CanSignalProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifestPropsMixin.CanSignalProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifestPropsMixin.CanSignalProperty
An implementation for
CfnDecoderManifestPropsMixin.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.cfnpropertymixins.services.iotfleetwise.CfnDecoderManifestPropsMixin.CanSignalProperty
CfnDecoderManifestPropsMixin.CanSignalProperty.Builder, CfnDecoderManifestPropsMixin.CanSignalProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifestPropsMixin.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 theCfnDecoderManifestPropsMixin.CanSignalProperty.Builder.
-
-
Method Details
-
getFactor
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyA multiplier used to decode the CAN message.- Specified by:
getFactorin interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getIsBigEndian
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyWhether the byte ordering of a CAN message is big-endian.- Specified by:
getIsBigEndianin interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getIsSigned
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyWhether the message data is specified as a signed value.- Specified by:
getIsSignedin interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getLength
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyHow many bytes of data are in the message.- Specified by:
getLengthin interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getMessageId
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyThe ID of the message.- Specified by:
getMessageIdin interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getName
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyThe name of the signal.- Specified by:
getNamein interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getOffset
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyThe offset used to calculate the signal value.Combined with factor, the calculation is
value = raw_value * factor + offset.- Specified by:
getOffsetin interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getSignalValueType
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyThe value type of the signal.The default value is
INTEGER.- Specified by:
getSignalValueTypein interfaceCfnDecoderManifestPropsMixin.CanSignalProperty- See Also:
-
getStartBit
Description copied from interface:CfnDecoderManifestPropsMixin.CanSignalPropertyIndicates the beginning of the CAN message.- Specified by:
getStartBitin interfaceCfnDecoderManifestPropsMixin.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()
-