Class ServCompFrameCountedProtected
java.lang.Object
com.here.platform.location.tpeg2.sfw.ServCompFrameCountedProtected
- All Implemented Interfaces:
ServiceComponentFrameContent
,Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class ServCompFrameCountedProtected
extends Object
implements ServiceComponentFrameContent, scala.Product, scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServCompFrameCountedProtected
(short scid, Optional<Object> messageCount, List<ApplicationRootMessage> applicationRootMessages) ServCompFrameCountedProtected
(short scid, scala.Option<Object> messageCount, scala.collection.Seq<ApplicationRootMessage> applicationRootMessages) -
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
-
ServCompFrameCountedProtected
public ServCompFrameCountedProtected(short scid, scala.Option<Object> messageCount, scala.collection.Seq<ApplicationRootMessage> applicationRootMessages) -
ServCompFrameCountedProtected
public ServCompFrameCountedProtected(short scid, Optional<Object> messageCount, List<ApplicationRootMessage> applicationRootMessages)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
scid
public short scid()- Specified by:
scid
in interfaceServiceComponentFrameContent
-
messageCount
-
applicationRootMessages
- Specified by:
applicationRootMessages
in interfaceServiceComponentFrameContent
-
getScid
public short getScid()- Specified by:
getScid
in interfaceServiceComponentFrameContent
-
getMessageCount
-
getApplicationRootMessages
- Specified by:
getApplicationRootMessages
in interfaceServiceComponentFrameContent
-