Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPurgeMS_Arg
-
Packages that use MAPPurgeMS_Arg 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 MAPPurgeMS_Arg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPPurgeMS_Arg Modifier and Type Method Description MAPPurgeMS_Arg
MAPPurgeMS_Arg. clone()
Constructs a copy of this object and everything reachable from it.static MAPPurgeMS_Arg
MAPPurgeMS_Arg. copyOf(MAPPurgeMS_Arg_v2 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.MAPPurgeMS_Arg
MAPPurgeMS_Arg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPPurgeMS_Arg
MAPPurgeMS_Arg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPPurgeMS_Arg
MAPPurgeMS_Arg. setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.MAPPurgeMS_Arg
MAPPurgeMS_Arg. setVlr_Number(AddressString value)
Sets the value of the field vlr-Number. -
Uses of MAPPurgeMS_Arg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPPurgeMS_Arg Modifier and Type Field Description static PersistCodec<MAPPurgeMS_Arg_v2,MAPPurgeMS_Arg,MAPProto.MAP_MS_DataTypes_PurgeMS_Arg>
MAPCodecs. MAP_MS_DataTypes_PurgeMS_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PurgeMS-Arg
-