Package 

Class LayerStatus

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getLayer

         LayerType getLayer()

        Get the type of the layer.

      • 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.