Uses of Class
com.opencloud.slee.resources.cgin.map.MAPChosenRadioResourceInformation
-
Packages that use MAPChosenRadioResourceInformation Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPChosenRadioResourceInformation in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPChosenRadioResourceInformation Modifier and Type Method Description MAPChosenRadioResourceInformation
MAPChosenRadioResourceInformation. clone()
Constructs a copy of this object and everything reachable from it.static MAPChosenRadioResourceInformation
MAPChosenRadioResourceInformation. copyOf(MAPChosenRadioResourceInformation from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPChosenRadioResourceInformation
MAPPrepareHO_Res_v3. getChosenRadioResourceInformation()
Gets the value of the field chosenRadioResourceInformation.MAPChosenRadioResourceInformation
MAPProcessAccessSignalling_Arg_v3. getChosenRadioResourceInformation()
Gets the value of the field chosenRadioResourceInformation.MAPChosenRadioResourceInformation
MAPChosenRadioResourceInformation. setChosenChannelInfo(byte[] value)
Sets the value of the field chosenChannelInfo.MAPChosenRadioResourceInformation
MAPChosenRadioResourceInformation. setChosenSpeechVersion(byte[] value)
Sets the value of the field chosenSpeechVersion.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPChosenRadioResourceInformation Modifier and Type Method Description static MAPChosenRadioResourceInformation
MAPChosenRadioResourceInformation. copyOf(MAPChosenRadioResourceInformation from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPPrepareHO_Res_v3
MAPPrepareHO_Res_v3. setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value)
Sets the value of the field chosenRadioResourceInformation.MAPProcessAccessSignalling_Arg_v3
MAPProcessAccessSignalling_Arg_v3. setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value)
Sets the value of the field chosenRadioResourceInformation. -
Uses of MAPChosenRadioResourceInformation in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPChosenRadioResourceInformation Modifier and Type Field Description static PersistCodec<MAPChosenRadioResourceInformation,MAPChosenRadioResourceInformation,MAPProto.MAP_MS_DataTypes_ChosenRadioResourceInformation>
MAPCodecs. MAP_MS_DataTypes_ChosenRadioResourceInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ChosenRadioResourceInformationstatic PersistCodec<MAPChosenRadioResourceInformation,MAPChosenRadioResourceInformation,MAPProto.MAP_MS_DataTypes_ChosenRadioResourceInformation>
MAPCodecs. MAP_MS_DataTypes_ChosenRadioResourceInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ChosenRadioResourceInformation
-