Class QuizQuestion

java.lang.Object
io.constructor.client.models.QuizQuestion

public class QuizQuestion extends Object
  • Constructor Details

    • QuizQuestion

      public QuizQuestion()
  • Method Details

    • getId

      public int getId()
      Returns:
      the id
    • getTitle

      public String getTitle()
      Returns:
      the title
    • getType

      public String getType()
      Returns:
      the type
    • getOptions

      public List<QuizOption> getOptions()
      Returns:
      the options
    • getDescription

      public String getDescription()
      Returns:
      the description
    • getCtaText

      public String getCtaText()
      Returns:
      the ctaText
    • getImages

      public QuizImages getImages()
      Returns:
      the images
    • getInputPlaceholder

      public String getInputPlaceholder()
      Returns:
      the inputPlaceholder
    • setId

      public void setId(int id)
    • setTitle

      public void setTitle(String title)
    • setType

      public void setType(String type)
    • setDescription

      public void setDescription(String description)
    • setCtaText

      public void setCtaText(String ctaText)
    • setImages

      public void setImages(QuizImages images)
    • setInputPlaceholder

      public void setInputPlaceholder(String inputPlaceholder)
    • setOptions

      public void setOptions(List<QuizOption> options)