-
public final class ViewEvent.SyntheticsSynthetics properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.Synthetics.Companion
-
Constructor Summary
Constructors Constructor Description ViewEvent.Synthetics(String testId, String resultId, Boolean injected)
-
Method Summary
Modifier and Type Method Description final StringgetTestId()final StringgetResultId()final BooleangetInjected()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.Synthetics
ViewEvent.Synthetics(String testId, String resultId, Boolean injected)
- Parameters:
testId- The identifier of the current Synthetics testresultId- The identifier of the current Synthetics test resultsinjected- Whether the event comes from a SDK instance injected by Synthetics
-
-
Method Detail
-
getResultId
final String getResultId()
-
getInjected
final Boolean getInjected()
-
toJson
final JsonElement toJson()
-
-
-
-