@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsMessageRemapper extends Object
Note: If multiple log message remapper processors can be applied to a given log, only the first one (according to the pipeline order) is taken into account.
| 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 |
|---|
LogsMessageRemapper() |
LogsMessageRemapper(List<String> sources,
LogsMessageRemapperType type) |
| Modifier and Type | Method and Description |
|---|---|
LogsMessageRemapper |
addSourcesItem(String sourcesItem) |
boolean |
equals(Object o)
Return true if this LogsMessageRemapper 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.
|
LogsMessageRemapperType |
getType()
Type of logs message remapper.
|
int |
hashCode() |
LogsMessageRemapper |
isEnabled(Boolean isEnabled) |
LogsMessageRemapper |
name(String name) |
LogsMessageRemapper |
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(LogsMessageRemapperType type) |
LogsMessageRemapper |
sources(List<String> sources) |
String |
toString() |
LogsMessageRemapper |
type(LogsMessageRemapperType 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 LogsMessageRemapper()
public LogsMessageRemapper(List<String> sources, LogsMessageRemapperType type)
public LogsMessageRemapper isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public LogsMessageRemapper name(String name)
@Nullable public String getName()
public void setName(String name)
public LogsMessageRemapper sources(List<String> sources)
public LogsMessageRemapper addSourcesItem(String sourcesItem)
public LogsMessageRemapper type(LogsMessageRemapperType type)
public LogsMessageRemapperType getType()
public void setType(LogsMessageRemapperType type)
public LogsMessageRemapper 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 © 2024. All rights reserved.