Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAnyTimeInterrogationRes
-
Packages that use MAPAnyTimeInterrogationRes 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 MAPAnyTimeInterrogationRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAnyTimeInterrogationRes Modifier and Type Method Description MAPAnyTimeInterrogationResMAPAnyTimeInterrogationRes. clone()Constructs a copy of this object and everything reachable from it.static MAPAnyTimeInterrogationResMAPAnyTimeInterrogationRes. copyOf(MAPAnyTimeInterrogationRes 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.MAPAnyTimeInterrogationResMAPAnyTimeInterrogationRes. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPAnyTimeInterrogationResMAPAnyTimeInterrogationRes. setSubscriberInfo(MAPSubscriberInfo value)Sets the value of the field subscriberInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAnyTimeInterrogationRes Modifier and Type Method Description static MAPAnyTimeInterrogationResMAPAnyTimeInterrogationRes. copyOf(MAPAnyTimeInterrogationRes 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.voidMAPDialog. sendAnyTimeInterrogationResponse(int invokeId, MAPAnyTimeInterrogationRes result)Issues a (last) response to an anyTimeInterrogation operation on the dialog.voidMAPDialog. sendAnyTimeInterrogationResponse(int invokeId, MAPAnyTimeInterrogationRes result, boolean isLast)Issues a response to an anyTimeInterrogation operation on the dialog. -
Uses of MAPAnyTimeInterrogationRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPAnyTimeInterrogationRes Constructor Description MAPAnyTimeInterrogationResultEvent(MAPDialog dialog, TcapOperation operation, MAPAnyTimeInterrogationRes argument, int invokeId, boolean lastResult)Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPAnyTimeInterrogationResultEvent -
Uses of MAPAnyTimeInterrogationRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAnyTimeInterrogationRes Modifier and Type Field Description static PersistCodec<MAPAnyTimeInterrogationRes,MAPAnyTimeInterrogationRes,MAPProto.MAP_MS_DataTypes_AnyTimeInterrogationRes>MAPCodecs. MAP_MS_DataTypes_AnyTimeInterrogationResSingleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeInterrogationResstatic PersistCodec<MAPAnyTimeInterrogationRes,MAPAnyTimeInterrogationRes,MAPProto.MAP_MS_DataTypes_AnyTimeInterrogationRes>MAPCodecs. MAP_MS_DataTypes_AnyTimeInterrogationResSingleton codec for the ASN.1 type: MAP-MS-DataTypes.AnyTimeInterrogationRes
-