@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GroupScalarColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUES |
boolean |
unparsed |
| Constructor and Description |
|---|
GroupScalarColumn() |
| Modifier and Type | Method and Description |
|---|---|
GroupScalarColumn |
addValuesItem(List<String> valuesItem) |
boolean |
equals(Object o)
Return true if this GroupScalarColumn object is equal to o.
|
String |
getName()
The name of the tag key or group.
|
String |
getType()
The type of column present.
|
List<List<String>> |
getValues()
The array of tag values for each group found for the results of the formulas or queries.
|
int |
hashCode() |
GroupScalarColumn |
name(String name) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValues(List<List<String>> values) |
String |
toString() |
GroupScalarColumn |
type(String type) |
GroupScalarColumn |
values(List<List<String>> values) |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUES
public GroupScalarColumn name(String name)
@Nullable public String getName()
public void setName(String name)
public GroupScalarColumn type(String type)
@Nullable public String getType()
public void setType(String type)
public GroupScalarColumn values(List<List<String>> values)
public GroupScalarColumn addValuesItem(List<String> valuesItem)
@Nullable public List<List<String>> getValues()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.