@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsSchemaCategoryMapper extends Object
Notes:
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORIES |
static String |
JSON_PROPERTY_FALLBACK |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TARGETS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsSchemaCategoryMapper() |
LogsSchemaCategoryMapper(List<LogsSchemaCategoryMapperCategory> categories,
String name,
LogsSchemaCategoryMapperTargets targets,
LogsSchemaCategoryMapperType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORIES
public static final String JSON_PROPERTY_FALLBACK
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TARGETS
public static final String JSON_PROPERTY_TYPE
public LogsSchemaCategoryMapper()
public LogsSchemaCategoryMapper(List<LogsSchemaCategoryMapperCategory> categories, String name, LogsSchemaCategoryMapperTargets targets, LogsSchemaCategoryMapperType type)
public LogsSchemaCategoryMapper categories(List<LogsSchemaCategoryMapperCategory> categories)
public LogsSchemaCategoryMapper addCategoriesItem(LogsSchemaCategoryMapperCategory categoriesItem)
public List<LogsSchemaCategoryMapperCategory> getCategories()
name to assign a
custom value to the log.public void setCategories(List<LogsSchemaCategoryMapperCategory> categories)
public LogsSchemaCategoryMapper fallback(LogsSchemaCategoryMapperFallback fallback)
@Nullable public LogsSchemaCategoryMapperFallback getFallback()
public void setFallback(LogsSchemaCategoryMapperFallback fallback)
public LogsSchemaCategoryMapper name(String name)
public String getName()
public void setName(String name)
public LogsSchemaCategoryMapper targets(LogsSchemaCategoryMapperTargets targets)
public LogsSchemaCategoryMapperTargets getTargets()
public void setTargets(LogsSchemaCategoryMapperTargets targets)
public LogsSchemaCategoryMapper type(LogsSchemaCategoryMapperType type)
public LogsSchemaCategoryMapperType getType()
public void setType(LogsSchemaCategoryMapperType type)
public LogsSchemaCategoryMapper 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.