@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScaRequestDataAttributesTags extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TOOL |
boolean |
unparsed |
| Constructor and Description |
|---|
ScaRequestDataAttributesTags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ScaRequestDataAttributesTags object is equal to o.
|
Map<String,String> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
String |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
ScaRequestDataAttributesTagsTool |
getTool()
Tool metadata included in SCA tags.
|
int |
hashCode() |
ScaRequestDataAttributesTags |
putAdditionalProperty(String key,
String value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setTool(ScaRequestDataAttributesTagsTool tool) |
ScaRequestDataAttributesTags |
tool(ScaRequestDataAttributesTagsTool tool) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_TOOL
public ScaRequestDataAttributesTags tool(ScaRequestDataAttributesTagsTool tool)
@Nullable public ScaRequestDataAttributesTagsTool getTool()
public void setTool(ScaRequestDataAttributesTagsTool tool)
public ScaRequestDataAttributesTags putAdditionalProperty(String key, String value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,String> getAdditionalProperties()
public String getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.