Package io.constructor.client.models
Class QuizQuestion
java.lang.Object
io.constructor.client.models.QuizQuestion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getTitle()getType()voidsetCtaText(String ctaText) voidsetDescription(String description) voidsetId(int id) voidsetImages(QuizImages images) voidsetInputPlaceholder(String inputPlaceholder) voidsetOptions(List<QuizOption> options) voidvoid
-
Constructor Details
-
QuizQuestion
public QuizQuestion()
-
-
Method Details
-
getId
public int getId()- Returns:
- the id
-
getTitle
- Returns:
- the title
-
getType
- Returns:
- the type
-
getOptions
- Returns:
- the options
-
getDescription
- Returns:
- the description
-
getCtaText
- Returns:
- the ctaText
-
getImages
- Returns:
- the images
-
getInputPlaceholder
- Returns:
- the inputPlaceholder
-
setId
public void setId(int id) -
setTitle
-
setType
-
setDescription
-
setCtaText
-
setImages
-
setInputPlaceholder
-
setOptions
-