public class Condition extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
attachment
附件(按需定制使用)
|
| Constructor and Description |
|---|
Condition(Chain chain,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Chain |
getChain()
获取链
|
String |
getDescription()
描述(示例:"(a,>,12) and (b,=,1)" 或 "a=12 && b=1" 或 "[{l:'a',p:'>',r:'12'}...]")
|
boolean |
isEmpty()
是否为空
|
static boolean |
isNotEmpty(Condition c)
是否为非空
|
String |
toString() |
public Object attachment
Copyright © 2025. All rights reserved.