Uses of Class
com.opencloud.slee.resources.cgin.map.MAPD_CSI
-
Packages that use MAPD_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 MAPD_CSI in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPD_CSI Modifier and Type Method Description MAPD_CSI
MAPD_CSI. clone()
Constructs a copy of this object and everything reachable from it.static MAPD_CSI
MAPD_CSI. copyOf(MAPD_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.MAPD_CSI
MAPGmscCamelSubscriptionInfo. getD_csi()
Gets the value of the field d-csi.MAPD_CSI
MAPResumeCallHandlingArg. getD_csi()
Gets the value of the field d-csi.MAPD_CSI
MAPCAMEL_SubscriptionInfo. getD_CSI()
Gets the value of the field d-CSI.MAPD_CSI
MAPVlrCamelSubscriptionInfo. getD_CSI()
Gets the value of the field d-CSI.MAPD_CSI
MAPCAMEL_SubscriptionInfo. getD_IM_CSI()
Gets the value of the field d-IM-CSI.MAPD_CSI
MAPD_CSI. setCamelCapabilityHandling(int value)
Sets the value of the field camelCapabilityHandling and marks the field as present.MAPD_CSI
MAPD_CSI. setCamelCapabilityHandlingPresent(boolean flag)
Sets the presence or absence of the optional field camelCapabilityHandling.MAPD_CSI
MAPD_CSI. setCsi_ActivePresent(boolean flag)
Sets the presence or absence of the optional field csi-Active.MAPD_CSI
MAPD_CSI. setDp_AnalysedInfoCriteriaList(MAPDP_AnalysedInfoCriterium[] value)
Sets the value of the field dp-AnalysedInfoCriteriaList.MAPD_CSI
MAPD_CSI. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPD_CSI
MAPD_CSI. setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPD_CSI Modifier and Type Method Description static MAPD_CSI
MAPD_CSI. copyOf(MAPD_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.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. setD_csi(MAPD_CSI value)
Sets the value of the field d-csi.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setD_csi(MAPD_CSI value)
Sets the value of the field d-csi.MAPCAMEL_SubscriptionInfo
MAPCAMEL_SubscriptionInfo. setD_CSI(MAPD_CSI value)
Sets the value of the field d-CSI.MAPVlrCamelSubscriptionInfo
MAPVlrCamelSubscriptionInfo. setD_CSI(MAPD_CSI value)
Sets the value of the field d-CSI.MAPCAMEL_SubscriptionInfo
MAPCAMEL_SubscriptionInfo. setD_IM_CSI(MAPD_CSI value)
Sets the value of the field d-IM-CSI. -
Uses of MAPD_CSI in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPD_CSI Modifier and Type Field Description static PersistCodec<MAPD_CSI,MAPD_CSI,MAPProto.MAP_MS_DataTypes_D_CSI>
MAPCodecs. MAP_MS_DataTypes_D_CSI
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.D-CSIstatic PersistCodec<MAPD_CSI,MAPD_CSI,MAPProto.MAP_MS_DataTypes_D_CSI>
MAPCodecs. MAP_MS_DataTypes_D_CSI
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.D-CSI
-