Class DescribeAppMetricsDataRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.rum.v20210622.models.DescribeAppMetricsDataRequest
-
public class DescribeAppMetricsDataRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAppMetricsDataRequest()DescribeAppMetricsDataRequest(DescribeAppMetricsDataRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFields()Get 查询指标 fieldStringgetFilter()Get 查询的过滤条件StringgetFilterSimple()Get 查询简单过滤条件StringgetFrom()Get 查询的表名String[]getGroupBy()Get group by 条件StringgetGroupByModifier()Get group by 参数LonggetLimit()Get limit 参数LonggetOffset()Get offset 参数String[]getOrderBy()Get order by 条件LonggetProjectID()Get app 项目IDvoidsetFields(String Fields)Set 查询指标 fieldvoidsetFilter(String Filter)Set 查询的过滤条件voidsetFilterSimple(String FilterSimple)Set 查询简单过滤条件voidsetFrom(String From)Set 查询的表名voidsetGroupBy(String[] GroupBy)Set group by 条件voidsetGroupByModifier(String GroupByModifier)Set group by 参数voidsetLimit(Long Limit)Set limit 参数voidsetOffset(Long Offset)Set offset 参数voidsetOrderBy(String[] OrderBy)Set order by 条件voidsetProjectID(Long ProjectID)Set app 项目IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeAppMetricsDataRequest
public DescribeAppMetricsDataRequest()
-
DescribeAppMetricsDataRequest
public DescribeAppMetricsDataRequest(DescribeAppMetricsDataRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getProjectID
public Long getProjectID()
Get app 项目ID- Returns:
- ProjectID app 项目ID
-
setProjectID
public void setProjectID(Long ProjectID)
Set app 项目ID- Parameters:
ProjectID- app 项目ID
-
getFrom
public String getFrom()
Get 查询的表名- Returns:
- From 查询的表名
-
setFrom
public void setFrom(String From)
Set 查询的表名- Parameters:
From- 查询的表名
-
getFields
public String getFields()
Get 查询指标 field- Returns:
- Fields 查询指标 field
-
setFields
public void setFields(String Fields)
Set 查询指标 field- Parameters:
Fields- 查询指标 field
-
getFilter
public String getFilter()
Get 查询的过滤条件- Returns:
- Filter 查询的过滤条件
-
setFilter
public void setFilter(String Filter)
Set 查询的过滤条件- Parameters:
Filter- 查询的过滤条件
-
getFilterSimple
public String getFilterSimple()
Get 查询简单过滤条件- Returns:
- FilterSimple 查询简单过滤条件
-
setFilterSimple
public void setFilterSimple(String FilterSimple)
Set 查询简单过滤条件- Parameters:
FilterSimple- 查询简单过滤条件
-
getGroupBy
public String[] getGroupBy()
Get group by 条件- Returns:
- GroupBy group by 条件
-
setGroupBy
public void setGroupBy(String[] GroupBy)
Set group by 条件- Parameters:
GroupBy- group by 条件
-
getOrderBy
public String[] getOrderBy()
Get order by 条件- Returns:
- OrderBy order by 条件
-
setOrderBy
public void setOrderBy(String[] OrderBy)
Set order by 条件- Parameters:
OrderBy- order by 条件
-
getLimit
public Long getLimit()
Get limit 参数- Returns:
- Limit limit 参数
-
setLimit
public void setLimit(Long Limit)
Set limit 参数- Parameters:
Limit- limit 参数
-
getOffset
public Long getOffset()
Get offset 参数- Returns:
- Offset offset 参数
-
setOffset
public void setOffset(Long Offset)
Set offset 参数- Parameters:
Offset- offset 参数
-
getGroupByModifier
public String getGroupByModifier()
Get group by 参数- Returns:
- GroupByModifier group by 参数
-
setGroupByModifier
public void setGroupByModifier(String GroupByModifier)
Set group by 参数- Parameters:
GroupByModifier- group by 参数
-
-