@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsProcessor extends AbstractOpenApiSchema
| Modifier and Type | Class and Description |
|---|---|
static class |
LogsProcessor.LogsProcessorDeserializer |
static class |
LogsProcessor.LogsProcessorSerializer |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,jakarta.ws.rs.core.GenericType> |
schemas |
boolean |
unparsed |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActualInstance()
Get the actual instance, which can be the following: LogsGrokParser, LogsDateRemapper,
LogsStatusRemapper, LogsServiceRemapper, LogsMessageRemapper, LogsAttributeRemapper,
LogsURLParser, LogsUserAgentParser, LogsCategoryProcessor, LogsArithmeticProcessor,
LogsStringBuilderProcessor, LogsPipelineProcessor, LogsGeoIPParser, LogsLookupProcessor,
ReferenceTableLogsLookupProcessor, LogsTraceRemapper
|
LogsArithmeticProcessor |
getLogsArithmeticProcessor()
Get the actual instance of `LogsArithmeticProcessor`.
|
LogsAttributeRemapper |
getLogsAttributeRemapper()
Get the actual instance of `LogsAttributeRemapper`.
|
LogsCategoryProcessor |
getLogsCategoryProcessor()
Get the actual instance of `LogsCategoryProcessor`.
|
LogsDateRemapper |
getLogsDateRemapper()
Get the actual instance of `LogsDateRemapper`.
|
LogsGeoIPParser |
getLogsGeoIPParser()
Get the actual instance of `LogsGeoIPParser`.
|
LogsGrokParser |
getLogsGrokParser()
Get the actual instance of `LogsGrokParser`.
|
LogsLookupProcessor |
getLogsLookupProcessor()
Get the actual instance of `LogsLookupProcessor`.
|
LogsMessageRemapper |
getLogsMessageRemapper()
Get the actual instance of `LogsMessageRemapper`.
|
LogsPipelineProcessor |
getLogsPipelineProcessor()
Get the actual instance of `LogsPipelineProcessor`.
|
LogsServiceRemapper |
getLogsServiceRemapper()
Get the actual instance of `LogsServiceRemapper`.
|
LogsStatusRemapper |
getLogsStatusRemapper()
Get the actual instance of `LogsStatusRemapper`.
|
LogsStringBuilderProcessor |
getLogsStringBuilderProcessor()
Get the actual instance of `LogsStringBuilderProcessor`.
|
LogsTraceRemapper |
getLogsTraceRemapper()
Get the actual instance of `LogsTraceRemapper`.
|
LogsURLParser |
getLogsURLParser()
Get the actual instance of `LogsURLParser`.
|
LogsUserAgentParser |
getLogsUserAgentParser()
Get the actual instance of `LogsUserAgentParser`.
|
ReferenceTableLogsLookupProcessor |
getReferenceTableLogsLookupProcessor()
Get the actual instance of `ReferenceTableLogsLookupProcessor`.
|
Map<String,jakarta.ws.rs.core.GenericType> |
getSchemas()
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
|
void |
setActualInstance(Object instance)
Set the instance that matches the oneOf child schema, check the instance parameter is valid
against the oneOf child schemas: LogsGrokParser, LogsDateRemapper, LogsStatusRemapper,
LogsServiceRemapper, LogsMessageRemapper, LogsAttributeRemapper, LogsURLParser,
LogsUserAgentParser, LogsCategoryProcessor, LogsArithmeticProcessor,
LogsStringBuilderProcessor, LogsPipelineProcessor, LogsGeoIPParser, LogsLookupProcessor,
ReferenceTableLogsLookupProcessor, LogsTraceRemapper
|
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toStringpublic LogsProcessor()
public LogsProcessor(LogsGrokParser o)
public LogsProcessor(LogsDateRemapper o)
public LogsProcessor(LogsStatusRemapper o)
public LogsProcessor(LogsServiceRemapper o)
public LogsProcessor(LogsMessageRemapper o)
public LogsProcessor(LogsAttributeRemapper o)
public LogsProcessor(LogsURLParser o)
public LogsProcessor(LogsUserAgentParser o)
public LogsProcessor(LogsCategoryProcessor o)
public LogsProcessor(LogsArithmeticProcessor o)
public LogsProcessor(LogsStringBuilderProcessor o)
public LogsProcessor(LogsPipelineProcessor o)
public LogsProcessor(LogsGeoIPParser o)
public LogsProcessor(LogsLookupProcessor o)
public LogsProcessor(ReferenceTableLogsLookupProcessor o)
public LogsProcessor(LogsTraceRemapper o)
public Map<String,jakarta.ws.rs.core.GenericType> getSchemas()
AbstractOpenApiSchemagetSchemas in class AbstractOpenApiSchemapublic void setActualInstance(Object instance)
It could be an instance of the 'oneOf' schemas. The oneOf child schemas may themselves be a composed schema (allOf, anyOf, oneOf).
setActualInstance in class AbstractOpenApiSchemainstance - the actual instance of the schema/objectpublic Object getActualInstance()
getActualInstance in class AbstractOpenApiSchemapublic LogsGrokParser getLogsGrokParser() throws ClassCastException
ClassCastException - if the instance is not `LogsGrokParser`public LogsDateRemapper getLogsDateRemapper() throws ClassCastException
ClassCastException - if the instance is not `LogsDateRemapper`public LogsStatusRemapper getLogsStatusRemapper() throws ClassCastException
ClassCastException - if the instance is not `LogsStatusRemapper`public LogsServiceRemapper getLogsServiceRemapper() throws ClassCastException
ClassCastException - if the instance is not `LogsServiceRemapper`public LogsMessageRemapper getLogsMessageRemapper() throws ClassCastException
ClassCastException - if the instance is not `LogsMessageRemapper`public LogsAttributeRemapper getLogsAttributeRemapper() throws ClassCastException
ClassCastException - if the instance is not `LogsAttributeRemapper`public LogsURLParser getLogsURLParser() throws ClassCastException
ClassCastException - if the instance is not `LogsURLParser`public LogsUserAgentParser getLogsUserAgentParser() throws ClassCastException
ClassCastException - if the instance is not `LogsUserAgentParser`public LogsCategoryProcessor getLogsCategoryProcessor() throws ClassCastException
ClassCastException - if the instance is not `LogsCategoryProcessor`public LogsArithmeticProcessor getLogsArithmeticProcessor() throws ClassCastException
ClassCastException - if the instance is not `LogsArithmeticProcessor`public LogsStringBuilderProcessor getLogsStringBuilderProcessor() throws ClassCastException
ClassCastException - if the instance is not `LogsStringBuilderProcessor`public LogsPipelineProcessor getLogsPipelineProcessor() throws ClassCastException
ClassCastException - if the instance is not `LogsPipelineProcessor`public LogsGeoIPParser getLogsGeoIPParser() throws ClassCastException
ClassCastException - if the instance is not `LogsGeoIPParser`public LogsLookupProcessor getLogsLookupProcessor() throws ClassCastException
ClassCastException - if the instance is not `LogsLookupProcessor`public ReferenceTableLogsLookupProcessor getReferenceTableLogsLookupProcessor() throws ClassCastException
ClassCastException - if the instance is not `ReferenceTableLogsLookupProcessor`public LogsTraceRemapper getLogsTraceRemapper() throws ClassCastException
ClassCastException - if the instance is not `LogsTraceRemapper`Copyright © 2024. All rights reserved.