public class LinkDecl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
meta |
protected String |
nextId |
protected int |
priority
优先级(越大越高)
|
protected String |
title |
protected String |
when |
| Modifier and Type | Method and Description |
|---|---|
LinkDecl |
condition(String condition)
Deprecated.
3.3
when(String) |
LinkDecl |
meta(Map<String,Object> meta)
配置元数据
|
LinkDecl |
metaPut(String key,
Object value)
配置元数据
|
LinkDecl |
priority(int priority)
配置优先级(越大越优)
|
LinkDecl |
title(String title)
配置标题
|
String |
toString() |
LinkDecl |
when(String condition)
配置分支流出条件
|
protected final String nextId
protected String title
protected String when
protected int priority
public LinkDecl(String nextId)
nextId - 目标 id@Deprecated public LinkDecl condition(String condition)
when(String)public LinkDecl priority(int priority)
Copyright © 2025. All rights reserved.