Class ApplyStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.ApplyStatus
-
public class ApplyStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Get 集群id-申请单idLonggetApplicationStatus()Get 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。LonggetApplicationType()Get 申请单类型StringgetClusterId()Get 集群IdvoidsetApplicationId(String ApplicationId)Set 集群id-申请单idvoidsetApplicationStatus(Long ApplicationStatus)Set 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。voidsetApplicationType(Long ApplicationType)Set 申请单类型voidsetClusterId(String ClusterId)Set 集群IdvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ApplyStatus
public ApplyStatus()
-
ApplyStatus
public 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.
-
-
Method Detail
-
getApplicationId
public String getApplicationId()
Get 集群id-申请单id- Returns:
- ApplicationId 集群id-申请单id
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 集群id-申请单id- Parameters:
ApplicationId- 集群id-申请单id
-
getApplicationStatus
public Long getApplicationStatus()
Get 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。- Returns:
- ApplicationStatus 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。
-
setApplicationStatus
public void setApplicationStatus(Long ApplicationStatus)
Set 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。- Parameters:
ApplicationStatus- 处理状态-1-撤回 1-通过 2-驳回,非0状态的申请单不可改变状态。
-
getApplicationType
public Long getApplicationType()
Get 申请单类型- Returns:
- ApplicationType 申请单类型
-
setApplicationType
public void setApplicationType(Long ApplicationType)
Set 申请单类型- Parameters:
ApplicationType- 申请单类型
-
getClusterId
public String getClusterId()
Get 集群Id- Returns:
- ClusterId 集群Id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群Id- Parameters:
ClusterId- 集群Id
-
-