public class PlanCondition extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PlanCondition.Builder |
| 构造器和说明 |
|---|
PlanCondition() |
PlanCondition(PlanCondition.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getLeftType() |
Integer |
getOperator() |
String[] |
getRightValue() |
static PlanCondition.Builder |
newBuilder() |
void |
setLeftType(Integer leftType) |
void |
setOperator(Integer operator) |
void |
setRightValue(String[] rightValue) |
public PlanCondition()
public PlanCondition(PlanCondition.Builder builder)
public Integer getLeftType()
public void setLeftType(Integer leftType)
public Integer getOperator()
public void setOperator(Integer operator)
public String[] getRightValue()
public void setRightValue(String[] rightValue)
public static PlanCondition.Builder newBuilder()
Copyright © 2025. All rights reserved.