@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateTableRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_FILE_METADATA |
static String |
JSON_PROPERTY_SCHEMA |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TABLE_NAME |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateTableRequestDataAttributes() |
CreateTableRequestDataAttributes(CreateTableRequestDataAttributesSchema schema,
ReferenceTableCreateSourceType source,
String tableName) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_FILE_METADATA
public static final String JSON_PROPERTY_SCHEMA
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TABLE_NAME
public static final String JSON_PROPERTY_TAGS
public CreateTableRequestDataAttributes()
public CreateTableRequestDataAttributes(CreateTableRequestDataAttributesSchema schema, ReferenceTableCreateSourceType source, String tableName)
public CreateTableRequestDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public CreateTableRequestDataAttributes fileMetadata(CreateTableRequestDataAttributesFileMetadata fileMetadata)
@Nullable public CreateTableRequestDataAttributesFileMetadata getFileMetadata()
public void setFileMetadata(CreateTableRequestDataAttributesFileMetadata fileMetadata)
public CreateTableRequestDataAttributes schema(CreateTableRequestDataAttributesSchema schema)
public CreateTableRequestDataAttributesSchema getSchema()
public void setSchema(CreateTableRequestDataAttributesSchema schema)
public CreateTableRequestDataAttributes source(ReferenceTableCreateSourceType source)
public ReferenceTableCreateSourceType getSource()
public void setSource(ReferenceTableCreateSourceType source)
public CreateTableRequestDataAttributes tableName(String tableName)
public String getTableName()
public void setTableName(String tableName)
public CreateTableRequestDataAttributes tags(List<String> tags)
public CreateTableRequestDataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public CreateTableRequestDataAttributes 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.