@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CreateTableRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CreateTableRequestData() |
CreateTableRequestData(CreateTableRequestDataType type) |
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequestData |
attributes(CreateTableRequestDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this CreateTableRequestData object is equal to o.
|
CreateTableRequestDataAttributes |
getAttributes()
Attributes that define the reference table's configuration and properties.
|
CreateTableRequestDataType |
getType()
Reference table resource type.
|
int |
hashCode() |
void |
setAttributes(CreateTableRequestDataAttributes attributes) |
void |
setType(CreateTableRequestDataType type) |
String |
toString() |
CreateTableRequestData |
type(CreateTableRequestDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public CreateTableRequestData()
public CreateTableRequestData(CreateTableRequestDataType type)
public CreateTableRequestData attributes(CreateTableRequestDataAttributes attributes)
@Nullable public CreateTableRequestDataAttributes getAttributes()
public void setAttributes(CreateTableRequestDataAttributes attributes)
public CreateTableRequestData type(CreateTableRequestDataType type)
public CreateTableRequestDataType getType()
public void setType(CreateTableRequestDataType type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.