Class DescribeApplicationsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.DescribeApplicationsRequest
-
public class DescribeApplicationsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeApplicationsRequest()DescribeApplicationsRequest(DescribeApplicationsRequest 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 StringgetApplicant()Get 申请人uin,用于过滤LonggetApplyType()Get 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档LonggetCensorStatus()Get 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回StringgetClusterId()Get 集群ID,用于获取指定集群的单据LonggetLimit()Get 分页,限制当前返回多少条记录,大于等于10LonggetOffset()Get 分页,从多少条数据开始返回StringgetTableGroupId()Get 表格组id,用于过滤StringgetTableName()Get 表格名,用于过滤voidsetApplicant(String Applicant)Set 申请人uin,用于过滤voidsetApplyType(Long ApplyType)Set 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档voidsetCensorStatus(Long CensorStatus)Set 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回voidsetClusterId(String ClusterId)Set 集群ID,用于获取指定集群的单据voidsetLimit(Long Limit)Set 分页,限制当前返回多少条记录,大于等于10voidsetOffset(Long Offset)Set 分页,从多少条数据开始返回voidsetTableGroupId(String TableGroupId)Set 表格组id,用于过滤voidsetTableName(String TableName)Set 表格名,用于过滤voidtoMap(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
-
DescribeApplicationsRequest
public DescribeApplicationsRequest()
-
DescribeApplicationsRequest
public DescribeApplicationsRequest(DescribeApplicationsRequest 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
-
getClusterId
public String getClusterId()
Get 集群ID,用于获取指定集群的单据- Returns:
- ClusterId 集群ID,用于获取指定集群的单据
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID,用于获取指定集群的单据- Parameters:
ClusterId- 集群ID,用于获取指定集群的单据
-
getLimit
public Long getLimit()
Get 分页,限制当前返回多少条记录,大于等于10- Returns:
- Limit 分页,限制当前返回多少条记录,大于等于10
-
setLimit
public void setLimit(Long Limit)
Set 分页,限制当前返回多少条记录,大于等于10- Parameters:
Limit- 分页,限制当前返回多少条记录,大于等于10
-
getOffset
public Long getOffset()
Get 分页,从多少条数据开始返回- Returns:
- Offset 分页,从多少条数据开始返回
-
setOffset
public void setOffset(Long Offset)
Set 分页,从多少条数据开始返回- Parameters:
Offset- 分页,从多少条数据开始返回
-
getCensorStatus
public Long getCensorStatus()
Get 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回- Returns:
- CensorStatus 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回
-
setCensorStatus
public void setCensorStatus(Long CensorStatus)
Set 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回- Parameters:
CensorStatus- 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回
-
getTableGroupId
public String getTableGroupId()
Get 表格组id,用于过滤- Returns:
- TableGroupId 表格组id,用于过滤
-
setTableGroupId
public void setTableGroupId(String TableGroupId)
Set 表格组id,用于过滤- Parameters:
TableGroupId- 表格组id,用于过滤
-
getTableName
public String getTableName()
Get 表格名,用于过滤- Returns:
- TableName 表格名,用于过滤
-
setTableName
public void setTableName(String TableName)
Set 表格名,用于过滤- Parameters:
TableName- 表格名,用于过滤
-
getApplicant
public String getApplicant()
Get 申请人uin,用于过滤- Returns:
- Applicant 申请人uin,用于过滤
-
setApplicant
public void setApplicant(String Applicant)
Set 申请人uin,用于过滤- Parameters:
Applicant- 申请人uin,用于过滤
-
getApplyType
public Long getApplyType()
Get 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档- Returns:
- ApplyType 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档
-
setApplyType
public void setApplyType(Long ApplyType)
Set 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档- Parameters:
ApplyType- 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档
-
-