Class GetEnrollmentStatusResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class GetEnrollmentStatusResponse extends DriveMotionResponse
Represents the response for getting enrollment status.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatusstatusprivate final Stringmessageprivate final List<EnrollmentStatus>enrollmentStatusListprivate final ResponseStatusresponseStatusprivate final StringresponseMessage
-
Constructor Summary
Constructors Constructor Description GetEnrollmentStatusResponse(ResponseStatus status, String message, List<EnrollmentStatus> enrollmentStatusList)
-
Method Summary
Modifier and Type Method Description final ResponseStatusgetStatus()Provides the response status indicating the success or failure of the request. final StringgetMessage()Optional response message providing additional information about the response. final List<EnrollmentStatus>getEnrollmentStatusList()List of enrollment statuses for each vehicle. -
-
Method Detail
-
getStatus
final ResponseStatus getStatus()
Provides the response status indicating the success or failure of the request.
-
getMessage
final String getMessage()
Optional response message providing additional information about the response.
-
getEnrollmentStatusList
final List<EnrollmentStatus> getEnrollmentStatusList()
List of enrollment statuses for each vehicle.
-
-
-
-