类 WorkforcePlan

java.lang.Object
com.lark.oapi.service.corehr.v2.model.WorkforcePlan

public class WorkforcePlan extends Object
  • 构造器详细资料

    • WorkforcePlan

      public WorkforcePlan()
    • WorkforcePlan

      public WorkforcePlan(WorkforcePlan.Builder builder)
  • 方法详细资料

    • newBuilder

      public static WorkforcePlan.Builder newBuilder()
    • getWorkforcePlanId

      public String getWorkforcePlanId()
    • setWorkforcePlanId

      public void setWorkforcePlanId(String workforcePlanId)
    • getWorkforcePlanName

      public I18n[] getWorkforcePlanName()
    • setWorkforcePlanName

      public void setWorkforcePlanName(I18n[] workforcePlanName)
    • getStartDate

      public String getStartDate()
    • setStartDate

      public void setStartDate(String startDate)
    • getEndDate

      public String getEndDate()
    • setEndDate

      public void setEndDate(String endDate)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)