Class ObdInterface
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.ObdInterface
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ObdInterface.Builder,ObdInterface>
@Generated("software.amazon.awssdk:codegen") public final class ObdInterface extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObdInterface.Builder,ObdInterface>
A network interface that specifies the On-board diagnostic (OBD) II network protocol.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceObdInterface.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObdInterface.Builderbuilder()IntegerdtcRequestIntervalSeconds()The maximum number message requests per diagnostic trouble code per second.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanhasTransmissionEcu()Whether the vehicle has a transmission control module (TCM).Stringname()The name of the interface.StringobdStandard()The standard OBD II PID.IntegerpidRequestIntervalSeconds()The maximum number message requests per second.IntegerrequestMessageId()The ID of the message requesting vehicle data.List<SdkField<?>>sdkFields()static Class<? extends ObdInterface.Builder>serializableBuilderClass()ObdInterface.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanuseExtendedIds()Whether to use extended IDs in the message.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the interface.
- Returns:
- The name of the interface.
-
requestMessageId
public final Integer requestMessageId()
The ID of the message requesting vehicle data.
- Returns:
- The ID of the message requesting vehicle data.
-
obdStandard
public final String obdStandard()
The standard OBD II PID.
- Returns:
- The standard OBD II PID.
-
pidRequestIntervalSeconds
public final Integer pidRequestIntervalSeconds()
The maximum number message requests per second.
- Returns:
- The maximum number message requests per second.
-
dtcRequestIntervalSeconds
public final Integer dtcRequestIntervalSeconds()
The maximum number message requests per diagnostic trouble code per second.
- Returns:
- The maximum number message requests per diagnostic trouble code per second.
-
useExtendedIds
public final Boolean useExtendedIds()
Whether to use extended IDs in the message.
- Returns:
- Whether to use extended IDs in the message.
-
hasTransmissionEcu
public final Boolean hasTransmissionEcu()
Whether the vehicle has a transmission control module (TCM).
- Returns:
- Whether the vehicle has a transmission control module (TCM).
-
toBuilder
public ObdInterface.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ObdInterface.Builder,ObdInterface>
-
builder
public static ObdInterface.Builder builder()
-
serializableBuilderClass
public static Class<? extends ObdInterface.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-