Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API 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.
|
Modifier and Type | Method and Description |
---|---|
MAPVoiceGroupCallData |
MAPVoiceGroupCallData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPVoiceGroupCallData |
MAPVoiceGroupCallData.copyOf(MAPVoiceGroupCallData 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.
|
MAPVoiceGroupCallData[] |
MAPSubscriberData.getVgcsSubscriptionData()
Gets the value of the field vgcsSubscriptionData.
|
MAPVoiceGroupCallData[] |
MAPInsertSubscriberDataArg.getVgcsSubscriptionData()
Gets the value of the field vgcsSubscriptionData.
|
MAPVoiceGroupCallData |
MAPVoiceGroupCallData.setAdditionalInfo(BitString value)
Sets the value of the field additionalInfo.
|
MAPVoiceGroupCallData |
MAPVoiceGroupCallData.setAdditionalSubscriptions(MAPAdditionalSubscriptions value)
Sets the value of the field additionalSubscriptions.
|
MAPVoiceGroupCallData |
MAPVoiceGroupCallData.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPVoiceGroupCallData |
MAPVoiceGroupCallData.setGroupId(byte[] value)
Sets the value of the field groupId.
|
MAPVoiceGroupCallData |
MAPVoiceGroupCallData.setLongGroupId(byte[] value)
Sets the value of the field longGroupId.
|
Modifier and Type | Method and Description |
---|---|
static MAPVoiceGroupCallData |
MAPVoiceGroupCallData.copyOf(MAPVoiceGroupCallData 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.
|
MAPSubscriberData |
MAPSubscriberData.setVgcsSubscriptionData(MAPVoiceGroupCallData[] value)
Sets the value of the field vgcsSubscriptionData.
|
MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.setVgcsSubscriptionData(MAPVoiceGroupCallData[] value)
Sets the value of the field vgcsSubscriptionData.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPVoiceGroupCallData,MAPVoiceGroupCallData,MAPProto.MAP_MS_DataTypes_VoiceGroupCallData> |
MAPCodecs.MAP_MS_DataTypes_VoiceGroupCallData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.VoiceGroupCallData
|
static PersistCodec<MAPVoiceGroupCallData,MAPVoiceGroupCallData,MAPProto.MAP_MS_DataTypes_VoiceGroupCallData> |
MAPCodecs.MAP_MS_DataTypes_VoiceGroupCallData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.VoiceGroupCallData
|