public class DescribeDSPACategoriesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDSPACategoriesRequest() |
DescribeDSPACategoriesRequest(DescribeDSPACategoriesRequest 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 |
---|---|
Long |
getCategoryId()
Get 数据分类ID
|
String |
getDspaId()
Get DSPA实例ID
|
Long |
getLimit()
Get 返回结果集数量,默认值是10000,最大值为10000,根据该资源的个数限制条件,该资源的个数不会超过10000,所以如果不输入该字段,默认获取全量数据
|
String |
getName()
Get 敏感数据分类名称
|
Long |
getOffset()
Get 偏移量,默认值为0
|
void |
setCategoryId(Long CategoryId)
Set 数据分类ID
|
void |
setDspaId(String DspaId)
Set DSPA实例ID
|
void |
setLimit(Long Limit)
Set 返回结果集数量,默认值是10000,最大值为10000,根据该资源的个数限制条件,该资源的个数不会超过10000,所以如果不输入该字段,默认获取全量数据
|
void |
setName(String Name)
Set 敏感数据分类名称
|
void |
setOffset(Long Offset)
Set 偏移量,默认值为0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDSPACategoriesRequest()
public DescribeDSPACategoriesRequest(DescribeDSPACategoriesRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例IDpublic Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- 数据分类IDpublic String getName()
public void setName(String Name)
Name
- 敏感数据分类名称public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回结果集数量,默认值是10000,最大值为10000,根据该资源的个数限制条件,该资源的个数不会超过10000,所以如果不输入该字段,默认获取全量数据Copyright © 2024. All rights reserved.