@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TableResultV2DataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_FILE_METADATA |
static String |
JSON_PROPERTY_LAST_UPDATED_BY |
static String |
JSON_PROPERTY_ROW_COUNT |
static String |
JSON_PROPERTY_SCHEMA |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TABLE_NAME |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
TableResultV2DataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
TableResultV2DataAttributes |
addTagsItem(String tagsItem) |
TableResultV2DataAttributes |
createdBy(String createdBy) |
TableResultV2DataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this TableResultV2DataAttributes object is equal to o.
|
TableResultV2DataAttributes |
fileMetadata(TableResultV2DataAttributesFileMetadata fileMetadata) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCreatedBy()
UUID of the user who created the reference table.
|
String |
getDescription()
Optional text describing the purpose or contents of this reference table.
|
TableResultV2DataAttributesFileMetadata |
getFileMetadata()
Metadata specifying where and how to access the reference table's data file.
|
String |
getLastUpdatedBy()
UUID of the user who last updated the reference table.
|
Long |
getRowCount()
The number of successfully processed rows in the reference table.
|
TableResultV2DataAttributesSchema |
getSchema()
Schema defining the structure and columns of the reference table.
|
ReferenceTableSourceType |
getSource()
The source type for reference table data.
|
String |
getStatus()
The processing status of the table.
|
String |
getTableName()
Unique name to identify this reference table.
|
List<String> |
getTags()
Tags for organizing and filtering reference tables.
|
String |
getUpdatedAt()
When the reference table was last updated, in ISO 8601 format.
|
int |
hashCode() |
TableResultV2DataAttributes |
lastUpdatedBy(String lastUpdatedBy) |
TableResultV2DataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TableResultV2DataAttributes |
rowCount(Long rowCount) |
TableResultV2DataAttributes |
schema(TableResultV2DataAttributesSchema schema) |
void |
setCreatedBy(String createdBy) |
void |
setDescription(String description) |
void |
setFileMetadata(TableResultV2DataAttributesFileMetadata fileMetadata) |
void |
setLastUpdatedBy(String lastUpdatedBy) |
void |
setRowCount(Long rowCount) |
void |
setSchema(TableResultV2DataAttributesSchema schema) |
void |
setSource(ReferenceTableSourceType source) |
void |
setStatus(String status) |
void |
setTableName(String tableName) |
void |
setTags(List<String> tags) |
void |
setUpdatedAt(String updatedAt) |
TableResultV2DataAttributes |
source(ReferenceTableSourceType source) |
TableResultV2DataAttributes |
status(String status) |
TableResultV2DataAttributes |
tableName(String tableName) |
TableResultV2DataAttributes |
tags(List<String> tags) |
String |
toString() |
TableResultV2DataAttributes |
updatedAt(String updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_FILE_METADATA
public static final String JSON_PROPERTY_LAST_UPDATED_BY
public static final String JSON_PROPERTY_ROW_COUNT
public static final String JSON_PROPERTY_SCHEMA
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TABLE_NAME
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_UPDATED_AT
public TableResultV2DataAttributes createdBy(String createdBy)
@Nullable public String getCreatedBy()
public void setCreatedBy(String createdBy)
public TableResultV2DataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public TableResultV2DataAttributes fileMetadata(TableResultV2DataAttributesFileMetadata fileMetadata)
@Nullable public TableResultV2DataAttributesFileMetadata getFileMetadata()
For cloud storage tables (S3/GCS/Azure): - sync_enabled and access_details will always be present - error fields (error_message, error_row_count, error_type) are present only when errors occur
For local file tables: - error fields (error_message, error_row_count) are present only when errors occur - sync_enabled, access_details are never present
public void setFileMetadata(TableResultV2DataAttributesFileMetadata fileMetadata)
public TableResultV2DataAttributes lastUpdatedBy(String lastUpdatedBy)
@Nullable public String getLastUpdatedBy()
public void setLastUpdatedBy(String lastUpdatedBy)
public TableResultV2DataAttributes rowCount(Long rowCount)
@Nullable public Long getRowCount()
public void setRowCount(Long rowCount)
public TableResultV2DataAttributes schema(TableResultV2DataAttributesSchema schema)
@Nullable public TableResultV2DataAttributesSchema getSchema()
public void setSchema(TableResultV2DataAttributesSchema schema)
public TableResultV2DataAttributes source(ReferenceTableSourceType source)
@Nullable public ReferenceTableSourceType getSource()
public void setSource(ReferenceTableSourceType source)
public TableResultV2DataAttributes status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public TableResultV2DataAttributes tableName(String tableName)
@Nullable public String getTableName()
public void setTableName(String tableName)
public TableResultV2DataAttributes tags(List<String> tags)
public TableResultV2DataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public TableResultV2DataAttributes updatedAt(String updatedAt)
@Nullable public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public TableResultV2DataAttributes 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.