public class GetDocumentQuestionnairesResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
GetDocumentQuestionnairesResult() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDocument_id() |
List<QuestionnaireInfo> |
getQuestionnaires() |
Integer |
getTotalCount() |
void |
setDocument_id(Double document_id) |
void |
setQuestionnaires(List<QuestionnaireInfo> questionnaires) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
public Double getDocument_id()
public void setDocument_id(Double document_id)
public List<QuestionnaireInfo> getQuestionnaires()
public void setQuestionnaires(List<QuestionnaireInfo> questionnaires)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2014 GroupDocs. All Rights Reserved.