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