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() |
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 |
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 getAssigned_questions()
public void setAssigned_questions(Integer assigned_questions)
public String getGuid()
public void setGuid(String guid)
public Double getId()
public void setId(Double id)
public Long getExpires()
public void setExpires(Long expires)
public String getStatus()
public void setStatus(String status)
public Integer getResolved_executions()
public void setResolved_executions(Integer resolved_executions)
public List<QuestionnairePageInfo> getPages()
public void setPages(List<QuestionnairePageInfo> pages)
public String getName()
public void setName(String name)
public String getDescr()
public void setDescr(String descr)
public Long getModified()
public void setModified(Long modified)
public Integer getTotal_questions()
public void setTotal_questions(Integer total_questions)
Copyright © 2012. All Rights Reserved.