@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReferenceTableLogsLookupProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_LOOKUP_ENRICHMENT_TABLE |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ReferenceTableLogsLookupProcessor() |
ReferenceTableLogsLookupProcessor(String lookupEnrichmentTable,
String source,
String target,
LogsLookupProcessorType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ReferenceTableLogsLookupProcessor object is equal to o.
|
Boolean |
getIsEnabled()
Whether or not the processor is enabled.
|
String |
getLookupEnrichmentTable()
Name of the Reference Table for the source attribute and their associated target attribute
values.
|
String |
getName()
Name of the processor.
|
String |
getSource()
Source attribute used to perform the lookup.
|
String |
getTarget()
Name of the attribute that contains the corresponding value in the mapping list.
|
LogsLookupProcessorType |
getType()
Type of logs lookup processor.
|
int |
hashCode() |
ReferenceTableLogsLookupProcessor |
isEnabled(Boolean isEnabled) |
ReferenceTableLogsLookupProcessor |
lookupEnrichmentTable(String lookupEnrichmentTable) |
ReferenceTableLogsLookupProcessor |
name(String name) |
void |
setIsEnabled(Boolean isEnabled) |
void |
setLookupEnrichmentTable(String lookupEnrichmentTable) |
void |
setName(String name) |
void |
setSource(String source) |
void |
setTarget(String target) |
void |
setType(LogsLookupProcessorType type) |
ReferenceTableLogsLookupProcessor |
source(String source) |
ReferenceTableLogsLookupProcessor |
target(String target) |
String |
toString() |
ReferenceTableLogsLookupProcessor |
type(LogsLookupProcessorType type) |
public boolean unparsed
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_LOOKUP_ENRICHMENT_TABLE
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public ReferenceTableLogsLookupProcessor()
public ReferenceTableLogsLookupProcessor(String lookupEnrichmentTable, String source, String target, LogsLookupProcessorType type)
public ReferenceTableLogsLookupProcessor isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public ReferenceTableLogsLookupProcessor lookupEnrichmentTable(String lookupEnrichmentTable)
public String getLookupEnrichmentTable()
public void setLookupEnrichmentTable(String lookupEnrichmentTable)
public ReferenceTableLogsLookupProcessor name(String name)
@Nullable public String getName()
public void setName(String name)
public ReferenceTableLogsLookupProcessor source(String source)
public String getSource()
public void setSource(String source)
public ReferenceTableLogsLookupProcessor target(String target)
public String getTarget()
public void setTarget(String target)
public ReferenceTableLogsLookupProcessor type(LogsLookupProcessorType type)
public LogsLookupProcessorType getType()
public void setType(LogsLookupProcessorType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.