public class Dates extends AlchemyLanguageGenericModel
AlchemyLanguage.getDates(java.util.Map)
method.Modifier and Type | Class and Description |
---|---|
static class |
Dates.ExtractedDate
The date along with the text from where the date was extracted.
|
Constructor and Description |
---|
Dates() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Dates.ExtractedDate> |
getDates()
Gets the dates.
|
java.lang.String |
getText()
Gets the text.
|
void |
setDates(java.util.List<Dates.ExtractedDate> dates)
Sets the dates.
|
void |
setText(java.lang.String text)
Sets the text.
|
getLanguage, getUrl, setLanguage, setUrl
getTotalTransactions, setTotalTransactions
equals, hashCode, toString
public java.util.List<Dates.ExtractedDate> getDates()
public java.lang.String getText()
public void setDates(java.util.List<Dates.ExtractedDate> dates)
dates
- the new datespublic void setText(java.lang.String text)
text
- the new text