Class SyncTripsResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class SyncTripsResponse extends DriveMotionResponse
The response of the SyncTripsRequest that is using for syncing trips between app and Omniservice.
-
-
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 SyncTripsResponse(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
-
SyncTripsResponse
SyncTripsResponse(ResponseStatus status, String message, Boolean success)
-
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status.
-
getMessage
final String getMessage()
Response message.
-
-
-
-