ReportingOptions()
Create a new empty options, with the default address out and no reporters.
ReportingOptions(other: ReportingOptions)
Copy constructor.
other - the options to copy
other
ReportingOptions(json: JsonObject)
Create a new options from the specified json.
json - the json to create from
json