Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSS_InvocationNotificationArg
-
Packages that use MAPSS_InvocationNotificationArg 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 MAPSS_InvocationNotificationArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSS_InvocationNotificationArg Modifier and Type Method Description MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. copyOf(MAPSS_InvocationNotificationArg 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.MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. setB_subscriberNumber(AddressString value)
Sets the value of the field b-subscriberNumber.MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. setCcbs_RequestState(MAPCCBS_RequestState value)
Sets the value of the field ccbs-RequestState.MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. setMsisdn(AddressString value)
Sets the value of the field msisdn.MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. setSs_Event(SSCode value)
Sets the value of the field ss-Event.MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. setSs_EventSpecification(AddressString[] value)
Sets the value of the field ss-EventSpecification.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSS_InvocationNotificationArg Modifier and Type Method Description static MAPSS_InvocationNotificationArg
MAPSS_InvocationNotificationArg. copyOf(MAPSS_InvocationNotificationArg 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.int
MAPDialog. sendSs_InvocationNotification(long timeout, MAPSS_InvocationNotificationArg argument)
Issues a ss_InvocationNotification operation request on the dialog. -
Uses of MAPSS_InvocationNotificationArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSS_InvocationNotificationArg Constructor Description MAPSs_InvocationNotificationRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSS_InvocationNotificationArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSs_InvocationNotificationRequestEvent -
Uses of MAPSS_InvocationNotificationArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSS_InvocationNotificationArg Modifier and Type Field Description static PersistCodec<MAPSS_InvocationNotificationArg,MAPSS_InvocationNotificationArg,MAPProto.MAP_SS_DataTypes_SS_InvocationNotificationArg>
MAPCodecs. MAP_SS_DataTypes_SS_InvocationNotificationArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-InvocationNotificationArgstatic PersistCodec<MAPSS_InvocationNotificationArg,MAPSS_InvocationNotificationArg,MAPProto.MAP_SS_DataTypes_SS_InvocationNotificationArg>
MAPCodecs. MAP_SS_DataTypes_SS_InvocationNotificationArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-InvocationNotificationArg
-