@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PatchTableRequestDataAttributes 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_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
PatchTableRequestDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
PatchTableRequestDataAttributes |
addTagsItem(String tagsItem) |
PatchTableRequestDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this PatchTableRequestDataAttributes object is equal to o.
|
PatchTableRequestDataAttributes |
fileMetadata(PatchTableRequestDataAttributesFileMetadata fileMetadata) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDescription()
Optional text describing the purpose or contents of this reference table.
|
PatchTableRequestDataAttributesFileMetadata |
getFileMetadata()
Metadata specifying where and how to access the reference table's data file.
|
PatchTableRequestDataAttributesSchema |
getSchema()
Schema defining the updates to the structure and columns of the reference table.
|
List<String> |
getTags()
Tags for organizing and filtering reference tables.
|
int |
hashCode() |
PatchTableRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
PatchTableRequestDataAttributes |
schema(PatchTableRequestDataAttributesSchema schema) |
void |
setDescription(String description) |
void |
setFileMetadata(PatchTableRequestDataAttributesFileMetadata fileMetadata) |
void |
setSchema(PatchTableRequestDataAttributesSchema schema) |
void |
setTags(List<String> tags) |
PatchTableRequestDataAttributes |
tags(List<String> tags) |
String |
toString() |
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_TAGS
public PatchTableRequestDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public PatchTableRequestDataAttributes fileMetadata(PatchTableRequestDataAttributesFileMetadata fileMetadata)
@Nullable public PatchTableRequestDataAttributesFileMetadata getFileMetadata()
public void setFileMetadata(PatchTableRequestDataAttributesFileMetadata fileMetadata)
public PatchTableRequestDataAttributes schema(PatchTableRequestDataAttributesSchema schema)
@Nullable public PatchTableRequestDataAttributesSchema getSchema()
public void setSchema(PatchTableRequestDataAttributesSchema schema)
public PatchTableRequestDataAttributes tags(List<String> tags)
public PatchTableRequestDataAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public PatchTableRequestDataAttributes 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.