Uses of Class
com.opencloud.slee.resources.cgin.map.MAPExt_ExternalSignalInfo
-
Packages that use MAPExt_ExternalSignalInfo 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. -
-
Uses of MAPExt_ExternalSignalInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPExt_ExternalSignalInfo Modifier and Type Method 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
MAPProvideRoamingNumberArg_v3. getAdditionalSignalInfo()
Gets the value of the field additionalSignalInfo.MAPExt_ExternalSignalInfo
MAPSendRoutingInfoArg. 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPExt_ExternalSignalInfo Modifier and Type Method 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.MAPProvideRoamingNumberArg_v3
MAPProvideRoamingNumberArg_v3. setAdditionalSignalInfo(MAPExt_ExternalSignalInfo value)
Sets the value of the field additionalSignalInfo.MAPSendRoutingInfoArg
MAPSendRoutingInfoArg. setAdditionalSignalInfo(MAPExt_ExternalSignalInfo value)
Sets the value of the field additionalSignalInfo. -
Uses of MAPExt_ExternalSignalInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPExt_ExternalSignalInfo Modifier and Type Field 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-ExternalSignalInfostatic 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
-