Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCCBS_Indicators
-
Packages that use MAPCCBS_Indicators 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 MAPCCBS_Indicators in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCCBS_Indicators Modifier and Type Method Description MAPCCBS_Indicators
MAPCCBS_Indicators. clone()
Constructs a copy of this object and everything reachable from it.static MAPCCBS_Indicators
MAPCCBS_Indicators. copyOf(MAPCCBS_Indicators 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.MAPCCBS_Indicators
MAPSendRoutingInfoRes_v3. getCcbs_Indicators()
Gets the value of the field ccbs-Indicators.MAPCCBS_Indicators
MAPCCBS_Indicators. setCcbs_PossiblePresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Possible.MAPCCBS_Indicators
MAPCCBS_Indicators. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPCCBS_Indicators
MAPCCBS_Indicators. setKeepCCBS_CallIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field keepCCBS-CallIndicator.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCCBS_Indicators Modifier and Type Method Description static MAPCCBS_Indicators
MAPCCBS_Indicators. copyOf(MAPCCBS_Indicators 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.MAPSendRoutingInfoRes_v3
MAPSendRoutingInfoRes_v3. setCcbs_Indicators(MAPCCBS_Indicators value)
Sets the value of the field ccbs-Indicators. -
Uses of MAPCCBS_Indicators in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCCBS_Indicators Modifier and Type Field Description static PersistCodec<MAPCCBS_Indicators,MAPCCBS_Indicators,MAPProto.MAP_CH_DataTypes_CCBS_Indicators>
MAPCodecs. MAP_CH_DataTypes_CCBS_Indicators
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.CCBS-Indicatorsstatic PersistCodec<MAPCCBS_Indicators,MAPCCBS_Indicators,MAPProto.MAP_CH_DataTypes_CCBS_Indicators>
MAPCodecs. MAP_CH_DataTypes_CCBS_Indicators
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.CCBS-Indicators
-