Class GetDriveDetectionStateResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class GetDriveDetectionStateResponse extends DriveMotionResponse
The response of the GetDriveDetectionStateRequest that helps to get current drive detection state .
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatusstatusprivate final Stringmessagepublic final DriveDetectionStatedriveDetectionStateprivate final ResponseStatusresponseStatusprivate final StringresponseMessage
-
Constructor Summary
Constructors Constructor Description GetDriveDetectionStateResponse(ResponseStatus status, String message, DriveDetectionState driveDetectionState)
-
Method Summary
Modifier and Type Method Description final ResponseStatusgetStatus()Provides the response status. final StringgetMessage()Response message. -
-
Constructor Detail
-
GetDriveDetectionStateResponse
GetDriveDetectionStateResponse(ResponseStatus status, String message, DriveDetectionState driveDetectionState)
-
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status.
-
getMessage
final String getMessage()
Response message.
-
-
-
-