@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineEnrichmentTableReferenceTable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APP_KEY_KEY |
static String |
JSON_PROPERTY_COLUMNS |
static String |
JSON_PROPERTY_KEY_FIELD |
static String |
JSON_PROPERTY_TABLE_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineEnrichmentTableReferenceTable() |
ObservabilityPipelineEnrichmentTableReferenceTable(String keyField,
String tableId) |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineEnrichmentTableReferenceTable |
addColumnsItem(String columnsItem) |
ObservabilityPipelineEnrichmentTableReferenceTable |
appKeyKey(String appKeyKey) |
ObservabilityPipelineEnrichmentTableReferenceTable |
columns(List<String> columns) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineEnrichmentTableReferenceTable 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.
|
String |
getAppKeyKey()
Name of the environment variable or secret that holds the Datadog application key used to
access the reference table.
|
List<String> |
getColumns()
List of column names to include from the reference table.
|
String |
getKeyField()
Path to the field in the log event to match against the reference table.
|
String |
getTableId()
The unique identifier of the reference table.
|
int |
hashCode() |
ObservabilityPipelineEnrichmentTableReferenceTable |
keyField(String keyField) |
ObservabilityPipelineEnrichmentTableReferenceTable |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAppKeyKey(String appKeyKey) |
void |
setColumns(List<String> columns) |
void |
setKeyField(String keyField) |
void |
setTableId(String tableId) |
ObservabilityPipelineEnrichmentTableReferenceTable |
tableId(String tableId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_APP_KEY_KEY
public static final String JSON_PROPERTY_COLUMNS
public static final String JSON_PROPERTY_KEY_FIELD
public static final String JSON_PROPERTY_TABLE_ID
public ObservabilityPipelineEnrichmentTableReferenceTable()
public ObservabilityPipelineEnrichmentTableReferenceTable appKeyKey(String appKeyKey)
@Nullable public String getAppKeyKey()
public void setAppKeyKey(String appKeyKey)
public ObservabilityPipelineEnrichmentTableReferenceTable columns(List<String> columns)
public ObservabilityPipelineEnrichmentTableReferenceTable addColumnsItem(String columnsItem)
@Nullable public List<String> getColumns()
public ObservabilityPipelineEnrichmentTableReferenceTable keyField(String keyField)
public String getKeyField()
public void setKeyField(String keyField)
public ObservabilityPipelineEnrichmentTableReferenceTable tableId(String tableId)
public String getTableId()
public void setTableId(String tableId)
public ObservabilityPipelineEnrichmentTableReferenceTable 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.