RecorderDescriptor

data class RecorderDescriptor(val recorderId: String, val recorderVersion: Int, val ids: Set<RecorderFieldDescriptor>, val clientData: Set<RecorderFieldDescriptor>, val systemData: Set<RecorderFieldDescriptor>) : EventsSchemePart

Constructors

Link copied to clipboard
constructor(recorderId: String, recorderVersion: Int, ids: Set<RecorderFieldDescriptor>, clientData: Set<RecorderFieldDescriptor>, systemData: Set<RecorderFieldDescriptor>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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