public class InterviewFeedbackForm extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InterviewFeedbackForm.Builder |
| 构造器和说明 |
|---|
InterviewFeedbackForm() |
InterviewFeedbackForm(InterviewFeedbackForm.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId() |
InterviewFeedbackFormModule[] |
getModules() |
I18n |
getName() |
ScoreCalculationConfig |
getScoreCalculationConfig() |
Integer |
getType() |
Integer |
getVersion() |
static InterviewFeedbackForm.Builder |
newBuilder() |
void |
setId(String id) |
void |
setModules(InterviewFeedbackFormModule[] modules) |
void |
setName(I18n name) |
void |
setScoreCalculationConfig(ScoreCalculationConfig scoreCalculationConfig) |
void |
setType(Integer type) |
void |
setVersion(Integer version) |
public InterviewFeedbackForm()
public InterviewFeedbackForm(InterviewFeedbackForm.Builder builder)
public String getId()
public void setId(String id)
public Integer getVersion()
public void setVersion(Integer version)
public I18n getName()
public void setName(I18n name)
public Integer getType()
public void setType(Integer type)
public ScoreCalculationConfig getScoreCalculationConfig()
public void setScoreCalculationConfig(ScoreCalculationConfig scoreCalculationConfig)
public InterviewFeedbackFormModule[] getModules()
public void setModules(InterviewFeedbackFormModule[] modules)
public static InterviewFeedbackForm.Builder newBuilder()
Copyright © 2025. All rights reserved.