Class GetRecommendedPeripheralsResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class GetRecommendedPeripheralsResponse extends DriveMotionResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatusstatusprivate final Stringmessageprivate final List<Peripheral>peripheralsprivate final ResponseStatusresponseStatusprivate final StringresponseMessage
-
Constructor Summary
Constructors Constructor Description GetRecommendedPeripheralsResponse(ResponseStatus status, String message, List<Peripheral> peripherals)
-
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<Peripheral>getPeripherals()Recommended peripherals. -
-
Constructor Detail
-
GetRecommendedPeripheralsResponse
GetRecommendedPeripheralsResponse(ResponseStatus status, String message, List<Peripheral> peripherals)
-
-
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.
-
getPeripherals
final List<Peripheral> getPeripherals()
Recommended peripherals.
-
-
-
-