@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineOcsfMappingCustomLookupTableEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTAINS |
static String |
JSON_PROPERTY_EQUALS |
static String |
JSON_PROPERTY_EQUALS_SOURCE |
static String |
JSON_PROPERTY_MATCHES |
static String |
JSON_PROPERTY_NOT_MATCHES |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineOcsfMappingCustomLookupTableEntry() |
| Modifier and Type | Method and Description |
|---|---|
ObservabilityPipelineOcsfMappingCustomLookupTableEntry |
_equals(Object _equals) |
ObservabilityPipelineOcsfMappingCustomLookupTableEntry |
contains(String contains) |
boolean |
equals(Object o)
Return true if this ObservabilityPipelineOcsfMappingCustomLookupTableEntry object is equal to
o.
|
ObservabilityPipelineOcsfMappingCustomLookupTableEntry |
equalsSource(String equalsSource) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getContains()
The substring to match in the source value.
|
Object |
getEquals()
The exact value to match in the source.
|
String |
getEqualsSource()
The source field to match against.
|
String |
getMatches()
A regex pattern to match in the source value.
|
String |
getNotMatches()
A regex pattern that must not match the source value.
|
Object |
getValue()
The value to use when a match is found.
|
int |
hashCode() |
ObservabilityPipelineOcsfMappingCustomLookupTableEntry |
matches(String matches) |
ObservabilityPipelineOcsfMappingCustomLookupTableEntry |
notMatches(String notMatches) |
ObservabilityPipelineOcsfMappingCustomLookupTableEntry |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setContains(String contains) |
void |
setEquals(Object _equals) |
void |
setEqualsSource(String equalsSource) |
void |
setMatches(String matches) |
void |
setNotMatches(String notMatches) |
void |
setValue(Object value) |
String |
toString() |
ObservabilityPipelineOcsfMappingCustomLookupTableEntry |
value(Object value) |
public boolean unparsed
public static final String JSON_PROPERTY_CONTAINS
public static final String JSON_PROPERTY_EQUALS
public static final String JSON_PROPERTY_EQUALS_SOURCE
public static final String JSON_PROPERTY_MATCHES
public static final String JSON_PROPERTY_NOT_MATCHES
public static final String JSON_PROPERTY_VALUE
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry()
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry contains(String contains)
@Nullable public String getContains()
public void setContains(String contains)
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry _equals(Object _equals)
@Nullable public Object getEquals()
public void setEquals(Object _equals)
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry equalsSource(String equalsSource)
@Nullable public String getEqualsSource()
public void setEqualsSource(String equalsSource)
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry matches(String matches)
@Nullable public String getMatches()
public void setMatches(String matches)
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry notMatches(String notMatches)
@Nullable public String getNotMatches()
public void setNotMatches(String notMatches)
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry value(Object value)
@Nullable public Object getValue()
public void setValue(Object value)
public ObservabilityPipelineOcsfMappingCustomLookupTableEntry 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 © 2026. All rights reserved.