scheme
Toggle table of contents
2.0.241
common
Target filter
common
Switch theme
Search in API
Skip to content
scheme
scheme
/
com.jetbrains.fus.reporting.schema
/
PrimitiveEventField
Primitive
Event
Field
abstract
class
PrimitiveEventField
<
T
>
:
EventField
<
T
>
Inheritors
StringEventField
IntEventField
LongEventField
FloatEventField
DoubleEventField
BooleanEventField
EnumEntryEventField
EnumEventField
Members
Constructors
Primitive
Event
Field
Link copied to clipboard
constructor
(
)
Properties
default
Value
Link copied to clipboard
open
val
defaultValue
:
String
?
=
null
description
Link copied to clipboard
abstract
val
description
:
String
?
name
Link copied to clipboard
abstract
val
name
:
String
required
Link copied to clipboard
open
val
required
:
Boolean
?
=
null
should
Be
Anonymized
Link copied to clipboard
open
val
shouldBeAnonymized
:
Boolean
This is a field that should be hashed twice on send and on receive, e.g projectId.
validation
Rule
Link copied to clipboard
abstract
val
validationRule
:
List
<
String
>
Functions
get
Value
Link copied to clipboard
abstract
fun
getValue
(
value
:
T
)
:
FieldValue
?