@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsSpanRemapper extends Object
Follow the documentation on how to inject a span ID in the application logs. Log integrations automatically handle all remaining setup steps by default.
Use the span remapper processor to define a log attribute as its associated span ID.
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SOURCES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsSpanRemapper() |
LogsSpanRemapper(LogsSpanRemapperType type) |
| Modifier and Type | Method and Description |
|---|---|
LogsSpanRemapper |
addSourcesItem(String sourcesItem) |
boolean |
equals(Object o)
Return true if this LogsSpanRemapper 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.
|
Boolean |
getIsEnabled()
Whether or not the processor is enabled.
|
String |
getName()
Name of the processor.
|
List<String> |
getSources()
Array of source attributes.
|
LogsSpanRemapperType |
getType()
Type of logs span remapper.
|
int |
hashCode() |
LogsSpanRemapper |
isEnabled(Boolean isEnabled) |
LogsSpanRemapper |
name(String name) |
LogsSpanRemapper |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIsEnabled(Boolean isEnabled) |
void |
setName(String name) |
void |
setSources(List<String> sources) |
void |
setType(LogsSpanRemapperType type) |
LogsSpanRemapper |
sources(List<String> sources) |
String |
toString() |
LogsSpanRemapper |
type(LogsSpanRemapperType type) |
public boolean unparsed
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_TYPE
public LogsSpanRemapper()
public LogsSpanRemapper(LogsSpanRemapperType type)
public LogsSpanRemapper isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public LogsSpanRemapper name(String name)
@Nullable public String getName()
public void setName(String name)
public LogsSpanRemapper sources(List<String> sources)
public LogsSpanRemapper addSourcesItem(String sourcesItem)
public LogsSpanRemapper type(LogsSpanRemapperType type)
public LogsSpanRemapperType getType()
public void setType(LogsSpanRemapperType type)
public LogsSpanRemapper 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 © 2025. All rights reserved.