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