Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMNPInfoRes
-
Packages that use MAPMNPInfoRes 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. -
-
Uses of MAPMNPInfoRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPMNPInfoRes Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPMNPInfoRes Modifier and Type Method 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. -
Uses of MAPMNPInfoRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPMNPInfoRes Modifier and Type Field 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.MNPInfoResstatic PersistCodec<MAPMNPInfoRes,MAPMNPInfoRes,MAPProto.MAP_MS_DataTypes_MNPInfoRes>
MAPCodecs. MAP_MS_DataTypes_MNPInfoRes
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.MNPInfoRes
-