public class Answers.AnswerUnits extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| class  | Answers.AnswerUnits.ContentThe content of an answer unit. | 
| Constructor and Description | 
|---|
| AnswerUnits() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Answers.AnswerUnits.Content> | getContent()Gets the list of content for the answer unit. | 
| String | getId()Gets the id of the answer unit. | 
| String | getTitle()Gets the title of the answer unit. | 
| String | getType()Gets the type of the answer unit. | 
| void | setContent(List<Answers.AnswerUnits.Content> content)Sets the list of content for the answer unit. | 
| void | setId(String id)Sets the id of the answer unit. | 
| void | setTitle(String title)Sets the title of the answer unit. | 
| void | setType(String type)Sets the type of the answer unit. | 
equals, hashCode, toStringpublic List<Answers.AnswerUnits.Content> getContent()
public String getId()
public String getTitle()
public String getType()
public void setContent(List<Answers.AnswerUnits.Content> content)
content - The list of content for the answer unitpublic void setId(String id)
id - The id of the answer unitpublic void setTitle(String title)
title - The title of the answer unitpublic void setType(String type)
type - The type of the answer unitCopyright © 2015–2016. All rights reserved.