Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendIdentificationRes
-
Packages that use MAPSendIdentificationRes Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPSendIdentificationRes in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSendIdentificationRes in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description classMAPSendIdentificationRes_v3API for MAP-MS-DataTypes.SendIdentificationRes-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPSendIdentificationRes Modifier and Type Method Description MAPSendIdentificationResMAPSendIdentificationRes. clone()Constructs a copy of this object and everything reachable from it.static MAPSendIdentificationResMAPSendIdentificationRes. copyOf(MAPSendIdentificationRes 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.MAPSendIdentificationResMAPSendIdentificationRes. setAuthenticationSetList_v2(MAPAuthenticationSet[] value)Sets the value of the field authenticationSetList.MAPSendIdentificationResMAPSendIdentificationRes. setImsi(IMSIAddress value)Sets the value of the field imsi.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendIdentificationRes Modifier and Type Method Description static MAPSendIdentificationRes_v3MAPSendIdentificationRes_v3. copyOf(MAPSendIdentificationRes 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.static MAPSendIdentificationResMAPSendIdentificationRes. copyOf(MAPSendIdentificationRes 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.voidMAPDialog. sendSendIdentificationResponse(int invokeId, MAPSendIdentificationRes result)Issues a (last) response to a sendIdentification operation on the dialog.voidMAPDialog. sendSendIdentificationResponse(int invokeId, MAPSendIdentificationRes result, boolean isLast)Issues a response to a sendIdentification operation on the dialog. -
Uses of MAPSendIdentificationRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendIdentificationRes Constructor Description MAPSendIdentificationResultEvent(MAPDialog dialog, TcapOperation operation, MAPSendIdentificationRes argument, int invokeId, boolean lastResult)Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendIdentificationResultEvent -
Uses of MAPSendIdentificationRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendIdentificationRes Modifier and Type Field Description static PersistCodec<MAPSendIdentificationRes,MAPSendIdentificationRes,MAPProto.MAP_MS_DataTypes_R98_SendIdentificationRes>MAPCodecs. MAP_MS_DataTypes_R98_SendIdentificationResSingleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.SendIdentificationResstatic PersistCodec<MAPSendIdentificationRes,MAPSendIdentificationRes,MAPProto.MAP_MS_DataTypes_R98_SendIdentificationRes>MAPCodecs. MAP_MS_DataTypes_R98_SendIdentificationResSingleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.SendIdentificationResstatic PersistCodec<MAPSendIdentificationRes,MAPSendIdentificationRes_v3,MAPProto.MAP_MS_DataTypes_SendIdentificationRes_v3>MAPCodecs. MAP_MS_DataTypes_SendIdentificationRes_v3Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SendIdentificationRes-v3
-