Class GetUserProfileResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class GetUserProfileResponse extends DriveMotionResponse
The response of the GetUserProfileRequest(see GetUserProfileRequest) that get current user account information.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatus
status
private final String
message
public final UserProfile
userProfile
private final ResponseStatus
responseStatus
private final String
responseMessage
-
Constructor Summary
Constructors Constructor Description GetUserProfileResponse(ResponseStatus status, String message, UserProfile userProfile)
-
Method Summary
Modifier and Type Method Description final ResponseStatus
getStatus()
Provides the response status. final String
getMessage()
Response message. -
-
Constructor Detail
-
GetUserProfileResponse
GetUserProfileResponse(ResponseStatus status, String message, UserProfile userProfile)
-
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status.
-
getMessage
final String getMessage()
Response message.
-
-
-
-