@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FiltersPerProduct extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILTERS |
static String |
JSON_PROPERTY_PRODUCT |
boolean |
unparsed |
| Constructor and Description |
|---|
FiltersPerProduct() |
FiltersPerProduct(List<String> filters,
String product) |
| Modifier and Type | Method and Description |
|---|---|
FiltersPerProduct |
addFiltersItem(String filtersItem) |
boolean |
equals(Object o)
Return true if this FiltersPerProduct object is equal to o.
|
FiltersPerProduct |
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.
|
List<String> |
getFilters()
Defines the list of tag-based filters used to restrict access to telemetry data for a specific
product.
|
String |
getProduct()
Name of the product the dataset is for.
|
int |
hashCode() |
FiltersPerProduct |
product(String product) |
FiltersPerProduct |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilters(List<String> filters) |
void |
setProduct(String product) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILTERS
public static final String JSON_PROPERTY_PRODUCT
public FiltersPerProduct filters(List<String> filters)
public FiltersPerProduct addFiltersItem(String filtersItem)
public List<String> getFilters()
@tag.key:value), and only one tag or attribute may
be used to define the access strategy per telemetry type.public FiltersPerProduct product(String product)
public String getProduct()
public void setProduct(String product)
public FiltersPerProduct 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.