public class QuestionnaireMetadata extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
QuestionnaireMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAssigned_questions() |
String |
getDescr() |
Long |
getExpires() |
String |
getGuid() |
Double |
getId() |
Long |
getModified() |
String |
getName() |
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 |
setStatus(String status) |
void |
setTotal_questions(Integer total_questions) |
String |
toString() |
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 © 2013 GroupDocs. All Rights Reserved.