Uses of Class
com.opencloud.slee.resources.cgin.map.MAPInsertSubscriberDataArg_v1
-
Packages that use MAPInsertSubscriberDataArg_v1 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 MAPInsertSubscriberDataArg_v1 in com.opencloud.slee.resources.cgin.map
Subclasses of MAPInsertSubscriberDataArg_v1 in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPInsertSubscriberDataArg
API for MAP-MS-DataTypes.InsertSubscriberDataArg.Methods in com.opencloud.slee.resources.cgin.map that return MAPInsertSubscriberDataArg_v1 Modifier and Type Method Description MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. clone()
Constructs a copy of this object and everything reachable from it.static MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. copyOf(MAPInsertSubscriberDataArg_v1 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.MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. setBearerServiceList(byte[][] value)
Sets the value of the field bearerServiceList.MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. setCategory(byte[] value)
Sets the value of the field category.MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. setMsisdn(AddressString value)
Sets the value of the field msisdn.MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. setProvisionedSS(MAPSS_Information[] value)
Sets the value of the field provisionedSS.MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. setSubscriberStatus(MAPSubscriberStatus value)
Sets the value of the field subscriberStatus.MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. setTeleserviceList(byte[][] value)
Sets the value of the field teleserviceList.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPInsertSubscriberDataArg_v1 Modifier and Type Method Description static MAPInsertSubscriberDataArg_v1
MAPInsertSubscriberDataArg_v1. copyOf(MAPInsertSubscriberDataArg_v1 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.static MAPInsertSubscriberDataArg
MAPInsertSubscriberDataArg. copyOf(MAPInsertSubscriberDataArg_v1 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.int
MAPDialog. sendInsertSubscriberData(long timeout, MAPInsertSubscriberDataArg_v1 argument)
Issues an insertSubscriberData_v1 operation request on the dialog. -
Uses of MAPInsertSubscriberDataArg_v1 in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPInsertSubscriberDataArg_v1 Constructor Description MAPInsertSubscriberDataRequestEvent(MAPDialog dialog, TcapOperation operation, MAPInsertSubscriberDataArg_v1 argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPInsertSubscriberDataRequestEvent -
Uses of MAPInsertSubscriberDataArg_v1 in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPInsertSubscriberDataArg_v1 Modifier and Type Field Description static PersistCodec<MAPInsertSubscriberDataArg_v1,MAPInsertSubscriberDataArg,MAPProto.MAP_MS_DataTypes_InsertSubscriberDataArg>
MAPCodecs. MAP_MS_DataTypes_InsertSubscriberDataArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.InsertSubscriberDataArgstatic PersistCodec<MAPInsertSubscriberDataArg_v1,MAPInsertSubscriberDataArg_v1,MAPProto.MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1>
MAPCodecs. MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.InsertSubscriberDataArg-v1static PersistCodec<MAPInsertSubscriberDataArg_v1,MAPInsertSubscriberDataArg_v1,MAPProto.MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1>
MAPCodecs. MAP_MS_DataTypes_ph1_InsertSubscriberDataArg_v1
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.InsertSubscriberDataArg-v1
-