@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DataTransform extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PROPERTIES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
DataTransform() |
DataTransform(UUID id,
String name,
DataTransformProperties properties,
DataTransformType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DataTransform 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.
|
UUID |
getId()
The ID of the data transformer.
|
String |
getName()
A unique identifier for this data transformer.
|
DataTransformProperties |
getProperties()
The properties of the data transformer.
|
DataTransformType |
getType()
The data transform type.
|
int |
hashCode() |
DataTransform |
id(UUID id) |
DataTransform |
name(String name) |
DataTransform |
properties(DataTransformProperties properties) |
DataTransform |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setId(UUID id) |
void |
setName(String name) |
void |
setProperties(DataTransformProperties properties) |
void |
setType(DataTransformType type) |
String |
toString() |
DataTransform |
type(DataTransformType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PROPERTIES
public static final String JSON_PROPERTY_TYPE
public DataTransform()
public DataTransform(UUID id, String name, DataTransformProperties properties, DataTransformType type)
public DataTransform id(UUID id)
public UUID getId()
public void setId(UUID id)
public DataTransform name(String name)
public String getName()
public void setName(String name)
public DataTransform properties(DataTransformProperties properties)
public DataTransformProperties getProperties()
public void setProperties(DataTransformProperties properties)
public DataTransform type(DataTransformType type)
public DataTransformType getType()
public void setType(DataTransformType type)
public DataTransform 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.