@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsPipeline extends Object
Note: These endpoints are only available for admin users. Make sure to use an application key created by an admin.
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_ENABLED |
static String |
JSON_PROPERTY_IS_READ_ONLY |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PROCESSORS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsPipeline() |
LogsPipeline(String name) |
| Modifier and Type | Method and Description |
|---|---|
LogsPipeline |
addProcessorsItem(LogsProcessor processorsItem) |
boolean |
equals(Object o)
Return true if this LogsPipeline object is equal to o.
|
LogsPipeline |
filter(LogsFilter filter) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
LogsFilter |
getFilter()
Filter for logs.
|
String |
getId()
ID of the pipeline.
|
Boolean |
getIsEnabled()
Whether or not the pipeline is enabled.
|
Boolean |
getIsReadOnly()
Whether or not the pipeline can be edited.
|
String |
getName()
Name of the pipeline.
|
List<LogsProcessor> |
getProcessors()
Ordered list of processors in this pipeline.
|
String |
getType()
Type of pipeline.
|
int |
hashCode() |
LogsPipeline |
isEnabled(Boolean isEnabled) |
LogsPipeline |
name(String name) |
LogsPipeline |
processors(List<LogsProcessor> processors) |
LogsPipeline |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilter(LogsFilter filter) |
void |
setIsEnabled(Boolean isEnabled) |
void |
setName(String name) |
void |
setProcessors(List<LogsProcessor> processors) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_ENABLED
public static final String JSON_PROPERTY_IS_READ_ONLY
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PROCESSORS
public static final String JSON_PROPERTY_TYPE
public LogsPipeline()
public LogsPipeline(String name)
public LogsPipeline filter(LogsFilter filter)
@Nullable public LogsFilter getFilter()
public void setFilter(LogsFilter filter)
@Nullable public String getId()
public LogsPipeline isEnabled(Boolean isEnabled)
@Nullable public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
@Nullable public Boolean getIsReadOnly()
public LogsPipeline name(String name)
public String getName()
public void setName(String name)
public LogsPipeline processors(List<LogsProcessor> processors)
public LogsPipeline addProcessorsItem(LogsProcessor processorsItem)
@Nullable public List<LogsProcessor> getProcessors()
public void setProcessors(List<LogsProcessor> processors)
@Nullable public String getType()
public LogsPipeline 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 © 2024. All rights reserved.