public static class ServiceModel.PutTaxon 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 |
|---|
PutTaxon() |
public String Id
public List<ServiceModel.ImportHistoryEventSimple> ImportHistoryEventSimples
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 String getId()
public ServiceModel.PutTaxon setId(String value)
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PutTaxon setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public String getScientificName()
public ServiceModel.PutTaxon setScientificName(String value)
public String getCommonName()
public ServiceModel.PutTaxon setCommonName(String value)
public ServiceModel.TaxonomyLevel getTaxonomyLevel()
public ServiceModel.PutTaxon setTaxonomyLevel(ServiceModel.TaxonomyLevel value)
public String getSource()
public ServiceModel.PutTaxon setSource(String value)
public String getComment()
public ServiceModel.PutTaxon setComment(String value)
public String getItisTsn()
public ServiceModel.PutTaxon setItisTsn(String value)
public String getItisComment()
public ServiceModel.PutTaxon setItisComment(String value)
public String getItisUrl()
public ServiceModel.PutTaxon setItisUrl(String value)
public String getParentId()
public ServiceModel.PutTaxon setParentId(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutTaxon setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.Taxon>Copyright © 2022. All rights reserved.