Class DescribeAppSingleCaseDetailListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.rum.v20210622.models.DescribeAppSingleCaseDetailListRequest
-
public class DescribeAppSingleCaseDetailListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAppSingleCaseDetailListRequest()
DescribeAppSingleCaseDetailListRequest(DescribeAppSingleCaseDetailListRequest 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 String
getFields()
Get 查询指标 fieldString
getFilter()
Get 查询的过滤条件String
getFilterSimple()
Get 查询简单过滤条件String
getFrom()
Get 查询的表名String[]
getGroupBy()
Get group by 条件Long
getLimit()
Get limit 参数Long
getOffset()
Get offset 参数String[]
getOrderBy()
Get order by 条件Long
getProjectID()
Get app 项目IDvoid
setFields(String Fields)
Set 查询指标 fieldvoid
setFilter(String Filter)
Set 查询的过滤条件void
setFilterSimple(String FilterSimple)
Set 查询简单过滤条件void
setFrom(String From)
Set 查询的表名void
setGroupBy(String[] GroupBy)
Set group by 条件void
setLimit(Long Limit)
Set limit 参数void
setOffset(Long Offset)
Set offset 参数void
setOrderBy(String[] OrderBy)
Set order by 条件void
setProjectID(Long ProjectID)
Set app 项目IDvoid
toMap(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
-
DescribeAppSingleCaseDetailListRequest
public DescribeAppSingleCaseDetailListRequest()
-
DescribeAppSingleCaseDetailListRequest
public DescribeAppSingleCaseDetailListRequest(DescribeAppSingleCaseDetailListRequest 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 参数
-
-