public class QueryResultRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryResultRequest() | 
| QueryResultRequest(QueryResultRequest 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 | getNextToken()Get lastReadFile is the file read last time. | 
| String | getTaskId()Get Task ID | 
| void | setNextToken(String NextToken)Set lastReadFile is the file read last time. | 
| void | setTaskId(String TaskId)Set Task ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryResultRequest()
public QueryResultRequest(QueryResultRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task IDpublic String getNextToken()
public void setNextToken(String NextToken)
NextToken - lastReadFile is the file read last time. lastReadOffset is where the read stopped.Copyright © 2024. All rights reserved.