public class RuleDetail
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
name
example:
|
String |
value
example:
|
| Constructor and Description |
|---|
RuleDetail() |
| Modifier and Type | Method and Description |
|---|---|
static RuleDetail |
build(Map<String,?> map) |
String |
getName() |
String |
getValue() |
RuleDetail |
setName(String name) |
RuleDetail |
setValue(String value) |
@NameInMap(value="name") @Validation(required=true) public String name
出现次数
@NameInMap(value="value") @Validation(required=true) public String value
19
public static RuleDetail build(Map<String,?> map) throws Exception
Exceptionpublic RuleDetail setName(String name)
public String getName()
public RuleDetail setValue(String value)
public String getValue()
Copyright © 2025. All rights reserved.