类 InterviewQuestion

java.lang.Object
com.lark.oapi.service.hire.v1.model.InterviewQuestion

public class InterviewQuestion extends Object
  • 构造器详细资料

    • InterviewQuestion

      public InterviewQuestion()
    • InterviewQuestion

      public InterviewQuestion(InterviewQuestion.Builder builder)
  • 方法详细资料

    • newBuilder

      public static InterviewQuestion.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTitle

      public I18n getTitle()
    • setTitle

      public void setTitle(I18n title)
    • getDescription

      public I18n getDescription()
    • setDescription

      public void setDescription(I18n description)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getAbilityList

      public Ability[] getAbilityList()
    • setAbilityList

      public void setAbilityList(Ability[] abilityList)