public class DescribeAppSingleCaseListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAppSingleCaseListRequest() | 
| DescribeAppSingleCaseListRequest(DescribeAppSingleCaseListRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFields()Get 查询指标 field | 
| String | 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 项目 ID | 
| void | setFields(String Fields)Set 查询指标 field | 
| void | 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 项目 ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAppSingleCaseListRequest()
public DescribeAppSingleCaseListRequest(DescribeAppSingleCaseListRequest source)
public Long getProjectID()
public void setProjectID(Long ProjectID)
ProjectID - app 项目 IDpublic String getFrom()
public void setFrom(String From)
From - 查询的表名public String getFields()
public void setFields(String Fields)
Fields - 查询指标 fieldpublic String getFilter()
public void setFilter(String Filter)
Filter - 查询的过滤条件public String getFilterSimple()
public void setFilterSimple(String FilterSimple)
FilterSimple - 查询简单过滤条件public String[] getGroupBy()
public void setGroupBy(String[] GroupBy)
GroupBy - group by 条件public String[] getOrderBy()
public void setOrderBy(String[] OrderBy)
OrderBy - order by 条件public Long getLimit()
public void setLimit(Long Limit)
Limit - limit 参数public Long getOffset()
public void setOffset(Long Offset)
Offset - offset 参数Copyright © 2025. All rights reserved.