open class NativeReport : Serializable
Represents information about the data which should be reported for diagnosis purposes.
NativeReport() NativeReport(effectiveSettings: MutableList<NativeEffectiveSetting!>!) |
open fun getEffectiveSettings(): MutableList<NativeEffectiveSetting!>!
Returns the list of the effective parameters. |
|
open fun toString(): String |