@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ConnectionGroup extends Object
ConnectionGroup object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONNECTION_GROUP_ID |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ConnectionGroup() |
ConnectionGroup(String connectionGroupId,
String label,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionGroup |
addTagsItem(String tagsItem) |
ConnectionGroup |
connectionGroupId(String connectionGroupId) |
boolean |
equals(Object o)
Return true if this ConnectionGroup 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 |
getConnectionGroupId()
The
ConnectionGroup connectionGroupId. |
String |
getLabel()
The
ConnectionGroup label. |
List<String> |
getTags()
The
ConnectionGroup tags. |
int |
hashCode() |
ConnectionGroup |
label(String label) |
ConnectionGroup |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConnectionGroupId(String connectionGroupId) |
void |
setLabel(String label) |
void |
setTags(List<String> tags) |
ConnectionGroup |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONNECTION_GROUP_ID
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_TAGS
public ConnectionGroup connectionGroupId(String connectionGroupId)
public String getConnectionGroupId()
ConnectionGroup connectionGroupId.public void setConnectionGroupId(String connectionGroupId)
public ConnectionGroup label(String label)
public String getLabel()
ConnectionGroup label.public void setLabel(String label)
public ConnectionGroup tags(List<String> tags)
public ConnectionGroup addTagsItem(String tagsItem)
public ConnectionGroup 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.