ReportingDescriptorRelationship

Information about the relation of one reporting descriptor to another.

Constructors

Link copied to clipboard
constructor()
No args constructor for use in serialization
constructor(target: ReportingDescriptorReference)

Properties

Link copied to clipboard
@SerializedName(value = "description")
@Expose
open var description: Message
Encapsulates a message intended to be read by the end user.
Link copied to clipboard
@SerializedName(value = "kinds")
@Expose
open var kinds: Set<String>
A set of distinct strings that categorize the relationship.
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 = "target")
@Expose
open var target: ReportingDescriptorReference
Information about how to locate a relevant reporting descriptor.

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