Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1EventSpecificInformationCharging
-
Packages that use CS1EventSpecificInformationCharging Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CS1EventSpecificInformationCharging in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1EventSpecificInformationCharging Modifier and Type Method Description CS1EventSpecificInformationChargingCS1EventSpecificInformationCharging. clone()Constructs a copy of this object and everything reachable from it.static CS1EventSpecificInformationChargingCS1EventSpecificInformationCharging. copyOf(CS1EventSpecificInformationCharging 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.CS1EventSpecificInformationChargingCS1EventNotificationChargingArg. getEventSpecificInformationCharging()Gets the value of the field eventSpecificInformationCharging.CS1EventSpecificInformationChargingCS1EventSpecificInformationCharging. setByteArray(byte[] value)Sets the value of the field byteArray.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1EventSpecificInformationCharging Modifier and Type Method Description static CS1EventSpecificInformationChargingCS1EventSpecificInformationCharging. copyOf(CS1EventSpecificInformationCharging 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.CS1EventNotificationChargingArgCS1EventNotificationChargingArg. setEventSpecificInformationCharging(CS1EventSpecificInformationCharging value)Sets the value of the field eventSpecificInformationCharging.
-