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 |
getAllowed_operations() |
Integer |
getAssigned_questions() |
String |
getDescr() |
String |
getEmails() |
Long |
getExpires() |
String |
getFolder() |
String |
getGuid() |
Double |
getId() |
Long |
getModified() |
String |
getName() |
Boolean |
getOpen_on_completion() |
String |
getOutput_format() |
String |
getStatus() |
Integer |
getTotal_questions() |
void |
setAllowed_operations(Integer allowed_operations) |
void |
setAssigned_questions(Integer assigned_questions) |
void |
setDescr(String descr) |
void |
setEmails(String emails) |
void |
setExpires(Long expires) |
void |
setFolder(String folder) |
void |
setGuid(String guid) |
void |
setId(Double id) |
void |
setModified(Long modified) |
void |
setName(String name) |
void |
setOpen_on_completion(Boolean open_on_completion) |
void |
setOutput_format(String output_format) |
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)
public String getFolder()
public void setFolder(String folder)
public String getEmails()
public void setEmails(String emails)
public String getOutput_format()
public void setOutput_format(String output_format)
public Boolean getOpen_on_completion()
public void setOpen_on_completion(Boolean open_on_completion)
public Integer getAllowed_operations()
public void setAllowed_operations(Integer allowed_operations)
Copyright © 2015 GroupDocs. All Rights Reserved.