Class MigratePeripheralsResponse
-
- All Implemented Interfaces:
-
com.telenav.sdk.drive.motion.api.model.base.DriveMotionResponseBasic
public final class MigratePeripheralsResponse extends DriveMotionResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final ResponseStatus
status
private final String
message
private final Boolean
success
private final ResponseStatus
responseStatus
private final String
responseMessage
-
Constructor Summary
Constructors Constructor Description MigratePeripheralsResponse(ResponseStatus status, String message, Boolean success)
-
Method Summary
Modifier and Type Method Description final ResponseStatus
getStatus()
Provides the response status indicating the success or failure of the request. final String
getMessage()
Optional response message providing additional information about the response. final Boolean
getSuccess()
Indicates if the migration flow was successfully or not. -
-
Constructor Detail
-
MigratePeripheralsResponse
MigratePeripheralsResponse(ResponseStatus status, String message, Boolean success)
-
-
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.
-
getSuccess
final Boolean getSuccess()
Indicates if the migration flow was successfully or not.
-
-
-
-