Package io.constructor.client.models
Class QuizQuestion
java.lang.Object
io.constructor.client.models.QuizQuestion
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getTitle()
getType()
void
setCtaText
(String ctaText) void
setDescription
(String description) void
setId
(int id) void
setImages
(QuizImages images) void
setInputPlaceholder
(String inputPlaceholder) void
setOptions
(List<QuizOption> options) void
void
-
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
-