public class Datasource extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
Datasource() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreated_on() |
String |
getDescr() |
List<DatasourceField> |
getFields() |
Double |
getId() |
Long |
getModified_on() |
Double |
getQuestionnaire_id() |
void |
setCreated_on(Long created_on) |
void |
setDescr(String descr) |
void |
setFields(List<DatasourceField> fields) |
void |
setId(Double id) |
void |
setModified_on(Long modified_on) |
void |
setQuestionnaire_id(Double questionnaire_id) |
String |
toString() |
public Double getId()
public void setId(Double id)
public Double getQuestionnaire_id()
public void setQuestionnaire_id(Double questionnaire_id)
public String getDescr()
public void setDescr(String descr)
public List<DatasourceField> getFields()
public void setFields(List<DatasourceField> fields)
public Long getCreated_on()
public void setCreated_on(Long created_on)
public Long getModified_on()
public void setModified_on(Long modified_on)
Copyright © 2014 GroupDocs. All Rights Reserved.