@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getName()
The name of the tag key or group.
|
ScalarColumnTypeGroup |
getType()
The type of column present for groups.
|
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) |
GroupScalarColumn |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setName(String name) |
void |
setType(ScalarColumnTypeGroup type) |
void |
setValues(List<List<String>> values) |
String |
toString() |
GroupScalarColumn |
type(ScalarColumnTypeGroup 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(ScalarColumnTypeGroup type)
@Nullable public ScalarColumnTypeGroup getType()
public void setType(ScalarColumnTypeGroup type)
public GroupScalarColumn values(List<List<String>> values)
public GroupScalarColumn addValuesItem(List<String> valuesItem)
@Nullable public List<List<String>> getValues()
public GroupScalarColumn 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 © 2024. All rights reserved.