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