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.
|
Modifier and Type | Method and Description |
---|---|
MAPSubscriberInfo |
MAPSubscriberInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSubscriberInfo |
MAPSubscriberInfo.copyOf(MAPSubscriberInfo 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.
|
MAPSubscriberInfo |
MAPSendRoutingInfoRes_v3.getSubscriberInfo()
Gets the value of the field subscriberInfo.
|
MAPSubscriberInfo |
MAPProvideSubscriberInfoRes.getSubscriberInfo()
Gets the value of the field subscriberInfo.
|
MAPSubscriberInfo |
MAPAnyTimeInterrogationRes.getSubscriberInfo()
Gets the value of the field subscriberInfo.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setEps_SubscriberState(MAPPS_SubscriberState value)
Sets the value of the field eps-SubscriberState.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setGprs_MS_Class(MAPGPRSMSClass value)
Sets the value of the field gprs-MS-Class.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setImei(IMEIAddress value)
Sets the value of the field imei.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setImsVoiceOverPS_SessionsIndication(MAPIMS_VoiceOverPS_SessionsInd value)
Sets the value of the field imsVoiceOverPS-SessionsIndication.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setLastRAT_Type(MAPUsed_RAT_Type value)
Sets the value of the field lastRAT-Type.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setLastUE_ActivityTime(byte[] value)
Sets the value of the field lastUE-ActivityTime.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setLocationInformation(MAPLocationInformation value)
Sets the value of the field locationInformation.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setLocationInformationEPS(MAPLocationInformationEPS value)
Sets the value of the field locationInformationEPS.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setLocationInformationGPRS(MAPLocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setMnpInfoRes(MAPMNPInfoRes value)
Sets the value of the field mnpInfoRes.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setMs_Classmark2(byte[] value)
Sets the value of the field ms-Classmark2.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setPs_SubscriberState(MAPPS_SubscriberState value)
Sets the value of the field ps-SubscriberState.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setSubscriberState(MAPSubscriberState value)
Sets the value of the field subscriberState.
|
Modifier and Type | Method and Description |
---|---|
static MAPSubscriberInfo |
MAPSubscriberInfo.copyOf(MAPSubscriberInfo 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.
|
MAPSendRoutingInfoRes_v3 |
MAPSendRoutingInfoRes_v3.setSubscriberInfo(MAPSubscriberInfo value)
Sets the value of the field subscriberInfo.
|
MAPProvideSubscriberInfoRes |
MAPProvideSubscriberInfoRes.setSubscriberInfo(MAPSubscriberInfo value)
Sets the value of the field subscriberInfo.
|
MAPAnyTimeInterrogationRes |
MAPAnyTimeInterrogationRes.setSubscriberInfo(MAPSubscriberInfo value)
Sets the value of the field subscriberInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSubscriberInfo,MAPSubscriberInfo,MAPProto.MAP_MS_DataTypes_SubscriberInfo> |
MAPCodecs.MAP_MS_DataTypes_SubscriberInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SubscriberInfo
|
static PersistCodec<MAPSubscriberInfo,MAPSubscriberInfo,MAPProto.MAP_MS_DataTypes_SubscriberInfo> |
MAPCodecs.MAP_MS_DataTypes_SubscriberInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SubscriberInfo
|