public class Answers.AnswerUnits extends GenericModel
Modifier and Type | Class and Description |
---|---|
class |
Answers.AnswerUnits.Content
The content of an answer unit.
|
Constructor and Description |
---|
AnswerUnits() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Answers.AnswerUnits.Content> |
getContent()
Gets the list of content for the answer unit.
|
java.lang.String |
getDirection()
Gets the direction.
|
java.lang.String |
getId()
Gets the id of the answer unit.
|
java.lang.String |
getParentId()
Gets the parent id.
|
java.lang.String |
getTitle()
Gets the title of the answer unit.
|
java.lang.String |
getType()
Gets the type of the answer unit.
|
void |
setContent(java.util.List<Answers.AnswerUnits.Content> content)
Sets the list of content for the answer unit.
|
void |
setDirection(java.lang.String direction)
Sets the direction.
|
void |
setId(java.lang.String id)
Sets the id of the answer unit.
|
void |
setParentId(java.lang.String parentId)
Sets the parent id.
|
void |
setTitle(java.lang.String title)
Sets the title of the answer unit.
|
void |
setType(java.lang.String type)
Sets the type of the answer unit.
|
equals, hashCode, toString
public java.lang.String getDirection()
public void setDirection(java.lang.String direction)
direction
- the new directionpublic java.lang.String getParentId()
public void setParentId(java.lang.String parentId)
parentId
- the new parent idpublic java.util.List<Answers.AnswerUnits.Content> getContent()
public java.lang.String getId()
public java.lang.String getTitle()
public java.lang.String getType()
public void setContent(java.util.List<Answers.AnswerUnits.Content> content)
content
- The list of content for the answer unitpublic void setId(java.lang.String id)
id
- The id of the answer unitpublic void setTitle(java.lang.String title)
title
- The title of the answer unitpublic void setType(java.lang.String type)
type
- The type of the answer unit