@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostTags extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOST |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
HostTags() |
| Modifier and Type | Method and Description |
|---|---|
HostTags |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this HostTags object is equal to o.
|
String |
getHost()
Your host name.
|
List<String> |
getTags()
A list of tags to apply to the host.
|
int |
hashCode() |
HostTags |
host(String host) |
void |
setHost(String host) |
void |
setTags(List<String> tags) |
HostTags |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_TAGS
Copyright © 2023. All rights reserved.