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 |
---|---|
MAPMNPInfoRes |
MAPMNPInfoRes.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMNPInfoRes |
MAPMNPInfoRes.copyOf(MAPMNPInfoRes 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.
|
MAPMNPInfoRes |
MAPSubscriberInfo.getMnpInfoRes()
Gets the value of the field mnpInfoRes.
|
MAPMNPInfoRes |
MAPMNPInfoRes.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPMNPInfoRes |
MAPMNPInfoRes.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPMNPInfoRes |
MAPMNPInfoRes.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPMNPInfoRes |
MAPMNPInfoRes.setNumberPortabilityStatus(MAPNumberPortabilityStatus value)
Sets the value of the field numberPortabilityStatus.
|
MAPMNPInfoRes |
MAPMNPInfoRes.setRouteingNumber(byte[] value)
Sets the value of the field routeingNumber.
|
Modifier and Type | Method and Description |
---|---|
static MAPMNPInfoRes |
MAPMNPInfoRes.copyOf(MAPMNPInfoRes 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 |
MAPSubscriberInfo.setMnpInfoRes(MAPMNPInfoRes value)
Sets the value of the field mnpInfoRes.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPMNPInfoRes,MAPMNPInfoRes,MAPProto.MAP_MS_DataTypes_MNPInfoRes> |
MAPCodecs.MAP_MS_DataTypes_MNPInfoRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.MNPInfoRes
|
static PersistCodec<MAPMNPInfoRes,MAPMNPInfoRes,MAPProto.MAP_MS_DataTypes_MNPInfoRes> |
MAPCodecs.MAP_MS_DataTypes_MNPInfoRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.MNPInfoRes
|