@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultCI extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PIPELINE |
static String |
JSON_PROPERTY_PROVIDER |
static String |
JSON_PROPERTY_STAGE |
static String |
JSON_PROPERTY_WORKSPACE_PATH |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultCI() |
public boolean unparsed
public static final String JSON_PROPERTY_PIPELINE
public static final String JSON_PROPERTY_PROVIDER
public static final String JSON_PROPERTY_STAGE
public static final String JSON_PROPERTY_WORKSPACE_PATH
public SyntheticsTestResultCI pipeline(SyntheticsTestResultCIPipeline pipeline)
@Nullable public SyntheticsTestResultCIPipeline getPipeline()
public void setPipeline(SyntheticsTestResultCIPipeline pipeline)
public SyntheticsTestResultCI provider(SyntheticsTestResultCIProvider provider)
@Nullable public SyntheticsTestResultCIProvider getProvider()
public void setProvider(SyntheticsTestResultCIProvider provider)
public SyntheticsTestResultCI stage(SyntheticsTestResultCIStage stage)
@Nullable public SyntheticsTestResultCIStage getStage()
public void setStage(SyntheticsTestResultCIStage stage)
public SyntheticsTestResultCI workspacePath(String workspacePath)
@Nullable public String getWorkspacePath()
public void setWorkspacePath(String workspacePath)
public SyntheticsTestResultCI putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.