@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsSchemaCategoryMapperFallback extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SOURCES |
static String |
JSON_PROPERTY_VALUES |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsSchemaCategoryMapperFallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsSchemaCategoryMapperFallback 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.
|
Map<String,List<String>> |
getSources()
Fallback sources used to populate value of field.
|
Map<String,String> |
getValues()
Values that define when the fallback is used.
|
int |
hashCode() |
LogsSchemaCategoryMapperFallback |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LogsSchemaCategoryMapperFallback |
putSourcesItem(String key,
List<String> sourcesItem) |
LogsSchemaCategoryMapperFallback |
putValuesItem(String key,
String valuesItem) |
void |
setSources(Map<String,List<String>> sources) |
void |
setValues(Map<String,String> values) |
LogsSchemaCategoryMapperFallback |
sources(Map<String,List<String>> sources) |
String |
toString() |
LogsSchemaCategoryMapperFallback |
values(Map<String,String> values) |
public boolean unparsed
public static final String JSON_PROPERTY_SOURCES
public static final String JSON_PROPERTY_VALUES
public LogsSchemaCategoryMapperFallback sources(Map<String,List<String>> sources)
public LogsSchemaCategoryMapperFallback putSourcesItem(String key, List<String> sourcesItem)
@Nullable public Map<String,List<String>> getSources()
public LogsSchemaCategoryMapperFallback values(Map<String,String> values)
public LogsSchemaCategoryMapperFallback putValuesItem(String key, String valuesItem)
@Nullable public Map<String,String> getValues()
public LogsSchemaCategoryMapperFallback 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.