@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class BatchRowsQueryRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ROW_IDS |
static String |
JSON_PROPERTY_TABLE_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
BatchRowsQueryRequestDataAttributes() |
BatchRowsQueryRequestDataAttributes(List<String> rowIds,
String tableId) |
| Modifier and Type | Method and Description |
|---|---|
BatchRowsQueryRequestDataAttributes |
addRowIdsItem(String rowIdsItem) |
boolean |
equals(Object o)
Return true if this BatchRowsQueryRequestDataAttributes 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.
|
List<String> |
getRowIds()
List of row identifiers to query from the reference table.
|
String |
getTableId()
Unique identifier of the reference table to query.
|
int |
hashCode() |
BatchRowsQueryRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
BatchRowsQueryRequestDataAttributes |
rowIds(List<String> rowIds) |
void |
setRowIds(List<String> rowIds) |
void |
setTableId(String tableId) |
BatchRowsQueryRequestDataAttributes |
tableId(String tableId) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ROW_IDS
public static final String JSON_PROPERTY_TABLE_ID
public BatchRowsQueryRequestDataAttributes rowIds(List<String> rowIds)
public BatchRowsQueryRequestDataAttributes addRowIdsItem(String rowIdsItem)
public List<String> getRowIds()
public BatchRowsQueryRequestDataAttributes tableId(String tableId)
public String getTableId()
public void setTableId(String tableId)
public BatchRowsQueryRequestDataAttributes 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.