@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TopologyQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA_SOURCE |
static String |
JSON_PROPERTY_FILTERS |
static String |
JSON_PROPERTY_SERVICE |
boolean |
unparsed |
| Constructor and Description |
|---|
TopologyQuery() |
| Modifier and Type | Method and Description |
|---|---|
TopologyQuery |
addFiltersItem(String filtersItem) |
TopologyQuery |
dataSource(TopologyQueryDataSource dataSource) |
boolean |
equals(Object o)
Return true if this TopologyQuery object is equal to o.
|
TopologyQuery |
filters(List<String> filters) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
TopologyQueryDataSource |
getDataSource()
Name of the data source
|
List<String> |
getFilters()
Your environment and primary tag (or * if enabled for your account).
|
String |
getService()
Name of the service
|
int |
hashCode() |
TopologyQuery |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TopologyQuery |
service(String service) |
void |
setDataSource(TopologyQueryDataSource dataSource) |
void |
setFilters(List<String> filters) |
void |
setService(String service) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA_SOURCE
public static final String JSON_PROPERTY_FILTERS
public static final String JSON_PROPERTY_SERVICE
public TopologyQuery dataSource(TopologyQueryDataSource dataSource)
@Nullable public TopologyQueryDataSource getDataSource()
public void setDataSource(TopologyQueryDataSource dataSource)
public TopologyQuery filters(List<String> filters)
public TopologyQuery addFiltersItem(String filtersItem)
@Nullable public List<String> getFilters()
public TopologyQuery service(String service)
@Nullable public String getService()
public void setService(String service)
public TopologyQuery 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 © 2024. All rights reserved.