public class AsyncEventStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AsyncEventStatus() | 
| AsyncEventStatus(AsyncEventStatus 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 | getInvokeRequestId()Get Async execution request ID | 
| String | getStatus()Get Async event status. | 
| Long | getStatusCode()Get Request status code | 
| void | setInvokeRequestId(String InvokeRequestId)Set Async execution request ID | 
| void | setStatus(String Status)Set Async event status. | 
| void | setStatusCode(Long StatusCode)Set Request status code | 
| 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 AsyncEventStatus()
public AsyncEventStatus(AsyncEventStatus source)
public String getStatus()
public void setStatus(String Status)
Status - Async event status. Values: `RUNNING` (running); `FINISHED` (invoked successfully); `ABORTED` (invocation ended); `FAILED` (invocation failed).public Long getStatusCode()
public void setStatusCode(Long StatusCode)
StatusCode - Request status codepublic String getInvokeRequestId()
public void setInvokeRequestId(String InvokeRequestId)
InvokeRequestId - Async execution request IDCopyright © 2024. All rights reserved.