public class ApplyStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplyStatus() | 
| ApplyStatus(ApplyStatus 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 Value format: cluster ID-application ID | 
| Long | getApplicationStatus()Get Status. | 
| Long | getApplicationType()Get Application type | 
| String | getClusterId()Get Cluster ID | 
| void | setApplicationId(String ApplicationId)Set Value format: cluster ID-application ID | 
| void | setApplicationStatus(Long ApplicationStatus)Set Status. | 
| void | setApplicationType(Long ApplicationType)Set Application type | 
| void | setClusterId(String ClusterId)Set Cluster 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 ApplyStatus()
public ApplyStatus(ApplyStatus source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Value format: cluster ID-application IDpublic Long getApplicationStatus()
public void setApplicationStatus(Long ApplicationStatus)
ApplicationStatus - Status. Valid values: `-1` (canceled), `0` (pending approval), `1` (application approved and task submitted), `2` (rejected). Only applications in the pending approval status can be updated.public Long getApplicationType()
public void setApplicationType(Long ApplicationType)
ApplicationType - Application typepublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDCopyright © 2024. All rights reserved.