public class ApplyStatus extends AbstractModel
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 集群id-申请单id
|
Long |
getApplicationStatus()
Get 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。
|
Long |
getApplicationType()
Get 申请单类型
|
String |
getClusterId()
Get 集群Id
|
void |
setApplicationId(String ApplicationId)
Set 集群id-申请单id
|
void |
setApplicationStatus(Long ApplicationStatus)
Set 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。
|
void |
setApplicationType(Long ApplicationType)
Set 申请单类型
|
void |
setClusterId(String ClusterId)
Set 集群Id
|
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, toJsonString
public ApplyStatus()
public ApplyStatus(ApplyStatus source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 集群id-申请单idpublic Long getApplicationStatus()
public void setApplicationStatus(Long ApplicationStatus)
ApplicationStatus
- 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。public Long getApplicationType()
public void setApplicationType(Long ApplicationType)
ApplicationType
- 申请单类型public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IdCopyright © 2021. All rights reserved.