public class RecRule extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RecRule.Builder |
| 构造器和说明 |
|---|
RecRule() |
RecRule(RecRule.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
RecRuleCondition[] |
getConditions() |
String |
getConjunction() |
Integer |
getOtherPerm() |
Integer |
getPerm() |
static RecRule.Builder |
newBuilder() |
void |
setConditions(RecRuleCondition[] conditions) |
void |
setConjunction(String conjunction) |
void |
setOtherPerm(Integer otherPerm) |
void |
setPerm(Integer perm) |
public RecRule()
public RecRule(RecRule.Builder builder)
public static RecRule.Builder newBuilder()
public RecRuleCondition[] getConditions()
public void setConditions(RecRuleCondition[] conditions)
public String getConjunction()
public void setConjunction(String conjunction)
public Integer getPerm()
public void setPerm(Integer perm)
public Integer getOtherPerm()
public void setOtherPerm(Integer otherPerm)
Copyright © 2025. All rights reserved.