Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSS_CSI
-
Packages that use MAPSS_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 MAPSS_CSI in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSS_CSI Modifier and Type Method Description MAPSS_CSI
MAPSS_CSI. clone()
Constructs a copy of this object and everything reachable from it.static MAPSS_CSI
MAPSS_CSI. copyOf(MAPSS_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.MAPSS_CSI
MAPCAMEL_SubscriptionInfo. getSs_CSI()
Gets the value of the field ss-CSI.MAPSS_CSI
MAPVlrCamelSubscriptionInfo. getSs_CSI()
Gets the value of the field ss-CSI.MAPSS_CSI
MAPSS_CSI. setCsi_ActivePresent(boolean flag)
Sets the presence or absence of the optional field csi-Active.MAPSS_CSI
MAPSS_CSI. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPSS_CSI
MAPSS_CSI. setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.MAPSS_CSI
MAPSS_CSI. setSs_CamelData(MAPSS_CamelData value)
Sets the value of the field ss-CamelData.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSS_CSI Modifier and Type Method Description static MAPSS_CSI
MAPSS_CSI. copyOf(MAPSS_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. setSs_CSI(MAPSS_CSI value)
Sets the value of the field ss-CSI.MAPVlrCamelSubscriptionInfo
MAPVlrCamelSubscriptionInfo. setSs_CSI(MAPSS_CSI value)
Sets the value of the field ss-CSI. -
Uses of MAPSS_CSI in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSS_CSI Modifier and Type Field Description static PersistCodec<MAPSS_CSI,MAPSS_CSI,MAPProto.MAP_MS_DataTypes_SS_CSI>
MAPCodecs. MAP_MS_DataTypes_SS_CSI
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SS-CSIstatic PersistCodec<MAPSS_CSI,MAPSS_CSI,MAPProto.MAP_MS_DataTypes_SS_CSI>
MAPCodecs. MAP_MS_DataTypes_SS_CSI
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SS-CSI
-