-
- 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 LayerTypegetLayer()Get the type of the layer. ObjectgetOtaUpdateStage()Get the current stage of the layer's data update. OtaUpdateStatusgetOtaUpdateState()Get the current status of the layer's data update. longgetSize()Get the total final size of this layer's OTA data. longgetCreatedTime()Get the UTC timestamp when this layer's update started. longgetUpdatedTime()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.
-
-
-
-