Class DescribeScanResultListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.DescribeScanResultListRequest
-
public class DescribeScanResultListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScanResultListRequest()DescribeScanResultListRequest(DescribeScanResultListRequest 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 LonggetBizId()Get 应用 ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppIDLonggetLimit()Get 任务返回结果数量,默认10,上限500。大文件任务忽略此参数,返回全量结果String[]getTaskIdList()Get 查询的任务 ID 列表,任务 ID 列表最多支持 100 个。voidsetBizId(Long BizId)Set 应用 ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppIDvoidsetLimit(Long Limit)Set 任务返回结果数量,默认10,上限500。大文件任务忽略此参数,返回全量结果voidsetTaskIdList(String[] TaskIdList)Set 查询的任务 ID 列表,任务 ID 列表最多支持 100 个。voidtoMap(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
-
DescribeScanResultListRequest
public DescribeScanResultListRequest()
-
DescribeScanResultListRequest
public DescribeScanResultListRequest(DescribeScanResultListRequest 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
-
getBizId
public Long getBizId()
Get 应用 ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID- Returns:
- BizId 应用 ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID
-
setBizId
public void setBizId(Long BizId)
Set 应用 ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID- Parameters:
BizId- 应用 ID,登录[控制台](https://console.cloud.tencent.com/gamegme)创建应用得到的AppID
-
getTaskIdList
public String[] getTaskIdList()
Get 查询的任务 ID 列表,任务 ID 列表最多支持 100 个。- Returns:
- TaskIdList 查询的任务 ID 列表,任务 ID 列表最多支持 100 个。
-
setTaskIdList
public void setTaskIdList(String[] TaskIdList)
Set 查询的任务 ID 列表,任务 ID 列表最多支持 100 个。- Parameters:
TaskIdList- 查询的任务 ID 列表,任务 ID 列表最多支持 100 个。
-
getLimit
public Long getLimit()
Get 任务返回结果数量,默认10,上限500。大文件任务忽略此参数,返回全量结果- Returns:
- Limit 任务返回结果数量,默认10,上限500。大文件任务忽略此参数,返回全量结果
-
setLimit
public void setLimit(Long Limit)
Set 任务返回结果数量,默认10,上限500。大文件任务忽略此参数,返回全量结果- Parameters:
Limit- 任务返回结果数量,默认10,上限500。大文件任务忽略此参数,返回全量结果
-
-