public static class AbnormalReasonElement.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AbnormalReasonElement |
build() |
AbnormalReasonElement.Builder |
href(String href)
超链接
示例值:https://open.feishu.cn/
|
AbnormalReasonElement.Builder |
tag(String tag)
组件类型
示例值:a,text
|
AbnormalReasonElement.Builder |
text(String text)
文本
示例值:这个是一个文本字段
|
public AbnormalReasonElement.Builder tag(String tag)
示例值:a,text
tag - public AbnormalReasonElement.Builder text(String text)
示例值:这个是一个文本字段
text - public AbnormalReasonElement.Builder href(String href)
示例值:https://open.feishu.cn/
href - public AbnormalReasonElement build()
Copyright © 2024. All rights reserved.