Class ServiceComponentResetEntry
java.lang.Object
com.here.platform.location.tpeg2.sni.ServiceComponentResetEntry
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceComponentResetEntry
(short scid, long resetTimeStamp, short k, Optional<byte[]> applicationContent) ServiceComponentResetEntry
(short scid, long resetTimeStamp, short k, scala.Option<byte[]> applicationContent) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
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
-
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
-