@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineRenameFieldsProcessorField extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESTINATION |
static String |
JSON_PROPERTY_PRESERVE_SOURCE |
static String |
JSON_PROPERTY_SOURCE |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineRenameFieldsProcessorField() |
ObservabilityPipelineRenameFieldsProcessorField(String destination,
Boolean preserveSource,
String source) |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineRenameFieldsProcessorField |
destination(String destination) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineRenameFieldsProcessorField 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 |
getDestination()
The field name to assign the renamed value to.
|
Boolean |
getPreserveSource()
Indicates whether the original field, that is received from the source, should be kept (
true) or removed (false) after renaming. |
String |
getSource()
The original field name in the log event that should be renamed.
|
int |
hashCode() |
ObservabilityPipelineRenameFieldsProcessorField |
preserveSource(Boolean preserveSource) |
ObservabilityPipelineRenameFieldsProcessorField |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDestination(String destination) |
void |
setPreserveSource(Boolean preserveSource) |
void |
setSource(String source) |
ObservabilityPipelineRenameFieldsProcessorField |
source(String source) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESTINATION
public static final String JSON_PROPERTY_PRESERVE_SOURCE
public static final String JSON_PROPERTY_SOURCE
public ObservabilityPipelineRenameFieldsProcessorField()
public ObservabilityPipelineRenameFieldsProcessorField destination(String destination)
public String getDestination()
public void setDestination(String destination)
public ObservabilityPipelineRenameFieldsProcessorField preserveSource(Boolean preserveSource)
public Boolean getPreserveSource()
true) or removed (false) after renaming.public void setPreserveSource(Boolean preserveSource)
public ObservabilityPipelineRenameFieldsProcessorField source(String source)
public String getSource()
public void setSource(String source)
public ObservabilityPipelineRenameFieldsProcessorField 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.