public class WorkforcePlan extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WorkforcePlan.Builder |
| 构造器和说明 |
|---|
WorkforcePlan() |
WorkforcePlan(WorkforcePlan.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getActive() |
String |
getEndDate() |
String |
getStartDate() |
String |
getWorkforcePlanId() |
I18nV2 |
getWorkforcePlanName() |
static WorkforcePlan.Builder |
newBuilder() |
void |
setActive(Boolean active) |
void |
setEndDate(String endDate) |
void |
setStartDate(String startDate) |
void |
setWorkforcePlanId(String workforcePlanId) |
void |
setWorkforcePlanName(I18nV2 workforcePlanName) |
public WorkforcePlan()
public WorkforcePlan(WorkforcePlan.Builder builder)
public static WorkforcePlan.Builder newBuilder()
public String getWorkforcePlanId()
public void setWorkforcePlanId(String workforcePlanId)
public I18nV2 getWorkforcePlanName()
public void setWorkforcePlanName(I18nV2 workforcePlanName)
public String getStartDate()
public void setStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2023. All rights reserved.