Class CfnDecoderManifest.ObdSignalProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.ObdSignalProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDecoderManifest.ObdSignalProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDecoderManifest.ObdSignalProperty
@Stability(Stable)
@Internal
public static final class CfnDecoderManifest.ObdSignalProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDecoderManifest.ObdSignalProperty
An implementation for
CfnDecoderManifest.ObdSignalProperty-
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.ObdSignalProperty
CfnDecoderManifest.ObdSignalProperty.Builder, CfnDecoderManifest.ObdSignalProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDecoderManifest.ObdSignalProperty.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 String(Optional) The number of bits to mask in a message.final String(Optional) The number of positions to shift bits in the message.final StringThe length of a message.final StringThe offset used to calculate the signal value.final StringgetPid()The diagnostic code used to request data from a vehicle for this signal.final StringThe length of the requested data.final StringA multiplier used to decode the message.final StringThe mode of operation (diagnostic service) in a message.final StringIndicates the beginning of the 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.ObdSignalProperty.Builder.
-
-
Method Details
-
getByteLength
Description copied from interface:CfnDecoderManifest.ObdSignalPropertyThe length of a message.- Specified by:
getByteLengthin interfaceCfnDecoderManifest.ObdSignalProperty
-
getOffset
Description copied from interface:CfnDecoderManifest.ObdSignalPropertyThe offset used to calculate the signal value.Combined with scaling, the calculation is
value = raw_value * scaling + offset.- Specified by:
getOffsetin interfaceCfnDecoderManifest.ObdSignalProperty
-
getPid
Description copied from interface:CfnDecoderManifest.ObdSignalPropertyThe diagnostic code used to request data from a vehicle for this signal.- Specified by:
getPidin interfaceCfnDecoderManifest.ObdSignalProperty
-
getPidResponseLength
Description copied from interface:CfnDecoderManifest.ObdSignalPropertyThe length of the requested data.- Specified by:
getPidResponseLengthin interfaceCfnDecoderManifest.ObdSignalProperty
-
getScaling
Description copied from interface:CfnDecoderManifest.ObdSignalPropertyA multiplier used to decode the message.- Specified by:
getScalingin interfaceCfnDecoderManifest.ObdSignalProperty
-
getServiceMode
Description copied from interface:CfnDecoderManifest.ObdSignalPropertyThe mode of operation (diagnostic service) in a message.- Specified by:
getServiceModein interfaceCfnDecoderManifest.ObdSignalProperty
-
getStartByte
Description copied from interface:CfnDecoderManifest.ObdSignalPropertyIndicates the beginning of the message.- Specified by:
getStartBytein interfaceCfnDecoderManifest.ObdSignalProperty
-
getBitMaskLength
Description copied from interface:CfnDecoderManifest.ObdSignalProperty(Optional) The number of bits to mask in a message.- Specified by:
getBitMaskLengthin interfaceCfnDecoderManifest.ObdSignalProperty
-
getBitRightShift
Description copied from interface:CfnDecoderManifest.ObdSignalProperty(Optional) The number of positions to shift bits in the message.- Specified by:
getBitRightShiftin interfaceCfnDecoderManifest.ObdSignalProperty
-
$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()
-