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 |
|---|---|
List<Answers.AnswerUnits> |
getAnswerUnits()
Gets the list of answer units.
|
String |
getSourceDocumentId()
Gets the source document id.
|
Date |
getTimestamp()
Gets the time stamp of the answer.
|
void |
setAnswerUnits(List<Answers.AnswerUnits> answerUnits)
Sets the list of answer units.
|
void |
setSourceDocumentId(String sourceDocumentId)
Sets the source document id.
|
void |
setTimestamp(Date timestamp)
Sets the timestamp of the answwer.
|
equals, hashCode, toStringpublic String getSourceDocumentId()
public void setSourceDocumentId(String sourceDocumentId)
sourceDocumentId - The id of the source documentpublic Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp - the new timestamppublic List<Answers.AnswerUnits> getAnswerUnits()
public void setAnswerUnits(List<Answers.AnswerUnits> answerUnits)
answerUnits - The list of answer unitsCopyright © 2015. All rights reserved.