public static class OapiAttendanceVacationQuotaListResponse.Leavequotas extends TaobaoObject
| Constructor and Description |
|---|
Leavequotas() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndTime() |
String |
getLeaveCode() |
String |
getQuotaCycle() |
String |
getQuotaId() |
Long |
getQuotaNumPerDay() |
Long |
getQuotaNumPerHour() |
Long |
getStartTime() |
Long |
getUsedNumPerDay() |
Long |
getUsedNumPerHour() |
String |
getUserid() |
void |
setEndTime(Long endTime) |
void |
setLeaveCode(String leaveCode) |
void |
setQuotaCycle(String quotaCycle) |
void |
setQuotaId(String quotaId) |
void |
setQuotaNumPerDay(Long quotaNumPerDay) |
void |
setQuotaNumPerHour(Long quotaNumPerHour) |
void |
setStartTime(Long startTime) |
void |
setUsedNumPerDay(Long usedNumPerDay) |
void |
setUsedNumPerHour(Long usedNumPerHour) |
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 String getQuotaId()
public void setQuotaId(String quotaId)
public Long getQuotaNumPerDay()
public void setQuotaNumPerDay(Long quotaNumPerDay)
public Long getQuotaNumPerHour()
public void setQuotaNumPerHour(Long quotaNumPerHour)
public Long getStartTime()
public void setStartTime(Long startTime)
public Long getUsedNumPerDay()
public void setUsedNumPerDay(Long usedNumPerDay)
public Long getUsedNumPerHour()
public void setUsedNumPerHour(Long usedNumPerHour)
public String getUserid()
public void setUserid(String userid)
Copyright © 2021. All rights reserved.