public class ApplyResult extends AbstractModel
| Constructor and Description | 
|---|
| ApplyResult() | 
| ApplyResult(ApplyResult 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 | getApplicationId()Get Application ID | 
| Long | getApplicationStatus()Get Status. | 
| Long | getApplicationType()Get Application type | 
| ErrorInfo | getError()Get Error information
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getTaskId()Get ID of the submitted task
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setApplicationId(String ApplicationId)Set Application ID | 
| void | setApplicationStatus(Long ApplicationStatus)Set Status. | 
| void | setApplicationType(Long ApplicationType)Set Application type | 
| void | setError(ErrorInfo Error)Set Error information
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setTaskId(String TaskId)Set ID of the submitted task
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic ApplyResult()
public ApplyResult(ApplyResult source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application IDpublic Long getApplicationType()
public void setApplicationType(Long ApplicationType)
ApplicationType - Application typepublic Long getApplicationStatus()
public void setApplicationStatus(Long ApplicationStatus)
ApplicationStatus - Status. Valid values: `0` (pending approval), `1` (application approved and task submitted), `2` (rejected)
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - ID of the submitted task
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public ErrorInfo getError()
public void setError(ErrorInfo Error)
Error - Error information
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.