-
- All Implemented Interfaces:
-
java.io.Serializable
public class OtaUpdateFailure implements Serializable
The data model containing information of an area's OTA update failure.
-
-
Method Summary
Modifier and Type Method Description OtaStatusCode
getOtaUpdateStatusCode()
Get the status code of the data update failure. String
getOtaUpdateErrorMessage()
Get the error message of the data update failure. -
-
Method Detail
-
getOtaUpdateStatusCode
OtaStatusCode getOtaUpdateStatusCode()
Get the status code of the data update failure.
-
getOtaUpdateErrorMessage
String getOtaUpdateErrorMessage()
Get the error message of the data update failure.
-
-
-
-