Success

class Success(val path: String?, val uri: String?, val state: Any, val report: Report) : Server.Result

A Result indicating that the report was successfully subscribed.

Parameters

report
a Report object encapsulating a successfully subscribed report.

Constructors

Link copied to clipboard
constructor(path: String?, uri: String?, state: Any, report: Report)

Properties

Link copied to clipboard
val path: String?
Link copied to clipboard
Link copied to clipboard
val state: Any
Link copied to clipboard
val uri: String?

Functions

Link copied to clipboard
open override fun toString(): String