Uses of Class
com.opencloud.slee.resources.cgin.map.MAPT_CSI
-
Packages that use MAPT_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 MAPT_CSI in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPT_CSI Modifier and Type Method Description MAPT_CSI
MAPT_CSI. clone()
Constructs a copy of this object and everything reachable from it.static MAPT_CSI
MAPT_CSI. copyOf(MAPT_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.MAPT_CSI
MAPCAMEL_SubscriptionInfo. getT_CSI()
Gets the value of the field t-CSI.MAPT_CSI
MAPGmscCamelSubscriptionInfo. getT_CSI()
Gets the value of the field t-CSI.MAPT_CSI
MAPCAMEL_SubscriptionInfo. getVt_CSI()
Gets the value of the field vt-CSI.MAPT_CSI
MAPVlrCamelSubscriptionInfo. getVt_CSI()
Gets the value of the field vt-CSI.MAPT_CSI
MAPCAMEL_SubscriptionInfo. getVt_IM_CSI()
Gets the value of the field vt-IM-CSI.MAPT_CSI
MAPT_CSI. setCamelCapabilityHandling(int value)
Sets the value of the field camelCapabilityHandling and marks the field as present.MAPT_CSI
MAPT_CSI. setCamelCapabilityHandlingPresent(boolean flag)
Sets the presence or absence of the optional field camelCapabilityHandling.MAPT_CSI
MAPT_CSI. setCsi_ActivePresent(boolean flag)
Sets the presence or absence of the optional field csi-Active.MAPT_CSI
MAPT_CSI. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPT_CSI
MAPT_CSI. setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.MAPT_CSI
MAPT_CSI. setT_BcsmCamelTDPDataList(MAPT_BcsmCamelTDPData[] value)
Sets the value of the field t-BcsmCamelTDPDataList.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPT_CSI Modifier and Type Method Description static MAPT_CSI
MAPT_CSI. copyOf(MAPT_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_SubscriptionInfo
MAPCAMEL_SubscriptionInfo. setT_CSI(MAPT_CSI value)
Sets the value of the field t-CSI.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. setT_CSI(MAPT_CSI value)
Sets the value of the field t-CSI.MAPCAMEL_SubscriptionInfo
MAPCAMEL_SubscriptionInfo. setVt_CSI(MAPT_CSI value)
Sets the value of the field vt-CSI.MAPVlrCamelSubscriptionInfo
MAPVlrCamelSubscriptionInfo. setVt_CSI(MAPT_CSI value)
Sets the value of the field vt-CSI.MAPCAMEL_SubscriptionInfo
MAPCAMEL_SubscriptionInfo. setVt_IM_CSI(MAPT_CSI value)
Sets the value of the field vt-IM-CSI. -
Uses of MAPT_CSI in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPT_CSI Modifier and Type Field Description static PersistCodec<MAPT_CSI,MAPT_CSI,MAPProto.MAP_MS_DataTypes_T_CSI>
MAPCodecs. MAP_MS_DataTypes_T_CSI
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.T-CSIstatic PersistCodec<MAPT_CSI,MAPT_CSI,MAPProto.MAP_MS_DataTypes_T_CSI>
MAPCodecs. MAP_MS_DataTypes_T_CSI
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.T-CSI
-