public class CostCenterParents extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CostCenterParents.Builder |
| 构造器和说明 |
|---|
CostCenterParents() |
CostCenterParents(CostCenterParents.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCostCenterId() |
CostCenterParentInfo[] |
getParentCostCenterList() |
static CostCenterParents.Builder |
newBuilder() |
void |
setCostCenterId(String costCenterId) |
void |
setParentCostCenterList(CostCenterParentInfo[] parentCostCenterList) |
public CostCenterParents()
public CostCenterParents(CostCenterParents.Builder builder)
public static CostCenterParents.Builder newBuilder()
public String getCostCenterId()
public void setCostCenterId(String costCenterId)
public CostCenterParentInfo[] getParentCostCenterList()
public void setParentCostCenterList(CostCenterParentInfo[] parentCostCenterList)
Copyright © 2026. All rights reserved.