public class InterviewQuestion extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InterviewQuestion.Builder |
| 构造器和说明 |
|---|
InterviewQuestion() |
InterviewQuestion(InterviewQuestion.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Ability[] |
getAbilityList() |
String |
getContent() |
I18n |
getDescription() |
String |
getId() |
I18n |
getTitle() |
static InterviewQuestion.Builder |
newBuilder() |
void |
setAbilityList(Ability[] abilityList) |
void |
setContent(String content) |
void |
setDescription(I18n description) |
void |
setId(String id) |
void |
setTitle(I18n title) |
public InterviewQuestion()
public InterviewQuestion(InterviewQuestion.Builder builder)
public static InterviewQuestion.Builder newBuilder()
public String getId()
public void setId(String id)
public I18n getTitle()
public void setTitle(I18n title)
public I18n getDescription()
public void setDescription(I18n description)
public String getContent()
public void setContent(String content)
public Ability[] getAbilityList()
public void setAbilityList(Ability[] abilityList)
Copyright © 2024. All rights reserved.