Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAnyTimeInterrogationArg
-
Packages that use MAPAnyTimeInterrogationArg 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 MAPAnyTimeInterrogationArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAnyTimeInterrogationArg Modifier and Type Method Description MAPAnyTimeInterrogationArgMAPAnyTimeInterrogationArg. clone()Constructs a copy of this object and everything reachable from it.static MAPAnyTimeInterrogationArgMAPAnyTimeInterrogationArg. copyOf(MAPAnyTimeInterrogationArg 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.MAPAnyTimeInterrogationArgMAPAnyTimeInterrogationArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPAnyTimeInterrogationArgMAPAnyTimeInterrogationArg. setGsmSCF_Address(AddressString value)Sets the value of the field gsmSCF-Address.MAPAnyTimeInterrogationArgMAPAnyTimeInterrogationArg. setRequestedInfo(MAPRequestedInfo value)Sets the value of the field requestedInfo.MAPAnyTimeInterrogationArgMAPAnyTimeInterrogationArg. setSubscriberIdentity(MAPSubscriberIdentity value)Sets the value of the field subscriberIdentity.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAnyTimeInterrogationArg Modifier and Type Method Description static MAPAnyTimeInterrogationArgMAPAnyTimeInterrogationArg. copyOf(MAPAnyTimeInterrogationArg 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.intMAPDialog. sendAnyTimeInterrogation(long timeout, MAPAnyTimeInterrogationArg argument)Issues an anyTimeInterrogation operation request on the dialog. -
Uses of MAPAnyTimeInterrogationArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPAnyTimeInterrogationArg Constructor Description MAPAnyTimeInterrogationRequestEvent(MAPDialog dialog, TcapOperation operation, MAPAnyTimeInterrogationArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAnyTimeInterrogationRequestEvent -
Uses of MAPAnyTimeInterrogationArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAnyTimeInterrogationArg Modifier and Type Field Description static PersistCodec<MAPAnyTimeInterrogationArg,MAPAnyTimeInterrogationArg,MAPProto.MAP_MS_DataTypes_AnyTimeInterrogationArg>MAPCodecs. MAP_MS_DataTypes_AnyTimeInterrogationArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeInterrogationArgstatic PersistCodec<MAPAnyTimeInterrogationArg,MAPAnyTimeInterrogationArg,MAPProto.MAP_MS_DataTypes_AnyTimeInterrogationArg>MAPCodecs. MAP_MS_DataTypes_AnyTimeInterrogationArgSingleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeInterrogationArg
-