public static class TaskResult.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public TaskResult.Builder checkInRecordId(String checkInRecordId)
public TaskResult.Builder checkInRecord(UserFlow checkInRecord)
public TaskResult.Builder checkOutRecordId(String checkOutRecordId)
public TaskResult.Builder checkOutRecord(UserFlow checkOutRecord)
public TaskResult.Builder checkInResult(String checkInResult)
public TaskResult.Builder checkInResult(CheckInResultEnum checkInResult)
public TaskResult.Builder checkOutResult(String checkOutResult)
public TaskResult.Builder checkOutResult(CheckOutResultEnum checkOutResult)
public TaskResult.Builder checkInResultSupplement(String checkInResultSupplement)
public TaskResult.Builder checkInResultSupplement(CheckInResultSupplementEnum checkInResultSupplement)
public TaskResult.Builder checkOutResultSupplement(String checkOutResultSupplement)
public TaskResult.Builder checkOutResultSupplement(CheckOutResultSupplementEnum checkOutResultSupplement)
public TaskResult.Builder checkInShiftTime(String checkInShiftTime)
public TaskResult.Builder checkOutShiftTime(String checkOutShiftTime)
public TaskResult build()
Copyright © 2022. All rights reserved.