-
public final class RumVitalEvent.DdVitalInternal vital properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalEvent.DdVital.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleancomputedValue
-
Constructor Summary
Constructors Constructor Description RumVitalEvent.DdVital(Boolean computedValue)
-
Method Summary
Modifier and Type Method Description final BooleangetComputedValue()final JsonElementtoJson()-
-
Constructor Detail
-
RumVitalEvent.DdVital
RumVitalEvent.DdVital(Boolean computedValue)
- Parameters:
computedValue- Whether the value of the vital is computed by the SDK (as opposed to directly provided by the customer)
-
-
Method Detail
-
getComputedValue
final Boolean getComputedValue()
-
toJson
final JsonElement toJson()
-
-
-
-