类 LeaveEmployExpireRecord

java.lang.Object
com.lark.oapi.service.attendance.v1.model.LeaveEmployExpireRecord

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

    • LeaveEmployExpireRecord

      public LeaveEmployExpireRecord()
    • LeaveEmployExpireRecord

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

    • newBuilder

      public static LeaveEmployExpireRecord.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getEmploymentId

      public String getEmploymentId()
    • setEmploymentId

      public void setEmploymentId(String employmentId)
    • getLeaveTypeId

      public String getLeaveTypeId()
    • setLeaveTypeId

      public void setLeaveTypeId(String leaveTypeId)
    • getGrantingQuantity

      public String getGrantingQuantity()
    • setGrantingQuantity

      public void setGrantingQuantity(String grantingQuantity)
    • getLeftGrantingQuantity

      public String getLeftGrantingQuantity()
    • setLeftGrantingQuantity

      public void setLeftGrantingQuantity(String leftGrantingQuantity)
    • getGrantingUnit

      public Integer getGrantingUnit()
    • setGrantingUnit

      public void setGrantingUnit(Integer grantingUnit)
    • getEffectiveDate

      public String getEffectiveDate()
    • setEffectiveDate

      public void setEffectiveDate(String effectiveDate)
    • getExpirationDate

      public String getExpirationDate()
    • setExpirationDate

      public void setExpirationDate(String expirationDate)
    • getReason

      public LangText[] getReason()
    • setReason

      public void setReason(LangText[] reason)
    • getIsUpdateByExternal

      public Boolean getIsUpdateByExternal()
    • setIsUpdateByExternal

      public void setIsUpdateByExternal(Boolean isUpdateByExternal)
    • getAccrualSource

      public Integer getAccrualSource()
    • setAccrualSource

      public void setAccrualSource(Integer accrualSource)
    • getLeaveSubTypeId

      public String getLeaveSubTypeId()
    • setLeaveSubTypeId

      public void setLeaveSubTypeId(String leaveSubTypeId)
    • getSectionType

      public Integer getSectionType()
    • setSectionType

      public void setSectionType(Integer sectionType)