public class AppRoleTableRoleRecRuleCondition extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppRoleTableRoleRecRuleCondition.Builder |
| 构造器和说明 |
|---|
AppRoleTableRoleRecRuleCondition() |
AppRoleTableRoleRecRuleCondition(AppRoleTableRoleRecRuleCondition.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFieldName() |
Integer |
getFieldType() |
String |
getOperator() |
String[] |
getValue() |
static AppRoleTableRoleRecRuleCondition.Builder |
newBuilder() |
void |
setFieldName(String fieldName) |
void |
setFieldType(Integer fieldType) |
void |
setOperator(String operator) |
void |
setValue(String[] value) |
public AppRoleTableRoleRecRuleCondition()
public AppRoleTableRoleRecRuleCondition(AppRoleTableRoleRecRuleCondition.Builder builder)
public static AppRoleTableRoleRecRuleCondition.Builder newBuilder()
public String getFieldName()
public void setFieldName(String fieldName)
public String getOperator()
public void setOperator(String operator)
public String[] getValue()
public void setValue(String[] value)
public Integer getFieldType()
public void setFieldType(Integer fieldType)
Copyright © 2025. All rights reserved.