public static class AgencyAccount.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
AgencyAccount |
build() |
AgencyAccount.Builder |
createTime(String createTime)
添加时间,毫秒时间戳
示例值:1639992265035
|
AgencyAccount.Builder |
id(String id)
猎头 ID
示例值:6995312261554538796
|
AgencyAccount.Builder |
reason(String reason)
禁用原因
示例值:这个猎头很不负责
|
AgencyAccount.Builder |
role(Integer role)
角色
示例值:
|
AgencyAccount.Builder |
status(Integer status)
猎头状态
示例值:
|
AgencyAccount.Builder |
userInfo(AgencyAccountUser userInfo)
用户信息
示例值:
|
public AgencyAccount.Builder id(String id)
示例值:6995312261554538796
id - public AgencyAccount.Builder reason(String reason)
示例值:这个猎头很不负责
reason - public AgencyAccount.Builder createTime(String createTime)
示例值:1639992265035
createTime - public AgencyAccount.Builder status(Integer status)
示例值:
status - public AgencyAccount.Builder userInfo(AgencyAccountUser userInfo)
示例值:
userInfo - public AgencyAccount.Builder role(Integer role)
示例值:
role - public AgencyAccount build()
Copyright © 2025. All rights reserved.