Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendGroupCallInfoRes
-
Packages that use MAPSendGroupCallInfoRes 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 MAPSendGroupCallInfoRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSendGroupCallInfoRes Modifier and Type Method Description MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. clone()Constructs a copy of this object and everything reachable from it.static MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. copyOf(MAPSendGroupCallInfoRes 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.MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. setAdditionalInfo(BitString value)Sets the value of the field additionalInfo.MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. setAdditionalSubscriptions(MAPAdditionalSubscriptions value)Sets the value of the field additionalSubscriptions.MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. setAnchorMSC_Address(AddressString value)Sets the value of the field anchorMSC-Address.MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. setAsciCallReference(byte[] value)Sets the value of the field asciCallReference.MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. setImsi(IMSIAddress value)Sets the value of the field imsi.MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. setKc(byte[] value)Sets the value of the field kc.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendGroupCallInfoRes Modifier and Type Method Description static MAPSendGroupCallInfoResMAPSendGroupCallInfoRes. copyOf(MAPSendGroupCallInfoRes 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. sendSendGroupCallInfoResponse(int invokeId, MAPSendGroupCallInfoRes result)Issues a (last) response to a sendGroupCallInfo operation on the dialog.voidMAPDialog. sendSendGroupCallInfoResponse(int invokeId, MAPSendGroupCallInfoRes result, boolean isLast)Issues a response to a sendGroupCallInfo operation on the dialog. -
Uses of MAPSendGroupCallInfoRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendGroupCallInfoRes Constructor Description MAPSendGroupCallInfoResultEvent(MAPDialog dialog, TcapOperation operation, MAPSendGroupCallInfoRes argument, int invokeId, boolean lastResult)Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPSendGroupCallInfoResultEvent -
Uses of MAPSendGroupCallInfoRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendGroupCallInfoRes Modifier and Type Field Description static PersistCodec<MAPSendGroupCallInfoRes,MAPSendGroupCallInfoRes,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoRes>MAPCodecs. MAP_GR_DataTypes_SendGroupCallInfoResSingleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoResstatic PersistCodec<MAPSendGroupCallInfoRes,MAPSendGroupCallInfoRes,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoRes>MAPCodecs. MAP_GR_DataTypes_SendGroupCallInfoResSingleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoRes
-