@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TestOptimizationDeleteServiceSettingsRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_REPOSITORY_ID |
static String |
JSON_PROPERTY_SERVICE_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
TestOptimizationDeleteServiceSettingsRequestAttributes() |
TestOptimizationDeleteServiceSettingsRequestAttributes(String repositoryId,
String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
TestOptimizationDeleteServiceSettingsRequestAttributes |
env(String env) |
boolean |
equals(Object o)
Return true if this TestOptimizationDeleteServiceSettingsRequestAttributes object is equal to
o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getEnv()
The environment name.
|
String |
getRepositoryId()
The repository identifier.
|
String |
getServiceName()
The service name.
|
int |
hashCode() |
TestOptimizationDeleteServiceSettingsRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TestOptimizationDeleteServiceSettingsRequestAttributes |
repositoryId(String repositoryId) |
TestOptimizationDeleteServiceSettingsRequestAttributes |
serviceName(String serviceName) |
void |
setEnv(String env) |
void |
setRepositoryId(String repositoryId) |
void |
setServiceName(String serviceName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_REPOSITORY_ID
public static final String JSON_PROPERTY_SERVICE_NAME
public TestOptimizationDeleteServiceSettingsRequestAttributes()
public TestOptimizationDeleteServiceSettingsRequestAttributes env(String env)
@Nullable public String getEnv()
none.public void setEnv(String env)
public TestOptimizationDeleteServiceSettingsRequestAttributes repositoryId(String repositoryId)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public TestOptimizationDeleteServiceSettingsRequestAttributes serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public TestOptimizationDeleteServiceSettingsRequestAttributes 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.