public static final class QueryCostUnitResponseBody.CostUnitDtoList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCostUnitResponseBody.CostUnitDtoList |
build() |
QueryCostUnitResponseBody.CostUnitDtoList.Builder |
ownerUid(Long ownerUid)
The user ID of the cost center owner.
|
QueryCostUnitResponseBody.CostUnitDtoList.Builder |
parentUnitId(Long parentUnitId)
The ID of the parent cost center.
|
QueryCostUnitResponseBody.CostUnitDtoList.Builder |
unitId(Long unitId)
The ID of the cost center.
|
QueryCostUnitResponseBody.CostUnitDtoList.Builder |
unitName(String unitName)
The name of the cost center.
|
public QueryCostUnitResponseBody.CostUnitDtoList.Builder ownerUid(Long ownerUid)
The user ID of the cost center owner.
example:2343464
public QueryCostUnitResponseBody.CostUnitDtoList.Builder parentUnitId(Long parentUnitId)
The ID of the parent cost center. A value of -1 indicates the root cost center.
example:-1
public QueryCostUnitResponseBody.CostUnitDtoList.Builder unitId(Long unitId)
The ID of the cost center.
example:23534
public QueryCostUnitResponseBody.CostUnitDtoList.Builder unitName(String unitName)
The name of the cost center.
example:test
public QueryCostUnitResponseBody.CostUnitDtoList build()
Copyright © 2026. All rights reserved.