@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DatasetAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PRINCIPALS |
static String |
JSON_PROPERTY_PRODUCT_FILTERS |
boolean |
unparsed |
| Constructor and Description |
|---|
DatasetAttributesResponse() |
| Modifier and Type | Method and Description |
|---|---|
DatasetAttributesResponse |
addPrincipalsItem(String principalsItem) |
DatasetAttributesResponse |
addProductFiltersItem(FiltersPerProduct productFiltersItem) |
DatasetAttributesResponse |
createdAt(OffsetDateTime createdAt) |
DatasetAttributesResponse |
createdBy(UUID createdBy) |
boolean |
equals(Object o)
Return true if this DatasetAttributesResponse 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.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getCreatedAt_JsonNullable() |
OffsetDateTime |
getCreatedAt()
Timestamp when the dataset was created.
|
UUID |
getCreatedBy()
Unique ID of the user who created the dataset.
|
String |
getName()
Name of the dataset.
|
List<String> |
getPrincipals()
List of access principals, formatted as
principal_type:id. |
List<FiltersPerProduct> |
getProductFilters()
List of product-specific filters.
|
int |
hashCode() |
DatasetAttributesResponse |
name(String name) |
DatasetAttributesResponse |
principals(List<String> principals) |
DatasetAttributesResponse |
productFilters(List<FiltersPerProduct> productFilters) |
DatasetAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdAt) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setCreatedBy(UUID createdBy) |
void |
setName(String name) |
void |
setPrincipals(List<String> principals) |
void |
setProductFilters(List<FiltersPerProduct> productFilters) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PRINCIPALS
public static final String JSON_PROPERTY_PRODUCT_FILTERS
public DatasetAttributesResponse createdAt(OffsetDateTime createdAt)
@Nullable public OffsetDateTime getCreatedAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCreatedAt_JsonNullable()
public void setCreatedAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> createdAt)
public void setCreatedAt(OffsetDateTime createdAt)
public DatasetAttributesResponse createdBy(UUID createdBy)
@Nullable public UUID getCreatedBy()
public void setCreatedBy(UUID createdBy)
public DatasetAttributesResponse name(String name)
@Nullable public String getName()
public void setName(String name)
public DatasetAttributesResponse principals(List<String> principals)
public DatasetAttributesResponse addPrincipalsItem(String principalsItem)
@Nullable public List<String> getPrincipals()
principal_type:id. Principal can be 'team'
or 'role'.public DatasetAttributesResponse productFilters(List<FiltersPerProduct> productFilters)
public DatasetAttributesResponse addProductFiltersItem(FiltersPerProduct productFiltersItem)
@Nullable public List<FiltersPerProduct> getProductFilters()
public void setProductFilters(List<FiltersPerProduct> productFilters)
public DatasetAttributesResponse 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.