ReportingDescriptorReference

Information about how to locate a relevant reporting descriptor.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@SerializedName(value = "guid")
@Expose
open var guid: String
A guid that uniquely identifies the descriptor.
Link copied to clipboard
@SerializedName(value = "id")
@Expose
open var id: String
The id of the descriptor.
Link copied to clipboard
@SerializedName(value = "index")
@Expose
open var index: Integer
The index into an array of descriptors in toolComponent.ruleDescriptors, toolComponent.notificationDescriptors, or toolComponent.taxonomyDescriptors, depending on context.
Link copied to clipboard
@SerializedName(value = "properties")
@Expose
open var properties: PropertyBag
Key/value pairs that provide additional information about the object.
Link copied to clipboard
@SerializedName(value = "toolComponent")
@Expose
open var toolComponent: ToolComponentReference
Identifies a particular toolComponent object, either the driver or an extension.

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
abstract fun getProperties(): PropertyBag
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun setProperties(<set-?>: PropertyBag)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateProperties(mutator: (in PropertyBag) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard