| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
TalentTag.Builder |
activeStatus(Integer activeStatus)
启停用状态
示例值:1
|
TalentTag |
build() |
TalentTag.Builder |
description(I18n description)
描述名称
示例值:
|
TalentTag.Builder |
id(String id)
标签 ID
示例值:
|
TalentTag.Builder |
name(I18n name)
标签名称
示例值:
|
TalentTag.Builder |
type(Integer type)
标签类型
示例值:1
|
public TalentTag.Builder id(String id)
示例值:
id - public TalentTag.Builder name(I18n name)
示例值:
name - public TalentTag.Builder description(I18n description)
示例值:
description - public TalentTag.Builder type(Integer type)
示例值:1
type - public TalentTag.Builder activeStatus(Integer activeStatus)
示例值:1
activeStatus - public TalentTag build()
Copyright © 2025. All rights reserved.