public class QuestionnaireInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
QuestionnaireInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAssigned_questions() |
String |
getDescr() |
List<String> |
getDocument_ids() |
Long |
getExpires() |
String |
getGuid() |
Double |
getId() |
Long |
getModified() |
String |
getName() |
List<QuestionnairePageInfo> |
getPages() |
Integer |
getResolved_executions() |
String |
getStatus() |
Integer |
getTotal_questions() |
void |
setAssigned_questions(Integer assigned_questions) |
void |
setDescr(String descr) |
void |
setDocument_ids(List<String> document_ids) |
void |
setExpires(Long expires) |
void |
setGuid(String guid) |
void |
setId(Double id) |
void |
setModified(Long modified) |
void |
setName(String name) |
void |
setPages(List<QuestionnairePageInfo> pages) |
void |
setResolved_executions(Integer resolved_executions) |
void |
setStatus(String status) |
void |
setTotal_questions(Integer total_questions) |
String |
toString() |
public Integer getResolved_executions()
public void setResolved_executions(Integer resolved_executions)
public List<QuestionnairePageInfo> getPages()
public void setPages(List<QuestionnairePageInfo> pages)
public Double getId()
public void setId(Double id)
public String getGuid()
public void setGuid(String guid)
public String getName()
public void setName(String name)
public String getDescr()
public void setDescr(String descr)
public String getStatus()
public void setStatus(String status)
public Integer getAssigned_questions()
public void setAssigned_questions(Integer assigned_questions)
public Integer getTotal_questions()
public void setTotal_questions(Integer total_questions)
public Long getModified()
public void setModified(Long modified)
public Long getExpires()
public void setExpires(Long expires)
Copyright © 2012 GroupDocs. All Rights Reserved.