Uses of Class
com.opencloud.slee.resources.cgin.map.MAPProvideSubscriberInfoArg
-
Packages that use MAPProvideSubscriberInfoArg 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 MAPProvideSubscriberInfoArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPProvideSubscriberInfoArg Modifier and Type Method Description MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. clone()Constructs a copy of this object and everything reachable from it.static MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. copyOf(MAPProvideSubscriberInfoArg 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.MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. setCallPriority(int value)Sets the value of the field callPriority and marks the field as present.MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. setCallPriorityPresent(boolean flag)Sets the presence or absence of the optional field callPriority.MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. setImsi(IMSIAddress value)Sets the value of the field imsi.MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. setLmsi(LMSIAddress value)Sets the value of the field lmsi.MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. setRequestedInfo(MAPRequestedInfo value)Sets the value of the field requestedInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPProvideSubscriberInfoArg Modifier and Type Method Description static MAPProvideSubscriberInfoArgMAPProvideSubscriberInfoArg. copyOf(MAPProvideSubscriberInfoArg 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.intMAPDialog. sendProvideSubscriberInfo(long timeout, MAPProvideSubscriberInfoArg argument)Issues a provideSubscriberInfo operation request on the dialog. -
Uses of MAPProvideSubscriberInfoArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPProvideSubscriberInfoArg Constructor Description MAPProvideSubscriberInfoRequestEvent(MAPDialog dialog, TcapOperation operation, MAPProvideSubscriberInfoArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProvideSubscriberInfoRequestEvent -
Uses of MAPProvideSubscriberInfoArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPProvideSubscriberInfoArg Modifier and Type Field Description static PersistCodec<MAPProvideSubscriberInfoArg,MAPProvideSubscriberInfoArg,MAPProto.MAP_MS_DataTypes_ProvideSubscriberInfoArg>MAPCodecs. MAP_MS_DataTypes_ProvideSubscriberInfoArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ProvideSubscriberInfoArgstatic PersistCodec<MAPProvideSubscriberInfoArg,MAPProvideSubscriberInfoArg,MAPProto.MAP_MS_DataTypes_ProvideSubscriberInfoArg>MAPCodecs. MAP_MS_DataTypes_ProvideSubscriberInfoArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ProvideSubscriberInfoArg
-