Uses of Class
com.opencloud.slee.resources.cgin.map.MAPResetArg
-
Packages that use MAPResetArg 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 MAPResetArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPResetArg Modifier and Type Method Description MAPResetArg
MAPResetArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPResetArg
MAPResetArg. copyOf(MAPResetArg 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.MAPResetArg
MAPResetArg. setHlr_List(IMSIAddress[] value)
Sets the value of the field hlrId.MAPResetArg
MAPResetArg. setHlr_Number(AddressString value)
Sets the value of the field originatingEntityNumber.MAPResetArg
MAPResetArg. setNetworkResource(MAPNetworkResource value)
Sets the value of the field networkResource.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPResetArg Modifier and Type Method Description static MAPResetArg
MAPResetArg. copyOf(MAPResetArg 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. sendReset(MAPResetArg argument)
Issues a reset_v1 operation request on the dialog. -
Uses of MAPResetArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPResetArg Constructor Description MAPResetRequestEvent(MAPDialog dialog, TcapOperation operation, MAPResetArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPResetRequestEvent -
Uses of MAPResetArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPResetArg Modifier and Type Field Description static PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ph1_ResetArg>
MAPCodecs. MAP_MS_DataTypes_ph1_ResetArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.ResetArgstatic PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ph1_ResetArg>
MAPCodecs. MAP_MS_DataTypes_ph1_ResetArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.ResetArgstatic PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ResetArg_v2>
MAPCodecs. MAP_MS_DataTypes_ResetArg_v2
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ResetArg-v2static PersistCodec<MAPResetArg,MAPResetArg,MAPProto.MAP_MS_DataTypes_ResetArg_v2>
MAPCodecs. MAP_MS_DataTypes_ResetArg_v2
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ResetArg-v2
-