public class DescribeScanResultListRequest extends AbstractModel
Constructor and Description |
---|
DescribeScanResultListRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getBizId()
Get Application ID, which is the `AppID` obtained when you create an application in the [console](https://console.cloud.tencent.com/gamegme)
|
Long |
getLimit()
Get Number of task results to be returned.
|
String[] |
getTaskIdList()
Get List of IDs of the tasks to be queried.
|
void |
setBizId(Long BizId)
Set Application ID, which is the `AppID` obtained when you create an application in the [console](https://console.cloud.tencent.com/gamegme)
|
void |
setLimit(Long Limit)
Set Number of task results to be returned.
|
void |
setTaskIdList(String[] TaskIdList)
Set List of IDs of the tasks to be queried.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getBizId()
public void setBizId(Long BizId)
BizId
- Application ID, which is the `AppID` obtained when you create an application in the [console](https://console.cloud.tencent.com/gamegme)public String[] getTaskIdList()
public void setTaskIdList(String[] TaskIdList)
TaskIdList
- List of IDs of the tasks to be queried. Up to 100 entries can be added in the ID list.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of task results to be returned. Default value: 10. Maximum value: 500. This parameter will be ignored for large file tasks where all results will be returnedCopyright © 2020. All rights reserved.