public class Answers extends GenericModel
DocumentConversion
Modifier and Type | Class and Description |
---|---|
class |
Answers.AnswerUnits
The object that holds the answer units of a source document.
|
Constructor and Description |
---|
Answers() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Answers.AnswerUnits> |
getAnswerUnits()
Gets the list of answer units.
|
java.lang.String |
getSourceDocumentId()
Gets the source document id.
|
java.util.Date |
getTimestamp()
Gets the time stamp of the answer.
|
void |
setAnswerUnits(java.util.List<Answers.AnswerUnits> answerUnits)
Sets the list of answer units.
|
void |
setSourceDocumentId(java.lang.String sourceDocumentId)
Sets the source document id.
|
void |
setTimestamp(java.util.Date timestamp)
Sets the timestamp of the answwer.
|
equals, hashCode, toString
public java.util.List<Answers.AnswerUnits> getAnswerUnits()
public java.lang.String getSourceDocumentId()
public java.util.Date getTimestamp()
public void setAnswerUnits(java.util.List<Answers.AnswerUnits> answerUnits)
answerUnits
- The list of answer unitspublic void setSourceDocumentId(java.lang.String sourceDocumentId)
sourceDocumentId
- The id of the source documentpublic void setTimestamp(java.util.Date timestamp)
timestamp
- the new timestamp