Reporting Descriptor
Metadata that describes a specific report produced by the tool, as part of the analysis it provides or its runtime reporting.
Properties
Link copied to clipboard
@SerializedName(value = "defaultConfiguration" )
@Expose
Information about a rule or notification that can be configured at runtime.
Link copied to clipboard
An array of unique identifies in the form of a GUID by which this report was known in some previous version of the analysis tool.
Link copied to clipboard
An array of stable, opaque identifiers by which this report was known in some previous version of the analysis tool.
Link copied to clipboard
An array of readable identifiers by which this report was known in some previous version of the analysis tool.
Link copied to clipboard
A message string or message format string rendered in multiple formats.
Link copied to clipboard
A message string or message format string rendered in multiple formats.
Link copied to clipboard
A set of name/value pairs with arbitrary names.
Link copied to clipboard
Key/value pairs that provide additional information about the object.
Link copied to clipboard
@SerializedName(value = "relationships" )
@Expose
An array of objects that describe relationships between this reporting descriptor and others.
Link copied to clipboard
@SerializedName(value = "shortDescription" )
@Expose
A message string or message format string rendered in multiple formats.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withDefaultConfiguration(defaultConfiguration: ReportingConfiguration): ReportingDescriptor
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withRelationships(relationships: Set<ReportingDescriptorRelationship>): ReportingDescriptor
Link copied to clipboard