@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TagRuleResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
TagRuleResponse() |
TagRuleResponse(TagRuleData data) |
| Modifier and Type | Method and Description |
|---|---|
TagRuleResponse |
addIncludedItem(TagRuleScoreData includedItem) |
TagRuleResponse |
data(TagRuleData data) |
boolean |
equals(Object o)
Return true if this TagRuleResponse 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.
|
TagRuleData |
getData()
A tag rule resource.
|
List<TagRuleScoreData> |
getIncluded()
Related resources fetched alongside the primary tag rules.
|
int |
hashCode() |
TagRuleResponse |
included(List<TagRuleScoreData> included) |
TagRuleResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(TagRuleData data) |
void |
setIncluded(List<TagRuleScoreData> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public TagRuleResponse()
public TagRuleResponse(TagRuleData data)
public TagRuleResponse data(TagRuleData data)
public TagRuleData getData()
public void setData(TagRuleData data)
public TagRuleResponse included(List<TagRuleScoreData> included)
public TagRuleResponse addIncludedItem(TagRuleScoreData includedItem)
@Nullable public List<TagRuleScoreData> getIncluded()
include
query parameter is supplied.public void setIncluded(List<TagRuleScoreData> included)
public TagRuleResponse 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.