ProblemDescriptor

Describes a problem operation.

The Problems API in an incubating stage and the associated classes are likely to change in a non-compatible way. Consequently, the Tooling API only exposes problem instances with dynamic data in json format without any guarantees.

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getJson(): String
The problem properties in JSON format.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard