public class LinkDecl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
condition |
protected Map<String,Object> |
meta |
protected String |
nextId |
protected int |
priority
优先级(越大越高)
|
protected String |
title |
| Modifier and Type | Method and Description |
|---|---|
LinkDecl |
condition(String condition)
配置条件
|
LinkDecl |
meta(Map<String,Object> meta)
配置元信息
|
LinkDecl |
metaPut(String key,
Object value)
配置元信息
|
LinkDecl |
priority(int priority)
配置优先级(越大越优)
|
LinkDecl |
title(String title)
配置标题
|
String |
toString() |
protected final String nextId
protected String title
protected String condition
protected int priority
public LinkDecl(String nextId)
nextId - 目标 idpublic LinkDecl priority(int priority)
Copyright © 2025. All rights reserved.