public class SpeciesRequest extends Object
| Constructor and Description |
|---|
SpeciesRequest() |
SpeciesRequest(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getDatasources() |
String |
getDescription() |
String |
getId() |
String |
getName() |
int |
getRefreshPeriod() |
List<String> |
getScientificNames() |
TimeUnit |
getTimeUnit() |
int |
hashCode() |
boolean |
isStrictMatch() |
void |
setDatasources(List<String> datasources) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRefreshPeriod(int refreshPeriod) |
void |
setScientificNames(List<String> scientificNames) |
void |
setStrictMatch(boolean strictMatch) |
void |
setTimeUnit(TimeUnit timeUnit) |
String |
toString() |
public SpeciesRequest()
public SpeciesRequest(String id)
public String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic void setScientificNames(List<String> scientificNames)
scientificNames - the scientificNames to setpublic void setDatasources(List<String> datasources)
datasources - the datasources to setpublic boolean isStrictMatch()
public void setStrictMatch(boolean strictMatch)
strictMatch - the strictMatch to setpublic int getRefreshPeriod()
public void setRefreshPeriod(int refreshPeriod)
refreshPeriod - the refreshPeriod to setpublic TimeUnit getTimeUnit()
public void setTimeUnit(TimeUnit timeUnit)
timeUnit - the timeUnit to setCopyright © 2020. All Rights Reserved.