open class ReportOptions
Configures a reporter consisting in a name to, an address at and an optional format.
Author
Julien Viet
ReportOptions()ReportOptions(other: ReportOptions)ReportOptions(json: JsonObject) |
static val DEFAULT_FORMAT: String
The |
|
static val DEFAULT_TO: String
The |
open fun getFormat(): String |
|
open fun getTo(): String |
|
open fun setFormat(format: String): ReportOptions
Set the current reporter format. |
|
open fun setTo(to: String): ReportOptions
Set the current reporter name. |
|
open fun toJson(): JsonObject |