Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRoutingInfoForLCS_Arg
-
Packages that use MAPRoutingInfoForLCS_Arg 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 MAPRoutingInfoForLCS_Arg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRoutingInfoForLCS_Arg Modifier and Type Method Description MAPRoutingInfoForLCS_Arg
MAPRoutingInfoForLCS_Arg. clone()
Constructs a copy of this object and everything reachable from it.static MAPRoutingInfoForLCS_Arg
MAPRoutingInfoForLCS_Arg. copyOf(MAPRoutingInfoForLCS_Arg 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.MAPRoutingInfoForLCS_Arg
MAPRoutingInfoForLCS_Arg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPRoutingInfoForLCS_Arg
MAPRoutingInfoForLCS_Arg. setMlcNumber(AddressString value)
Sets the value of the field mlcNumber.MAPRoutingInfoForLCS_Arg
MAPRoutingInfoForLCS_Arg. setTargetMS(MAPSubscriberIdentity value)
Sets the value of the field targetMS.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRoutingInfoForLCS_Arg Modifier and Type Method Description static MAPRoutingInfoForLCS_Arg
MAPRoutingInfoForLCS_Arg. copyOf(MAPRoutingInfoForLCS_Arg 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. sendSendRoutingInfoForLCS(long timeout, MAPRoutingInfoForLCS_Arg argument)
Issues a sendRoutingInfoForLCS operation request on the dialog. -
Uses of MAPRoutingInfoForLCS_Arg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPRoutingInfoForLCS_Arg Constructor Description MAPSendRoutingInfoForLCSRequestEvent(MAPDialog dialog, TcapOperation operation, MAPRoutingInfoForLCS_Arg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendRoutingInfoForLCSRequestEvent -
Uses of MAPRoutingInfoForLCS_Arg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRoutingInfoForLCS_Arg Modifier and Type Field Description static PersistCodec<MAPRoutingInfoForLCS_Arg,MAPRoutingInfoForLCS_Arg,MAPProto.MAP_LCS_DataTypes_RoutingInfoForLCS_Arg>
MAPCodecs. MAP_LCS_DataTypes_RoutingInfoForLCS_Arg
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.RoutingInfoForLCS-Argstatic PersistCodec<MAPRoutingInfoForLCS_Arg,MAPRoutingInfoForLCS_Arg,MAPProto.MAP_LCS_DataTypes_RoutingInfoForLCS_Arg>
MAPCodecs. MAP_LCS_DataTypes_RoutingInfoForLCS_Arg
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.RoutingInfoForLCS-Arg
-