Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSentParameter
-
Packages that use MAPSentParameter 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 MAPSentParameter in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSentParameter Modifier and Type Method Description MAPSentParameter
MAPSentParameter. clone()
Constructs a copy of this object and everything reachable from it.static MAPSentParameter
MAPSentParameter. copyOf(MAPSentParameter 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.MAPSentParameter
MAPSentParameter. setAuthenticationSet(MAPAuthenticationSet value)
Sets the value of the authenticationSet choice.MAPSentParameter
MAPSentParameter. setCug_information(MAPCUG_Information value)
Sets the value of the cug-information choice.MAPSentParameter
MAPSentParameter. setImsi(IMSIAddress value)
Sets the value of the imsi choice.MAPSentParameter
MAPSentParameter. setKi(byte[] value)
Sets the value of the ki choice.MAPSentParameter
MAPSentParameter. setSusbcriberData(MAPSubscriberData value)
Sets the value of the susbcriberData choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSentParameter Modifier and Type Method Description static MAPSentParameter
MAPSentParameter. copyOf(MAPSentParameter 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.void
MAPDialog. sendSendParametersResponse(int invokeId, MAPSentParameter[] result)
Issues a (last) response to a sendParameters_v1 operation on the dialog.void
MAPDialog. sendSendParametersResponse(int invokeId, MAPSentParameter[] result, boolean isLast)
Issues a response to a sendParameters_v1 operation on the dialog. -
Uses of MAPSentParameter in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSentParameter Constructor Description MAPSendParametersResultEvent(MAPDialog dialog, TcapOperation operation, MAPSentParameter[] argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendParametersResultEvent -
Uses of MAPSentParameter in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSentParameter Modifier and Type Field Description static PersistCodec<MAPSentParameter,MAPSentParameter,MAPProto.MAP_MS_DataTypes_ph1_SentParameter>
MAPCodecs. MAP_MS_DataTypes_ph1_SentParameter
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.SentParameterstatic PersistCodec<MAPSentParameter,MAPSentParameter,MAPProto.MAP_MS_DataTypes_ph1_SentParameter>
MAPCodecs. MAP_MS_DataTypes_ph1_SentParameter
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.SentParameter
-