public static class ServiceModel.PostTaxon extends Object implements net.servicestack.client.IReturn<ServiceModel.Taxon>
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
Comment |
String |
CommonName |
String |
Id |
List<ServiceModel.ImportHistoryEventSimple> |
ImportHistoryEventSimples |
String |
ItisComment |
String |
ItisTsn |
String |
ItisUrl |
String |
ParentId |
String |
ScientificName |
String |
Source |
ServiceModel.TaxonomyLevel |
TaxonomyLevel |
| Constructor and Description |
|---|
PostTaxon() |
public List<ServiceModel.ImportHistoryEventSimple> ImportHistoryEventSimples
public String Id
public String ScientificName
public String CommonName
public ServiceModel.TaxonomyLevel TaxonomyLevel
public String Source
public String Comment
public String ItisTsn
public String ItisComment
public String ItisUrl
public String ParentId
public ServiceModel.AuditAttributes AuditAttributes
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PostTaxon setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public String getId()
public ServiceModel.PostTaxon setId(String value)
public String getScientificName()
public ServiceModel.PostTaxon setScientificName(String value)
public String getCommonName()
public ServiceModel.PostTaxon setCommonName(String value)
public ServiceModel.TaxonomyLevel getTaxonomyLevel()
public ServiceModel.PostTaxon setTaxonomyLevel(ServiceModel.TaxonomyLevel value)
public String getSource()
public ServiceModel.PostTaxon setSource(String value)
public String getComment()
public ServiceModel.PostTaxon setComment(String value)
public String getItisTsn()
public ServiceModel.PostTaxon setItisTsn(String value)
public String getItisComment()
public ServiceModel.PostTaxon setItisComment(String value)
public String getItisUrl()
public ServiceModel.PostTaxon setItisUrl(String value)
public String getParentId()
public ServiceModel.PostTaxon setParentId(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostTaxon setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Taxon>Copyright © 2022. All rights reserved.