public class DescribeAITaskResultRequest extends AbstractModel
Constructor and Description |
---|
DescribeAITaskResultRequest() |
DescribeAITaskResultRequest(DescribeAITaskResultRequest 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 |
---|---|
Long |
getLimit()
Get 限制数目
|
Long |
getOffset()
Get 偏移量
|
Long |
getTaskId()
Get 任务唯一标识符。在URL方式时提交请求后会返回一个任务标识符,后续查询该url的结果时使用这个标识符进行查询。
|
void |
setLimit(Long Limit)
Set 限制数目
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setTaskId(Long TaskId)
Set 任务唯一标识符。在URL方式时提交请求后会返回一个任务标识符,后续查询该url的结果时使用这个标识符进行查询。
|
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 DescribeAITaskResultRequest()
public DescribeAITaskResultRequest(DescribeAITaskResultRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- 任务唯一标识符。在URL方式时提交请求后会返回一个任务标识符,后续查询该url的结果时使用这个标识符进行查询。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量Copyright © 2021. All rights reserved.