Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendGroupCallInfoArg
-
Packages that use MAPSendGroupCallInfoArg 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 MAPSendGroupCallInfoArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSendGroupCallInfoArg Modifier and Type Method Description MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. copyOf(MAPSendGroupCallInfoArg 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.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setCellId(CellGlobalId value)
Sets the value of the field cellId.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setCksn(Cksn value)
Sets the value of the field cksn.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setGroupId(byte[] value)
Sets the value of the field groupId.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setRequestedInfo(MAPGroupRequestedInfo value)
Sets the value of the field requestedInfo.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setTalkerPriority(MAPTalkerPriority value)
Sets the value of the field talkerPriority.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setTeleservice(byte[] value)
Sets the value of the field teleservice.MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. setTmsi(byte[] value)
Sets the value of the field tmsi.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendGroupCallInfoArg Modifier and Type Method Description static MAPSendGroupCallInfoArg
MAPSendGroupCallInfoArg. copyOf(MAPSendGroupCallInfoArg 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. sendSendGroupCallInfo(long timeout, MAPSendGroupCallInfoArg argument)
Issues a sendGroupCallInfo operation request on the dialog. -
Uses of MAPSendGroupCallInfoArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSendGroupCallInfoArg Constructor Description MAPSendGroupCallInfoRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSendGroupCallInfoArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendGroupCallInfoRequestEvent -
Uses of MAPSendGroupCallInfoArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendGroupCallInfoArg Modifier and Type Field Description static PersistCodec<MAPSendGroupCallInfoArg,MAPSendGroupCallInfoArg,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoArg>
MAPCodecs. MAP_GR_DataTypes_SendGroupCallInfoArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoArgstatic PersistCodec<MAPSendGroupCallInfoArg,MAPSendGroupCallInfoArg,MAPProto.MAP_GR_DataTypes_SendGroupCallInfoArg>
MAPCodecs. MAP_GR_DataTypes_SendGroupCallInfoArg
Singleton codec for the ASN.1 type: MAP-GR-DataTypes.SendGroupCallInfoArg
-