@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TableRowResourceData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TableRowResourceData() |
TableRowResourceData(TableRowResourceDataType type) |
| Modifier and Type | Method and Description |
|---|---|
TableRowResourceData |
attributes(TableRowResourceDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this TableRowResourceData object is equal to o.
|
TableRowResourceDataAttributes |
getAttributes()
Column values for this row in the reference table.
|
String |
getId()
Row identifier, corresponding to the primary key value.
|
TableRowResourceDataType |
getType()
Row resource type.
|
int |
hashCode() |
TableRowResourceData |
id(String id) |
void |
setAttributes(TableRowResourceDataAttributes attributes) |
void |
setId(String id) |
void |
setType(TableRowResourceDataType type) |
String |
toString() |
TableRowResourceData |
type(TableRowResourceDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public TableRowResourceData()
public TableRowResourceData(TableRowResourceDataType type)
public TableRowResourceData attributes(TableRowResourceDataAttributes attributes)
@Nullable public TableRowResourceDataAttributes getAttributes()
public void setAttributes(TableRowResourceDataAttributes attributes)
public TableRowResourceData id(String id)
@Nullable public String getId()
public void setId(String id)
public TableRowResourceData type(TableRowResourceDataType type)
public TableRowResourceDataType getType()
public void setType(TableRowResourceDataType type)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.