@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsServiceRemapper extends Object
Note: If multiple service 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 |
|---|
LogsServiceRemapper() |
LogsServiceRemapper(List<String> sources,
LogsServiceRemapperType type) |
| Modifier and Type | Method and Description |
|---|---|
LogsServiceRemapper |
addSourcesItem(String sourcesItem) |
boolean |
equals(Object o)
Return true if this LogsServiceRemapper 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.
|
LogsServiceRemapperType |
getType()
Type of logs service remapper.
|
int |
hashCode() |
LogsServiceRemapper |
isEnabled(Boolean isEnabled) |
LogsServiceRemapper |
name(String name) |
LogsServiceRemapper |
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(LogsServiceRemapperType type) |
LogsServiceRemapper |
sources(List<String> sources) |
String |
toString() |
LogsServiceRemapper |
type(LogsServiceRemapperType 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 LogsServiceRemapper()
public LogsServiceRemapper(List<String> sources, LogsServiceRemapperType type)
public LogsServiceRemapper isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public LogsServiceRemapper name(String name)
@Nullable public String getName()
public void setName(String name)
public LogsServiceRemapper sources(List<String> sources)
public LogsServiceRemapper addSourcesItem(String sourcesItem)
public LogsServiceRemapper type(LogsServiceRemapperType type)
public LogsServiceRemapperType getType()
public void setType(LogsServiceRemapperType type)
public LogsServiceRemapper 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.