-
- All Implemented Interfaces:
-
java.io.Serializable
public class ResetStatus implements Serializable
Response of ResetRequest.
-
-
Method Summary
Modifier and Type Method Description OtaStatusCode
getOtaResetStatusCode()
Get the status code of the data reset. String
getOtaResetErrorMessage()
Get the error message of the data reset. -
-
Method Detail
-
getOtaResetStatusCode
OtaStatusCode getOtaResetStatusCode()
Get the status code of the data reset.
-
getOtaResetErrorMessage
String getOtaResetErrorMessage()
Get the error message of the data reset.
-
-
-
-