@Generated(value="software.amazon.awssdk:codegen") public final class SignalDecoder extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SignalDecoder.Builder,SignalDecoder>
Information about a signal decoder.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignalDecoder.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SignalDecoder.Builder |
builder() |
CanSignal |
canSignal()
Information about signal decoder using the Controller Area Network (CAN) protocol.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fullyQualifiedName()
The fully qualified name of a signal decoder as defined in a vehicle model.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
interfaceId()
The ID of a network interface that specifies what network protocol a vehicle follows.
|
ObdSignal |
obdSignal()
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SignalDecoder.Builder> |
serializableBuilderClass() |
SignalDecoder.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SignalDecoderType |
type()
The network protocol for the vehicle.
|
String |
typeAsString()
The network protocol for the vehicle.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fullyQualifiedName()
The fully qualified name of a signal decoder as defined in a vehicle model.
public final SignalDecoderType type()
The network protocol for the vehicle. For example, CAN_SIGNAL specifies a protocol that defines how
data is communicated between electronic control units (ECUs). OBD_SIGNAL specifies a protocol that
defines how self-diagnostic data is communicated between ECUs.
If the service returns an enum value that is not available in the current SDK version, type will return
SignalDecoderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
CAN_SIGNAL specifies a protocol that
defines how data is communicated between electronic control units (ECUs). OBD_SIGNAL
specifies a protocol that defines how self-diagnostic data is communicated between ECUs.SignalDecoderTypepublic final String typeAsString()
The network protocol for the vehicle. For example, CAN_SIGNAL specifies a protocol that defines how
data is communicated between electronic control units (ECUs). OBD_SIGNAL specifies a protocol that
defines how self-diagnostic data is communicated between ECUs.
If the service returns an enum value that is not available in the current SDK version, type will return
SignalDecoderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
CAN_SIGNAL specifies a protocol that
defines how data is communicated between electronic control units (ECUs). OBD_SIGNAL
specifies a protocol that defines how self-diagnostic data is communicated between ECUs.SignalDecoderTypepublic final String interfaceId()
The ID of a network interface that specifies what network protocol a vehicle follows.
public final CanSignal canSignal()
Information about signal decoder using the Controller Area Network (CAN) protocol.
public final ObdSignal obdSignal()
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
public SignalDecoder.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SignalDecoder.Builder,SignalDecoder>public static SignalDecoder.Builder builder()
public static Class<? extends SignalDecoder.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.