@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsArrayProcessorOperationLength extends Object
source array and stores the result in the
target attribute.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsArrayProcessorOperationLength() |
LogsArrayProcessorOperationLength(String source,
String target,
LogsArrayProcessorOperationLengthType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this LogsArrayProcessorOperationLength 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 |
getSource()
Attribute path of the array to measure.
|
String |
getTarget()
Attribute that receives the computed length.
|
LogsArrayProcessorOperationLengthType |
getType()
Operation type.
|
int |
hashCode() |
LogsArrayProcessorOperationLength |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setSource(String source) |
void |
setTarget(String target) |
void |
setType(LogsArrayProcessorOperationLengthType type) |
LogsArrayProcessorOperationLength |
source(String source) |
LogsArrayProcessorOperationLength |
target(String target) |
String |
toString() |
LogsArrayProcessorOperationLength |
type(LogsArrayProcessorOperationLengthType type) |
public boolean unparsed
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public LogsArrayProcessorOperationLength()
public LogsArrayProcessorOperationLength(String source, String target, LogsArrayProcessorOperationLengthType type)
public LogsArrayProcessorOperationLength source(String source)
public String getSource()
public void setSource(String source)
public LogsArrayProcessorOperationLength target(String target)
public String getTarget()
public void setTarget(String target)
public LogsArrayProcessorOperationLength type(LogsArrayProcessorOperationLengthType type)
public LogsArrayProcessorOperationLengthType getType()
public void setType(LogsArrayProcessorOperationLengthType type)
public LogsArrayProcessorOperationLength 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.