@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApmStatsQueryColumnType extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALIAS |
static String |
JSON_PROPERTY_CELL_DISPLAY_MODE |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_ORDER |
boolean |
unparsed |
| Constructor and Description |
|---|
ApmStatsQueryColumnType() |
ApmStatsQueryColumnType(String name) |
| Modifier and Type | Method and Description |
|---|---|
ApmStatsQueryColumnType |
alias(String alias) |
ApmStatsQueryColumnType |
cellDisplayMode(TableWidgetCellDisplayMode cellDisplayMode) |
boolean |
equals(Object o)
Return true if this ApmStatsQueryColumnType 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 |
getAlias()
A user-assigned alias for the column.
|
TableWidgetCellDisplayMode |
getCellDisplayMode()
Define a display mode for the table cell.
|
String |
getName()
Column name.
|
WidgetSort |
getOrder()
Widget sorting methods.
|
int |
hashCode() |
ApmStatsQueryColumnType |
name(String name) |
ApmStatsQueryColumnType |
order(WidgetSort order) |
ApmStatsQueryColumnType |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAlias(String alias) |
void |
setCellDisplayMode(TableWidgetCellDisplayMode cellDisplayMode) |
void |
setName(String name) |
void |
setOrder(WidgetSort order) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ALIAS
public static final String JSON_PROPERTY_CELL_DISPLAY_MODE
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_ORDER
public ApmStatsQueryColumnType()
public ApmStatsQueryColumnType(String name)
public ApmStatsQueryColumnType alias(String alias)
@Nullable public String getAlias()
public void setAlias(String alias)
public ApmStatsQueryColumnType cellDisplayMode(TableWidgetCellDisplayMode cellDisplayMode)
@Nullable public TableWidgetCellDisplayMode getCellDisplayMode()
public void setCellDisplayMode(TableWidgetCellDisplayMode cellDisplayMode)
public ApmStatsQueryColumnType name(String name)
public String getName()
public void setName(String name)
public ApmStatsQueryColumnType order(WidgetSort order)
@Nullable public WidgetSort getOrder()
public void setOrder(WidgetSort order)
public ApmStatsQueryColumnType 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.