public class Application extends AbstractModel
| Constructor and Description | 
|---|
| Application() | 
| Application(Application 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 | getApplicant()Get Applicant | 
| String | getApplicationId()Get Application ID | 
| Long | getApplicationStatus()Get Status. | 
| Long | getApplicationType()Get Application type | 
| Boolean | getCanCensor()Get Whether the application can be approved by the API caller
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| Boolean | getCanWithdrawal()Get Whether the application can be canceled by the API caller
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getClusterId()Get Cluster ID | 
| String | getClusterName()Get Cluster name | 
| String | getCreatedTime()Get The creation time of the application | 
| String | getExecuteStatus()Get Execution status
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getExecuteUser()Get Approver
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getTableGroupId()Get Table group ID | 
| String | getTableGroupName()Get Table group name
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getTableInstanceId()Get Globally unique table ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getTableName()Get Table name | 
| String | getTaskId()Get ID of the submitted task (if the application is not approved, this parameter is `0`) | 
| String | getUpdateTime()Get Update time
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setApplicant(String Applicant)Set Applicant | 
| void | setApplicationId(String ApplicationId)Set Application ID | 
| void | setApplicationStatus(Long ApplicationStatus)Set Status. | 
| void | setApplicationType(Long ApplicationType)Set Application type | 
| void | setCanCensor(Boolean CanCensor)Set Whether the application can be approved by the API caller
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setCanWithdrawal(Boolean CanWithdrawal)Set Whether the application can be canceled by the API caller
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setClusterName(String ClusterName)Set Cluster name | 
| void | setCreatedTime(String CreatedTime)Set The creation time of the application | 
| void | setExecuteStatus(String ExecuteStatus)Set Execution status
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setExecuteUser(String ExecuteUser)Set Approver
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setTableGroupId(String TableGroupId)Set Table group ID | 
| void | setTableGroupName(String TableGroupName)Set Table group name
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setTableInstanceId(String TableInstanceId)Set Globally unique table ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setTableName(String TableName)Set Table name | 
| void | setTaskId(String TaskId)Set ID of the submitted task (if the application is not approved, this parameter is `0`) | 
| void | setUpdateTime(String UpdateTime)Set Update time
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 Application()
public Application(Application source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application IDpublic Long getApplicationType()
public void setApplicationType(Long ApplicationType)
ApplicationType - Application typepublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - Cluster namepublic String getTableGroupName()
public void setTableGroupName(String TableGroupName)
TableGroupName - Table group name
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName - Table namepublic String getApplicant()
public void setApplicant(String Applicant)
Applicant - Applicantpublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - The creation time of the applicationpublic Long getApplicationStatus()
public void setApplicationStatus(Long ApplicationStatus)
ApplicationStatus - Status. Valid values: `-1` (canceled), `0` (pending approval), `1` (application approved and task submitted), `2` (rejected)public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - Table group IDpublic String getTaskId()
public void setTaskId(String TaskId)
TaskId - ID of the submitted task (if the application is not approved, this parameter is `0`)public String getTableInstanceId()
public void setTableInstanceId(String TableInstanceId)
TableInstanceId - Globally unique table ID
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - Update time
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getExecuteUser()
public void setExecuteUser(String ExecuteUser)
ExecuteUser - Approver
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getExecuteStatus()
public void setExecuteStatus(String ExecuteStatus)
ExecuteStatus - Execution status
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Boolean getCanCensor()
public void setCanCensor(Boolean CanCensor)
CanCensor - Whether the application can be approved by the API caller
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Boolean getCanWithdrawal()
public void setCanWithdrawal(Boolean CanWithdrawal)
CanWithdrawal - Whether the application can be canceled by the API caller
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.