-
public final class ActionEvent.SyntheticsSynthetics properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classActionEvent.Synthetics.Companion
-
Constructor Summary
Constructors Constructor Description ActionEvent.Synthetics(String testId, String resultId, Boolean injected)
-
Method Summary
Modifier and Type Method Description final StringgetTestId()final StringgetResultId()final BooleangetInjected()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.Synthetics
ActionEvent.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()
-
-
-
-