public class GetAsyncFetchTaskResult extends GenericResult
| 构造器和说明 | 
|---|
GetAsyncFetchTaskResult()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
AsyncFetchTaskConfiguration | 
getAsyncFetchTaskConfiguration()
Gets the async task configuration. 
 | 
AsyncFetchTaskState | 
getAsyncFetchTaskState()
Gets the async fetch task state. 
 | 
String | 
getErrorMsg()
Gets the errorMsg that received from server. 
 | 
String | 
getTaskId()
Gets the async fetch task id. 
 | 
void | 
setAsyncFetchTaskConfiguration(AsyncFetchTaskConfiguration asyncFetchTaskConfiguration)
Sets the async task configuration. 
 | 
void | 
setAsyncFetchTaskState(AsyncFetchTaskState asyncFetchTaskState)
Sets the async fetch task state. 
 | 
void | 
setErrorMsg(String errorMsg)
Sets the errorMsg received from server. 
 | 
void | 
setTaskId(String taskId)
Sets the async fetch task id. 
 | 
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRCpublic String getTaskId()
public void setTaskId(String taskId)
public AsyncFetchTaskState getAsyncFetchTaskState()
public void setAsyncFetchTaskState(AsyncFetchTaskState asyncFetchTaskState)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public AsyncFetchTaskConfiguration getAsyncFetchTaskConfiguration()
public void setAsyncFetchTaskConfiguration(AsyncFetchTaskConfiguration asyncFetchTaskConfiguration)
Copyright © 2019. All Rights Reserved.