public static class TaskResult.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public TaskResult.Builder checkInRecordId(String checkInRecordId)
示例值:6709359313699356941
checkInRecordId - public TaskResult.Builder checkInRecord(UserFlow checkInRecord)
示例值:
checkInRecord - public TaskResult.Builder checkOutRecordId(String checkOutRecordId)
示例值:6709359313699356942
checkOutRecordId - public TaskResult.Builder checkOutRecord(UserFlow checkOutRecord)
示例值:
checkOutRecord - public TaskResult.Builder checkInResult(String checkInResult)
示例值:SystemCheck
checkInResult - public TaskResult.Builder checkInResult(TaskResultCheckInResultEnum checkInResult)
示例值:SystemCheck
checkInResult - TaskResultCheckInResultEnumpublic TaskResult.Builder checkOutResult(String checkOutResult)
示例值:SystemCheck
checkOutResult - public TaskResult.Builder checkOutResult(TaskResultCheckOutResultEnum checkOutResult)
示例值:SystemCheck
checkOutResult - TaskResultCheckOutResultEnumpublic TaskResult.Builder checkInResultSupplement(String checkInResultSupplement)
示例值:None
checkInResultSupplement - public TaskResult.Builder checkInResultSupplement(TaskResultCheckInResultSupplementEnum checkInResultSupplement)
示例值:None
checkInResultSupplement - TaskResultCheckInResultSupplementEnumpublic TaskResult.Builder checkOutResultSupplement(String checkOutResultSupplement)
示例值:None
checkOutResultSupplement - public TaskResult.Builder checkOutResultSupplement(TaskResultCheckOutResultSupplementEnum checkOutResultSupplement)
示例值:None
checkOutResultSupplement - TaskResultCheckOutResultSupplementEnumpublic TaskResult.Builder checkInShiftTime(String checkInShiftTime)
示例值:1609722000
checkInShiftTime - public TaskResult.Builder checkOutShiftTime(String checkOutShiftTime)
示例值:1609754400
checkOutShiftTime - public TaskResult.Builder taskShiftType(Integer taskShiftType)
示例值:0
taskShiftType - public TaskResult build()
Copyright © 2024. All rights reserved.