public static class OapiAttendanceVacationQuotaUpdateRequest.LeaveQuotas extends TaobaoObject
| Constructor and Description |
|---|
LeaveQuotas() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndTime() |
String |
getLeaveCode() |
String |
getQuotaCycle() |
Long |
getQuotaNumPerDay() |
Long |
getQuotaNumPerHour() |
String |
getReason() |
Long |
getStartTime() |
String |
getUserid() |
void |
setEndTime(Long endTime) |
void |
setLeaveCode(String leaveCode) |
void |
setQuotaCycle(String quotaCycle) |
void |
setQuotaNumPerDay(Long quotaNumPerDay) |
void |
setQuotaNumPerHour(Long quotaNumPerHour) |
void |
setReason(String reason) |
void |
setStartTime(Long startTime) |
void |
setUserid(String userid) |
public Long getEndTime()
public void setEndTime(Long endTime)
public String getLeaveCode()
public void setLeaveCode(String leaveCode)
public String getQuotaCycle()
public void setQuotaCycle(String quotaCycle)
public Long getQuotaNumPerDay()
public void setQuotaNumPerDay(Long quotaNumPerDay)
public Long getQuotaNumPerHour()
public void setQuotaNumPerHour(Long quotaNumPerHour)
public String getReason()
public void setReason(String reason)
public Long getStartTime()
public void setStartTime(Long startTime)
public String getUserid()
public void setUserid(String userid)
Copyright © 2021. All rights reserved.