@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApmStatsQueryDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLUMNS |
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PRIMARY_TAG |
static String |
JSON_PROPERTY_RESOURCE |
static String |
JSON_PROPERTY_ROW_TYPE |
static String |
JSON_PROPERTY_SERVICE |
boolean |
unparsed |
| Constructor and Description |
|---|
ApmStatsQueryDefinition() |
ApmStatsQueryDefinition(String env,
String name,
String primaryTag,
ApmStatsQueryRowType rowType,
String service) |
| Modifier and Type | Method and Description |
|---|---|
ApmStatsQueryDefinition |
addColumnsItem(ApmStatsQueryColumnType columnsItem) |
ApmStatsQueryDefinition |
columns(List<ApmStatsQueryColumnType> columns) |
ApmStatsQueryDefinition |
env(String env) |
boolean |
equals(Object o)
Return true if this ApmStatsQueryDefinition 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<ApmStatsQueryColumnType> |
getColumns()
Column properties used by the front end for display.
|
String |
getEnv()
Environment name.
|
String |
getName()
Operation name associated with service.
|
String |
getPrimaryTag()
The organization's host group name and value.
|
String |
getResource()
Resource name.
|
ApmStatsQueryRowType |
getRowType()
The level of detail for the request.
|
String |
getService()
Service name.
|
int |
hashCode() |
ApmStatsQueryDefinition |
name(String name) |
ApmStatsQueryDefinition |
primaryTag(String primaryTag) |
ApmStatsQueryDefinition |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ApmStatsQueryDefinition |
resource(String resource) |
ApmStatsQueryDefinition |
rowType(ApmStatsQueryRowType rowType) |
ApmStatsQueryDefinition |
service(String service) |
void |
setColumns(List<ApmStatsQueryColumnType> columns) |
void |
setEnv(String env) |
void |
setName(String name) |
void |
setPrimaryTag(String primaryTag) |
void |
setResource(String resource) |
void |
setRowType(ApmStatsQueryRowType rowType) |
void |
setService(String service) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COLUMNS
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PRIMARY_TAG
public static final String JSON_PROPERTY_RESOURCE
public static final String JSON_PROPERTY_ROW_TYPE
public static final String JSON_PROPERTY_SERVICE
public ApmStatsQueryDefinition()
public ApmStatsQueryDefinition(String env, String name, String primaryTag, ApmStatsQueryRowType rowType, String service)
public ApmStatsQueryDefinition columns(List<ApmStatsQueryColumnType> columns)
public ApmStatsQueryDefinition addColumnsItem(ApmStatsQueryColumnType columnsItem)
@Nullable public List<ApmStatsQueryColumnType> getColumns()
public void setColumns(List<ApmStatsQueryColumnType> columns)
public ApmStatsQueryDefinition env(String env)
public String getEnv()
public void setEnv(String env)
public ApmStatsQueryDefinition name(String name)
public String getName()
public void setName(String name)
public ApmStatsQueryDefinition primaryTag(String primaryTag)
public String getPrimaryTag()
public void setPrimaryTag(String primaryTag)
public ApmStatsQueryDefinition resource(String resource)
@Nullable public String getResource()
public void setResource(String resource)
public ApmStatsQueryDefinition rowType(ApmStatsQueryRowType rowType)
public ApmStatsQueryRowType getRowType()
public void setRowType(ApmStatsQueryRowType rowType)
public ApmStatsQueryDefinition service(String service)
public String getService()
public void setService(String service)
public ApmStatsQueryDefinition 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.