Class ServiceComponentResetEntry

java.lang.Object
com.here.platform.location.tpeg2.sni.ServiceComponentResetEntry
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class ServiceComponentResetEntry extends Object implements scala.Product, scala.Serializable
See Also:
  • Constructor Details

    • ServiceComponentResetEntry

      public ServiceComponentResetEntry(short scid, long resetTimeStamp, short k, scala.Option<byte[]> applicationContent)
    • ServiceComponentResetEntry

      public ServiceComponentResetEntry(short scid, long resetTimeStamp, short k, Optional<byte[]> applicationContent)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4)
    • toString

      public static String toString()
    • scid

      public short scid()
    • resetTimeStamp

      public long resetTimeStamp()
    • k

      public short k()
    • applicationContent

      public scala.Option<byte[]> applicationContent()
    • getScid

      public short getScid()
    • getResetTimeStamp

      public long getResetTimeStamp()
    • getK

      public short getK()
    • getApplicationContent

      public Optional<byte[]> getApplicationContent()