Class StopDriveDetectionRequest
-
- All Implemented Interfaces:
public final class StopDriveDetectionRequest extends DriveMotionRequest<StopDriveDetectionRequest, StopDriveDetectionResponse>
Request for stop drive detection logic Create an instance through Builder.build.
- Since:
1.4.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStopDriveDetectionRequest.BuilderThis builder is used to create a instance of StopDriveDetectionRequest
public classStopDriveDetectionRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ConnectionModeconnectionModeprivate final AssetContextassetContextpublic final static StopDriveDetectionRequest.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description StopDriveDetectionRequest(StopDriveDetectionRequest.Builder builder)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.telenav.sdk.drive.motion.api.model.base.DriveMotionRequest
asyncCall, execute, getAssetContext, getConnectionMode, syncCall, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
StopDriveDetectionRequest
StopDriveDetectionRequest(StopDriveDetectionRequest.Builder builder)
-
-
-
-