-
- All Implemented Interfaces:
-
java.io.Serializable
public class LayerStatus implements Serializable
Data class that represents the current status of an OTA data layer during update.
-
-
Method Summary
Modifier and Type Method Description LayerType
getLayer()
Get the type of the layer. Object
getOtaUpdateStage()
Get the current stage of the layer's data update. OtaUpdateStatus
getOtaUpdateState()
Get the current status of the layer's data update. long
getSize()
Get the total final size of this layer's OTA data. long
getCreatedTime()
Get the UTC timestamp when this layer's update started. long
getUpdatedTime()
Get the UTC timestamp when this layer state was updated. -
-
Method Detail
-
getLayer
LayerType getLayer()
Get the type of the layer.
-
getOtaUpdateStage
Object getOtaUpdateStage()
Get the current stage of the layer's data update.
-
getOtaUpdateState
OtaUpdateStatus getOtaUpdateState()
Get the current status of the layer's data update.
-
getSize
long getSize()
Get the total final size of this layer's OTA data.
-
getCreatedTime
long getCreatedTime()
Get the UTC timestamp when this layer's update started.
-
getUpdatedTime
long getUpdatedTime()
Get the UTC timestamp when this layer state was updated.
-
-
-
-