@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TestOptimizationUpdateServiceSettingsRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED |
static String |
JSON_PROPERTY_CODE_COVERAGE_ENABLED |
static String |
JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED |
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED |
static String |
JSON_PROPERTY_PR_COMMENTS_ENABLED |
static String |
JSON_PROPERTY_REPOSITORY_ID |
static String |
JSON_PROPERTY_SERVICE_NAME |
static String |
JSON_PROPERTY_TEST_IMPACT_ANALYSIS_ENABLED |
boolean |
unparsed |
| Constructor and Description |
|---|
TestOptimizationUpdateServiceSettingsRequestAttributes() |
TestOptimizationUpdateServiceSettingsRequestAttributes(String repositoryId,
String serviceName) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTO_TEST_RETRIES_ENABLED
public static final String JSON_PROPERTY_CODE_COVERAGE_ENABLED
public static final String JSON_PROPERTY_EARLY_FLAKE_DETECTION_ENABLED
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_FAILED_TEST_REPLAY_ENABLED
public static final String JSON_PROPERTY_PR_COMMENTS_ENABLED
public static final String JSON_PROPERTY_REPOSITORY_ID
public static final String JSON_PROPERTY_SERVICE_NAME
public static final String JSON_PROPERTY_TEST_IMPACT_ANALYSIS_ENABLED
public TestOptimizationUpdateServiceSettingsRequestAttributes()
public TestOptimizationUpdateServiceSettingsRequestAttributes autoTestRetriesEnabled(Boolean autoTestRetriesEnabled)
@Nullable public Boolean getAutoTestRetriesEnabled()
public void setAutoTestRetriesEnabled(Boolean autoTestRetriesEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes codeCoverageEnabled(Boolean codeCoverageEnabled)
@Nullable public Boolean getCodeCoverageEnabled()
public void setCodeCoverageEnabled(Boolean codeCoverageEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes earlyFlakeDetectionEnabled(Boolean earlyFlakeDetectionEnabled)
@Nullable public Boolean getEarlyFlakeDetectionEnabled()
public void setEarlyFlakeDetectionEnabled(Boolean earlyFlakeDetectionEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes env(String env)
@Nullable public String getEnv()
none.public void setEnv(String env)
public TestOptimizationUpdateServiceSettingsRequestAttributes failedTestReplayEnabled(Boolean failedTestReplayEnabled)
@Nullable public Boolean getFailedTestReplayEnabled()
public void setFailedTestReplayEnabled(Boolean failedTestReplayEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes prCommentsEnabled(Boolean prCommentsEnabled)
@Nullable public Boolean getPrCommentsEnabled()
public void setPrCommentsEnabled(Boolean prCommentsEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes repositoryId(String repositoryId)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public TestOptimizationUpdateServiceSettingsRequestAttributes serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public TestOptimizationUpdateServiceSettingsRequestAttributes testImpactAnalysisEnabled(Boolean testImpactAnalysisEnabled)
@Nullable public Boolean getTestImpactAnalysisEnabled()
public void setTestImpactAnalysisEnabled(Boolean testImpactAnalysisEnabled)
public TestOptimizationUpdateServiceSettingsRequestAttributes 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.