public class JobConfigInterviewRoundConf extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JobConfigInterviewRoundConf.Builder |
| 构造器和说明 |
|---|
JobConfigInterviewRoundConf() |
JobConfigInterviewRoundConf(JobConfigInterviewRoundConf.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getInterviewerIdList() |
Integer |
getRound() |
static JobConfigInterviewRoundConf.Builder |
newBuilder() |
void |
setInterviewerIdList(String[] interviewerIdList) |
void |
setRound(Integer round) |
public JobConfigInterviewRoundConf()
public JobConfigInterviewRoundConf(JobConfigInterviewRoundConf.Builder builder)
public static JobConfigInterviewRoundConf.Builder newBuilder()
public String[] getInterviewerIdList()
public void setInterviewerIdList(String[] interviewerIdList)
public Integer getRound()
public void setRound(Integer round)
Copyright © 2022. All rights reserved.