Class BearerLinkageInfoDAB
java.lang.Object
com.here.platform.location.tpeg2.sni.BearerLinkageInfoDAB
- All Implemented Interfaces:
BearerLinkageInfo,Serializable,scala.Equals,scala.Product
public class BearerLinkageInfoDAB
extends Object
implements BearerLinkageInfo, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBearerLinkageInfoDAB(short extendedCountryCode, int ensembleIdentification, List<DABFrequency> dabFrequencies) BearerLinkageInfoDAB(short extendedCountryCode, int ensembleIdentification, scala.collection.immutable.Seq<DABFrequency> dabFrequencies) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3) scala.collection.immutable.Seq<DABFrequency>intshortintshortstatic StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
BearerLinkageInfoDAB
public BearerLinkageInfoDAB(short extendedCountryCode, int ensembleIdentification, scala.collection.immutable.Seq<DABFrequency> dabFrequencies) -
BearerLinkageInfoDAB
public BearerLinkageInfoDAB(short extendedCountryCode, int ensembleIdentification, List<DABFrequency> dabFrequencies)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
extendedCountryCode
public short extendedCountryCode() -
ensembleIdentification
public int ensembleIdentification() -
dabFrequencies
-
getExtendedCountryCode
public short getExtendedCountryCode() -
getEnsembleIdentification
public int getEnsembleIdentification() -
getDabFrequencies
-