Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRestoreDataArg
-
Packages that use MAPRestoreDataArg 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 MAPRestoreDataArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRestoreDataArg Modifier and Type Method Description MAPRestoreDataArg
MAPRestoreDataArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPRestoreDataArg
MAPRestoreDataArg. copyOf(MAPRestoreDataArg 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.MAPRestoreDataArg
MAPRestoreDataArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPRestoreDataArg
MAPRestoreDataArg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPRestoreDataArg
MAPRestoreDataArg. setLmsi(LMSIAddress value)
Sets the value of the field lmsi.MAPRestoreDataArg
MAPRestoreDataArg. setRestorationIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field restorationIndicator.MAPRestoreDataArg
MAPRestoreDataArg. setVlr_Capability(MAPVLR_Capability value)
Sets the value of the field vlr-Capability.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRestoreDataArg Modifier and Type Method Description static MAPRestoreDataArg
MAPRestoreDataArg. copyOf(MAPRestoreDataArg 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. sendRestoreData(long timeout, MAPRestoreDataArg argument)
Issues a restoreData operation request on the dialog. -
Uses of MAPRestoreDataArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPRestoreDataArg Constructor Description MAPRestoreDataRequestEvent(MAPDialog dialog, TcapOperation operation, MAPRestoreDataArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPRestoreDataRequestEvent -
Uses of MAPRestoreDataArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRestoreDataArg Modifier and Type Field Description static PersistCodec<MAPRestoreDataArg,MAPRestoreDataArg,MAPProto.MAP_MS_DataTypes_RestoreDataArg>
MAPCodecs. MAP_MS_DataTypes_RestoreDataArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.RestoreDataArgstatic PersistCodec<MAPRestoreDataArg,MAPRestoreDataArg,MAPProto.MAP_MS_DataTypes_RestoreDataArg>
MAPCodecs. MAP_MS_DataTypes_RestoreDataArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.RestoreDataArg
-