@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ActionQuerySpecConnectionGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ActionQuerySpecConnectionGroup() |
| Modifier and Type | Method and Description |
|---|---|
ActionQuerySpecConnectionGroup |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this ActionQuerySpecConnectionGroup 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.
|
UUID |
getId()
The ID of the connection group.
|
List<String> |
getTags()
The tags of the connection group.
|
int |
hashCode() |
ActionQuerySpecConnectionGroup |
id(UUID id) |
ActionQuerySpecConnectionGroup |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setId(UUID id) |
void |
setTags(List<String> tags) |
ActionQuerySpecConnectionGroup |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TAGS
public ActionQuerySpecConnectionGroup id(UUID id)
@Nullable public UUID getId()
public void setId(UUID id)
public ActionQuerySpecConnectionGroup tags(List<String> tags)
public ActionQuerySpecConnectionGroup addTagsItem(String tagsItem)
public ActionQuerySpecConnectionGroup 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 © 2025. All rights reserved.