public class EmployeeCostAllocation extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
EmployeeCostAllocation.Builder |
| 构造器和说明 |
|---|
EmployeeCostAllocation() |
EmployeeCostAllocation(EmployeeCostAllocation.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
EmploymentCostAllocation[] |
getCostAllocations() |
String |
getEmploymentId() |
static EmployeeCostAllocation.Builder |
newBuilder() |
void |
setCostAllocations(EmploymentCostAllocation[] costAllocations) |
void |
setEmploymentId(String employmentId) |
public EmployeeCostAllocation()
public EmployeeCostAllocation(EmployeeCostAllocation.Builder builder)
public static EmployeeCostAllocation.Builder newBuilder()
public String getEmploymentId()
public void setEmploymentId(String employmentId)
public EmploymentCostAllocation[] getCostAllocations()
public void setCostAllocations(EmploymentCostAllocation[] costAllocations)
Copyright © 2025. All rights reserved.