类 TalentSchemaChildObject

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

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

    • TalentSchemaChildObject

      public TalentSchemaChildObject()
    • TalentSchemaChildObject

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

    • newBuilder

      public static TalentSchemaChildObject.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getActiveStatus

      public Integer getActiveStatus()
    • setActiveStatus

      public void setActiveStatus(Integer activeStatus)
    • getIsCustomized

      public Boolean getIsCustomized()
    • setIsCustomized

      public void setIsCustomized(Boolean isCustomized)
    • getName

      public I18n getName()
    • setName

      public void setName(I18n name)
    • getOptionList

      public TalentSchemaOption[] getOptionList()
    • setOptionList

      public void setOptionList(TalentSchemaOption[] optionList)