@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ObservabilityPipelineEnrichmentTableGeoIp extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_KEY_FIELD |
static String |
JSON_PROPERTY_LOCALE |
static String |
JSON_PROPERTY_PATH |
boolean |
unparsed |
| Constructor and Description |
|---|
ObservabilityPipelineEnrichmentTableGeoIp() |
ObservabilityPipelineEnrichmentTableGeoIp(String keyField,
String locale,
String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ObservabilityPipelineEnrichmentTableGeoIp 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 |
getKeyField()
Path to the IP field in the log.
|
String |
getLocale()
Locale used to resolve geographical names.
|
String |
getPath()
Path to the GeoIP database file.
|
int |
hashCode() |
ObservabilityPipelineEnrichmentTableGeoIp |
keyField(String keyField) |
ObservabilityPipelineEnrichmentTableGeoIp |
locale(String locale) |
ObservabilityPipelineEnrichmentTableGeoIp |
path(String path) |
ObservabilityPipelineEnrichmentTableGeoIp |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setKeyField(String keyField) |
void |
setLocale(String locale) |
void |
setPath(String path) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_KEY_FIELD
public static final String JSON_PROPERTY_LOCALE
public static final String JSON_PROPERTY_PATH
public ObservabilityPipelineEnrichmentTableGeoIp()
public ObservabilityPipelineEnrichmentTableGeoIp keyField(String keyField)
public String getKeyField()
public void setKeyField(String keyField)
public ObservabilityPipelineEnrichmentTableGeoIp locale(String locale)
public String getLocale()
public void setLocale(String locale)
public ObservabilityPipelineEnrichmentTableGeoIp path(String path)
public String getPath()
public void setPath(String path)
public ObservabilityPipelineEnrichmentTableGeoIp 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.