public static class WorkforcePlan.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
WorkforcePlan.Builder |
active(Boolean active)
是否启用;- true 表示启用;- false 表示停用
示例值:true
|
WorkforcePlan |
build() |
WorkforcePlan.Builder |
dimensionLists(WorkforcePlanDimension[] dimensionLists)
维度列表
示例值:
|
WorkforcePlan.Builder |
endDate(String endDate)
结束日期;- 返回格式:YYYY-MM-DD(最小单位到日);- 日期范围:1900-01-01 ~ 9999-12-31
示例值:2020-10-31
|
WorkforcePlan.Builder |
startDate(String startDate)
开始日期;- 返回格式:YYYY-MM-DD(最小单位到日);- 日期范围:1900-01-01 ~ 9999-12-31
示例值:2020-10-01
|
WorkforcePlan.Builder |
workforcePlanId(String workforcePlanId)
编制规划方案 ID
示例值:123456
|
WorkforcePlan.Builder |
workforcePlanName(I18n[] workforcePlanName)
编制规划方案名称
示例值:
|
public WorkforcePlan.Builder workforcePlanId(String workforcePlanId)
示例值:123456
workforcePlanId - public WorkforcePlan.Builder workforcePlanName(I18n[] workforcePlanName)
示例值:
workforcePlanName - public WorkforcePlan.Builder startDate(String startDate)
示例值:2020-10-01
startDate - public WorkforcePlan.Builder endDate(String endDate)
示例值:2020-10-31
endDate - public WorkforcePlan.Builder active(Boolean active)
示例值:true
active - public WorkforcePlan.Builder dimensionLists(WorkforcePlanDimension[] dimensionLists)
示例值:
dimensionLists - public WorkforcePlan build()
Copyright © 2026. All rights reserved.