Status()
Creates a new instance of Status with default values.
Status(other: Status)
Creates a new instance of Status by copying the given Status.
other - the status to copy, must not be null
Status(json: JsonObject)
Creates a new instance of Status from the given JSON structure.