| Package | Description |
|---|---|
| org.apache.shenyu.common.dto |
| Modifier and Type | Method and Description |
|---|---|
RuleData.Builder |
RuleData.Builder.beforeConditionDataList(java.util.List<ConditionData> beforeConditionDataList)
build conditionDataList.
|
static RuleData.Builder |
RuleData.builder()
class builder.
|
RuleData.Builder |
RuleData.Builder.conditionDataList(java.util.List<ConditionData> conditionDataList)
build conditionDataList.
|
RuleData.Builder |
RuleData.Builder.enabled(java.lang.Boolean enabled)
build enabled.
|
RuleData.Builder |
RuleData.Builder.handle(java.lang.String handle)
build handle.
|
RuleData.Builder |
RuleData.Builder.id(java.lang.String id)
build id.
|
RuleData.Builder |
RuleData.Builder.loged(java.lang.Boolean loged)
build loged.
|
RuleData.Builder |
RuleData.Builder.matchMode(java.lang.Integer matchMode)
build matchMode.
|
RuleData.Builder |
RuleData.Builder.matchRestful(java.lang.Boolean matchRestful)
build match restful.
|
RuleData.Builder |
RuleData.Builder.name(java.lang.String name)
build name.
|
RuleData.Builder |
RuleData.Builder.pluginName(java.lang.String pluginName)
build pluginName.
|
RuleData.Builder |
RuleData.Builder.selectorId(java.lang.String selectorId)
build selectorId.
|
RuleData.Builder |
RuleData.Builder.sort(java.lang.Integer sort)
build sort.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.