public class ListDesensitizationRuleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
funcType
The type of the masking algorithm.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
Integer |
ruleId
The ID of the masking rule.
|
String |
ruleName
The name of the masking rule.
|
String |
ruleType
The algorithm used for masking.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListDesensitizationRuleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDesensitizationRuleRequest |
build(Map<String,?> map) |
String |
getFuncType() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Integer |
getRuleId() |
String |
getRuleName() |
String |
getRuleType() |
Long |
getTid() |
ListDesensitizationRuleRequest |
setFuncType(String funcType) |
ListDesensitizationRuleRequest |
setPageNumber(Integer pageNumber) |
ListDesensitizationRuleRequest |
setPageSize(Integer pageSize) |
ListDesensitizationRuleRequest |
setRuleId(Integer ruleId) |
ListDesensitizationRuleRequest |
setRuleName(String ruleName) |
ListDesensitizationRuleRequest |
setRuleType(String ruleType) |
ListDesensitizationRuleRequest |
setTid(Long tid) |
@NameInMap(value="FuncType") public String funcType
The type of the masking algorithm.
example:MD5
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. The maximum value is 100.
example:20
@NameInMap(value="RuleId") public Integer ruleId
The ID of the masking rule.
example:1
@NameInMap(value="RuleName") public String ruleName
The name of the masking rule.
example:default desensitization rule test
@NameInMap(value="RuleType") public String ruleType
The algorithm used for masking.
example:HASH
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see View information about the current tenant.
3***
public static ListDesensitizationRuleRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDesensitizationRuleRequest setFuncType(String funcType)
public String getFuncType()
public ListDesensitizationRuleRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDesensitizationRuleRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDesensitizationRuleRequest setRuleId(Integer ruleId)
public Integer getRuleId()
public ListDesensitizationRuleRequest setRuleName(String ruleName)
public String getRuleName()
public ListDesensitizationRuleRequest setRuleType(String ruleType)
public String getRuleType()
public ListDesensitizationRuleRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.