类 Test.Builder

java.lang.Object
com.lark.oapi.service.hire.v1.model.Test.Builder
封闭类:
Test

public static class Test.Builder extends Object
  • 构造器详细资料

    • Builder

      public Builder()
  • 方法详细资料

    • testId

      public Test.Builder testId(String testId)
      笔试 ID

      示例值:6963784391454918956

      参数:
      testId -
      返回:
    • applicationId

      public Test.Builder applicationId(String applicationId)
      投递 ID

      示例值:6920544531948800269

      参数:
      applicationId -
      返回:
    • testPaperId

      public Test.Builder testPaperId(String testPaperId)
      试卷 ID

      示例值:6963549885526346028

      参数:
      testPaperId -
      返回:
    • testPaperName

      public Test.Builder testPaperName(String testPaperName)
      试卷名称

      示例值:数据结构测验

      参数:
      testPaperName -
      返回:
    • testPaperSourceId

      public Test.Builder testPaperSourceId(String testPaperSourceId)
      试卷来源 ID

      示例值:5

      参数:
      testPaperSourceId -
      返回:
    • testPaperSourceName

      public Test.Builder testPaperSourceName(I18n testPaperSourceName)
      试卷来源名称

      示例值:

      参数:
      testPaperSourceName -
      返回:
    • replyStatus

      public Test.Builder replyStatus(Integer replyStatus)
      笔试答复状态

      示例值:1

      参数:
      replyStatus -
      返回:
    • testStatus

      public Test.Builder testStatus(Integer testStatus)
      笔试状态

      示例值:1

      参数:
      testStatus -
      返回:
    • testSchedule

      public Test.Builder testSchedule(TestSchedule testSchedule)
      笔试时间

      示例值:

      参数:
      testSchedule -
      返回:
    • testCompleteTime

      public Test.Builder testCompleteTime(String testCompleteTime)
      笔试作答完成时间

      示例值:1608725989000

      参数:
      testCompleteTime -
      返回:
    • reportUrlList

      public Test.Builder reportUrlList(String[] reportUrlList)
      笔试报告链接列表

      示例值:

      参数:
      reportUrlList -
      返回:
    • resultDetailList

      public Test.Builder resultDetailList(TestResultDetail[] resultDetailList)
      笔试详细成绩

      示例值:

      参数:
      resultDetailList -
      返回:
    • resultUploadTime

      public Test.Builder resultUploadTime(String resultUploadTime)
      笔试结果上传时间(手动录入的笔试成绩具有)

      示例值:1608725989000

      参数:
      resultUploadTime -
      返回:
    • score

      public Test.Builder score(String score)
      阅卷得分

      示例值:60

      参数:
      score -
      返回:
    • scoreSubmitTime

      public Test.Builder scoreSubmitTime(String scoreSubmitTime)
      阅卷结果提交时间(若重复提交,则为最新提交时间)

      示例值:1608725989000

      参数:
      scoreSubmitTime -
      返回:
    • reviewer

      public Test.Builder reviewer(String reviewer)
      阅卷人,值类型由 user_id_type 查询参数决定

      示例值:ou_266ed047ed37f24554e5a0afdbb15556

      参数:
      reviewer -
      返回:
    • createdAt

      public Test.Builder createdAt(String createdAt)
      笔试创建时间

      示例值:1608725989000

      参数:
      createdAt -
      返回:
    • build

      public Test build()