public static class ProofContext.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProofContext |
build() |
ProofContext.Builder |
content(String content)
证据关键词
示例值:'关键词'
|
ProofContext.Builder |
prefix(String prefix)
证据上文
示例值:'上文内容'
|
ProofContext.Builder |
suffix(String suffix)
证据下文
示例值:'下文内容'
|
public ProofContext.Builder prefix(String prefix)
示例值:'上文内容'
prefix - public ProofContext.Builder content(String content)
示例值:'关键词'
content - public ProofContext.Builder suffix(String suffix)
示例值:'下文内容'
suffix - public ProofContext build()
Copyright © 2026. All rights reserved.