Class DeleteAccountAndDataResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class DeleteAccountAndDataResponse extends DriveMotionResponse
The response of the DeleteAccountAndDataRequest that shows whether user and his data was deleted successfully.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatusstatusprivate final Stringmessagepublic final Booleansuccessprivate final ResponseStatusresponseStatusprivate final StringresponseMessage
-
Constructor Summary
Constructors Constructor Description DeleteAccountAndDataResponse(ResponseStatus status, String message, Boolean success)
-
Method Summary
Modifier and Type Method Description final ResponseStatusgetStatus()Provides the response status. final StringgetMessage()Response message. -
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status.
-
getMessage
final String getMessage()
Response message.
-
-
-
-