public class DescribeApplicationsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicant()
Get 申请人uin,用于过滤
|
Long |
getApplyType()
Get 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档
|
Long |
getCensorStatus()
Get 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回
|
String |
getClusterId()
Get 集群ID,用于获取指定集群的单据
|
Long |
getLimit()
Get 分页,限制当前返回多少条记录,大于等于10
|
Long |
getOffset()
Get 分页,从多少条数据开始返回
|
String |
getTableGroupId()
Get 表格组id,用于过滤
|
String |
getTableName()
Get 表格名,用于过滤
|
void |
setApplicant(String Applicant)
Set 申请人uin,用于过滤
|
void |
setApplyType(Long ApplyType)
Set 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档
|
void |
setCensorStatus(Long CensorStatus)
Set 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回
|
void |
setClusterId(String ClusterId)
Set 集群ID,用于获取指定集群的单据
|
void |
setLimit(Long Limit)
Set 分页,限制当前返回多少条记录,大于等于10
|
void |
setOffset(Long Offset)
Set 分页,从多少条数据开始返回
|
void |
setTableGroupId(String TableGroupId)
Set 表格组id,用于过滤
|
void |
setTableName(String TableName)
Set 表格名,用于过滤
|
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 DescribeApplicationsRequest()
public DescribeApplicationsRequest(DescribeApplicationsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群ID,用于获取指定集群的单据public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页,限制当前返回多少条记录,大于等于10public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页,从多少条数据开始返回public Long getCensorStatus()
public void setCensorStatus(Long CensorStatus)
CensorStatus
- 申请单状态,用于过滤,0-待审核 1-已经审核并提交任务 2-已驳回public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId
- 表格组id,用于过滤public String getTableName()
public void setTableName(String TableName)
TableName
- 表格名,用于过滤public String getApplicant()
public void setApplicant(String Applicant)
Applicant
- 申请人uin,用于过滤public Long getApplyType()
public void setApplyType(Long ApplyType)
ApplyType
- 申请类型,用于过滤,0加表 1删除表 2清理表 3修改表 4表重建 5存储层扩缩容 6接入层扩缩容 7复制表数据 8key回档Copyright © 2022. All rights reserved.