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 |
---|---|
MAPExt_ExternalSignalInfo |
MAPExt_ExternalSignalInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExt_ExternalSignalInfo |
MAPExt_ExternalSignalInfo.copyOf(MAPExt_ExternalSignalInfo 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.
|
MAPExt_ExternalSignalInfo |
MAPSendRoutingInfoArg.getAdditionalSignalInfo()
Gets the value of the field additionalSignalInfo.
|
MAPExt_ExternalSignalInfo |
MAPProvideRoamingNumberArg_v3.getAdditionalSignalInfo()
Gets the value of the field additionalSignalInfo.
|
MAPExt_ExternalSignalInfo |
MAPExt_ExternalSignalInfo.setExt_ProtocolId(MAPExt_ProtocolId value)
Sets the value of the field ext-ProtocolId.
|
MAPExt_ExternalSignalInfo |
MAPExt_ExternalSignalInfo.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPExt_ExternalSignalInfo |
MAPExt_ExternalSignalInfo.setSignalInfo(byte[] value)
Sets the value of the field signalInfo.
|
Modifier and Type | Method and Description |
---|---|
static MAPExt_ExternalSignalInfo |
MAPExt_ExternalSignalInfo.copyOf(MAPExt_ExternalSignalInfo 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.
|
MAPSendRoutingInfoArg |
MAPSendRoutingInfoArg.setAdditionalSignalInfo(MAPExt_ExternalSignalInfo value)
Sets the value of the field additionalSignalInfo.
|
MAPProvideRoamingNumberArg_v3 |
MAPProvideRoamingNumberArg_v3.setAdditionalSignalInfo(MAPExt_ExternalSignalInfo value)
Sets the value of the field additionalSignalInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPExt_ExternalSignalInfo,MAPExt_ExternalSignalInfo,MAPProto.MAP_CommonDataTypes_Ext_ExternalSignalInfo> |
MAPCodecs.MAP_CommonDataTypes_Ext_ExternalSignalInfo
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Ext-ExternalSignalInfo
|
static PersistCodec<MAPExt_ExternalSignalInfo,MAPExt_ExternalSignalInfo,MAPProto.MAP_CommonDataTypes_Ext_ExternalSignalInfo> |
MAPCodecs.MAP_CommonDataTypes_Ext_ExternalSignalInfo
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Ext-ExternalSignalInfo
|