Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1BCSMEvent
-
Packages that use CS1BCSMEvent Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CS1BCSMEvent in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1BCSMEvent Modifier and Type Method Description CS1BCSMEventCS1BCSMEvent. clone()Constructs a copy of this object and everything reachable from it.static CS1BCSMEventCS1BCSMEvent. copyOf(CCBCSMEvent 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.CS1BCSMEventCS1BCSMEvent. setDPSpecificCriteria(CS1DPSpecificCriteria value)Sets the value of the field dPSpecificCriteria.CS1BCSMEventCS1BCSMEvent. setEventTypeBCSM(CCEventTypeBCSM value)Sets the value of the field eventTypeBCSM.CS1BCSMEventCS1BCSMEvent. setLegID(CCLegID value)Sets the value of the field legID.CS1BCSMEventCS1BCSMEvent. setMonitorMode(CCMonitorMode value)Sets the value of the field monitorMode.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1BCSMEvent Modifier and Type Method Description CS1RequestReportBCSMEventArgCS1RequestReportBCSMEventArg. setBcsmEvents(CS1BCSMEvent[] value)Sets the value of the field bcsmEvents. -
Uses of CS1BCSMEvent in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CS1BCSMEvent Modifier and Type Field Description static PersistCodec<CCBCSMEvent,CS1BCSMEvent,CS1Proto.Core_INAP_CS1_DataTypes_BCSMEvent>CS1Codecs. Core_INAP_CS1_DataTypes_BCSMEventSingleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.BCSMEvent
-