Uses of Class
com.opencloud.slee.resources.cgin.map.MAPO_CSI
-
Packages that use MAPO_CSI 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 MAPO_CSI in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPO_CSI Modifier and Type Method Description MAPO_CSIMAPO_CSI. clone()Constructs a copy of this object and everything reachable from it.static MAPO_CSIMAPO_CSI. copyOf(MAPO_CSI 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.MAPO_CSIMAPCAMEL_SubscriptionInfo. getO_CSI()Gets the value of the field o-CSI.MAPO_CSIMAPGmscCamelSubscriptionInfo. getO_CSI()Gets the value of the field o-CSI.MAPO_CSIMAPResumeCallHandlingArg. getO_CSI()Gets the value of the field o-CSI.MAPO_CSIMAPVlrCamelSubscriptionInfo. getO_CSI()Gets the value of the field o-CSI.MAPO_CSIMAPCAMEL_SubscriptionInfo. getO_IM_CSI()Gets the value of the field o-IM-CSI.MAPO_CSIMAPO_CSI. setCamelCapabilityHandling(int value)Sets the value of the field camelCapabilityHandling and marks the field as present.MAPO_CSIMAPO_CSI. setCamelCapabilityHandlingPresent(boolean flag)Sets the presence or absence of the optional field camelCapabilityHandling.MAPO_CSIMAPO_CSI. setCsiActivePresent(boolean flag)Sets the presence or absence of the optional field csiActive.MAPO_CSIMAPO_CSI. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPO_CSIMAPO_CSI. setNotificationToCSEPresent(boolean flag)Sets the presence or absence of the optional field notificationToCSE.MAPO_CSIMAPO_CSI. setO_BcsmCamelTDPDataList(MAPO_BcsmCamelTDPData[] value)Sets the value of the field o-BcsmCamelTDPDataList.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPO_CSI Modifier and Type Method Description static MAPO_CSIMAPO_CSI. copyOf(MAPO_CSI 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.MAPCAMEL_SubscriptionInfoMAPCAMEL_SubscriptionInfo. setO_CSI(MAPO_CSI value)Sets the value of the field o-CSI.MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. setO_CSI(MAPO_CSI value)Sets the value of the field o-CSI.MAPResumeCallHandlingArgMAPResumeCallHandlingArg. setO_CSI(MAPO_CSI value)Sets the value of the field o-CSI.MAPVlrCamelSubscriptionInfoMAPVlrCamelSubscriptionInfo. setO_CSI(MAPO_CSI value)Sets the value of the field o-CSI.MAPCAMEL_SubscriptionInfoMAPCAMEL_SubscriptionInfo. setO_IM_CSI(MAPO_CSI value)Sets the value of the field o-IM-CSI. -
Uses of MAPO_CSI in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPO_CSI Modifier and Type Field Description static PersistCodec<MAPO_CSI,MAPO_CSI,MAPProto.MAP_MS_DataTypes_O_CSI>MAPCodecs. MAP_MS_DataTypes_O_CSISingleton codec for the ASN.1 type: MAP-MS-DataTypes.O-CSIstatic PersistCodec<MAPO_CSI,MAPO_CSI,MAPProto.MAP_MS_DataTypes_O_CSI>MAPCodecs. MAP_MS_DataTypes_O_CSISingleton codec for the ASN.1 type: MAP-MS-DataTypes.O-CSI
-