Class StartDriveDetectionResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class StartDriveDetectionResponse extends DriveMotionResponse
The response of the StartDriveDetectionRequest that used for starting drive detection.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatus
status
private final String
message
public final Boolean
success
private final ResponseStatus
responseStatus
private final String
responseMessage
-
Constructor Summary
Constructors Constructor Description StartDriveDetectionResponse(ResponseStatus status, String message, Boolean success)
-
Method Summary
Modifier and Type Method Description final ResponseStatus
getStatus()
Provides the response status. final String
getMessage()
Response message. -
-
Constructor Detail
-
StartDriveDetectionResponse
StartDriveDetectionResponse(ResponseStatus status, String message, Boolean success)
-
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status.
-
getMessage
final String getMessage()
Response message.
-
-
-
-