@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TestOptimizationGetServiceSettingsRequestAttributes 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 |
|---|
TestOptimizationGetServiceSettingsRequestAttributes() |
TestOptimizationGetServiceSettingsRequestAttributes(String repositoryId,
String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
TestOptimizationGetServiceSettingsRequestAttributes |
env(String env) |
boolean |
equals(Object o)
Return true if this TestOptimizationGetServiceSettingsRequestAttributes 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() |
TestOptimizationGetServiceSettingsRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TestOptimizationGetServiceSettingsRequestAttributes |
repositoryId(String repositoryId) |
TestOptimizationGetServiceSettingsRequestAttributes |
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 TestOptimizationGetServiceSettingsRequestAttributes()
public TestOptimizationGetServiceSettingsRequestAttributes env(String env)
@Nullable public String getEnv()
none.public void setEnv(String env)
public TestOptimizationGetServiceSettingsRequestAttributes repositoryId(String repositoryId)
public String getRepositoryId()
public void setRepositoryId(String repositoryId)
public TestOptimizationGetServiceSettingsRequestAttributes serviceName(String serviceName)
public String getServiceName()
public void setServiceName(String serviceName)
public TestOptimizationGetServiceSettingsRequestAttributes 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.