public class QuestionnairePageInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
QuestionnairePageInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNumber() |
List<QuestionInfo> |
getQuestions() |
String |
getTitle() |
void |
setNumber(Integer number) |
void |
setQuestions(List<QuestionInfo> questions) |
void |
setTitle(String title) |
String |
toString() |
public Integer getNumber()
public void setNumber(Integer number)
public String getTitle()
public void setTitle(String title)
public List<QuestionInfo> getQuestions()
public void setQuestions(List<QuestionInfo> questions)
Copyright © 2015 GroupDocs. All Rights Reserved.