Uses of Class
com.opencloud.slee.resources.cgin.map.MAPT_BcsmCamelTDPData
-
Packages that use MAPT_BcsmCamelTDPData 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 MAPT_BcsmCamelTDPData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPT_BcsmCamelTDPData Modifier and Type Method Description MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. clone()
Constructs a copy of this object and everything reachable from it.static MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. copyOf(MAPT_BcsmCamelTDPData 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.MAPT_BcsmCamelTDPData[]
MAPT_CSI. getT_BcsmCamelTDPDataList()
Gets the value of the field t-BcsmCamelTDPDataList.MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. setDefaultCallHandling(MAPDefaultCallHandling value)
Sets the value of the field defaultCallHandling.MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. setGsmSCF_Address(AddressString value)
Sets the value of the field gsmSCF-Address.MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. setT_BcsmTriggerDetectionPoint(MAPT_BcsmTriggerDetectionPoint value)
Sets the value of the field t-BcsmTriggerDetectionPoint.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPT_BcsmCamelTDPData Modifier and Type Method Description static MAPT_BcsmCamelTDPData
MAPT_BcsmCamelTDPData. copyOf(MAPT_BcsmCamelTDPData 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.MAPT_CSI
MAPT_CSI. setT_BcsmCamelTDPDataList(MAPT_BcsmCamelTDPData[] value)
Sets the value of the field t-BcsmCamelTDPDataList. -
Uses of MAPT_BcsmCamelTDPData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPT_BcsmCamelTDPData Modifier and Type Field Description static PersistCodec<MAPT_BcsmCamelTDPData,MAPT_BcsmCamelTDPData,MAPProto.MAP_MS_DataTypes_T_BcsmCamelTDPData>
MAPCodecs. MAP_MS_DataTypes_T_BcsmCamelTDPData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.T-BcsmCamelTDPDatastatic PersistCodec<MAPT_BcsmCamelTDPData,MAPT_BcsmCamelTDPData,MAPProto.MAP_MS_DataTypes_T_BcsmCamelTDPData>
MAPCodecs. MAP_MS_DataTypes_T_BcsmCamelTDPData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.T-BcsmCamelTDPData
-