public static class CostCenterParentInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CostCenterParentInfo.Builder |
active(Boolean active)
active
示例值:true
|
CostCenterParentInfo |
build() |
CostCenterParentInfo.Builder |
costCenterId(String costCenterId)
cost_center_id
示例值:cost_center_id_xxx
|
CostCenterParentInfo.Builder |
costCenterName(I18n[] costCenterName)
cost_center_name
示例值:
|
CostCenterParentInfo.Builder |
parentCostCenterId(String parentCostCenterId)
parent_cost_center_id
示例值:parent_cost_center_id_xxx
|
public CostCenterParentInfo.Builder costCenterId(String costCenterId)
示例值:cost_center_id_xxx
costCenterId - public CostCenterParentInfo.Builder costCenterName(I18n[] costCenterName)
示例值:
costCenterName - public CostCenterParentInfo.Builder parentCostCenterId(String parentCostCenterId)
示例值:parent_cost_center_id_xxx
parentCostCenterId - public CostCenterParentInfo.Builder active(Boolean active)
示例值:true
active - public CostCenterParentInfo build()
Copyright © 2026. All rights reserved.