Class GetUploadSuccessTimestampResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class GetUploadSuccessTimestampResponse extends DriveMotionResponse
The response of GetUploadSuccessTimestampRequest (see GetUploadSuccessTimestampRequest).
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatusstatusprivate final Stringmessageprivate final LonguploadTimestampprivate final ResponseStatusresponseStatusprivate final StringresponseMessage
-
Constructor Summary
Constructors Constructor Description GetUploadSuccessTimestampResponse(ResponseStatus status, String message, Long uploadTimestamp)
-
Method Summary
Modifier and Type Method Description final ResponseStatusgetStatus()Provides the response status. final StringgetMessage()Response message. final LonggetUploadTimestamp()First time migration, if there is no latest upload time, it will be NOW (current timestamp with ms). -
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status.
-
getMessage
final String getMessage()
Response message.
-
getUploadTimestamp
final Long getUploadTimestamp()
First time migration, if there is no latest upload time, it will be NOW (current timestamp with ms).
After trip upload is successful, will return last successful upload ms timestamp, i.e. 1703827029000
-
-
-
-