public class QueryPassages extends GenericModel
Constructor and Description |
---|
QueryPassages() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocumentId()
Gets the documentId.
|
java.lang.Double |
getEndOffset()
Gets the endOffset.
|
java.lang.String |
getField()
Gets the field.
|
java.lang.Double |
getPassageScore()
Gets the passageScore.
|
java.lang.String |
getPassageText()
Gets the passageText.
|
java.lang.Double |
getStartOffset()
Gets the startOffset.
|
void |
setDocumentId(java.lang.String documentId)
Sets the documentId.
|
void |
setEndOffset(java.lang.Double endOffset)
Sets the endOffset.
|
void |
setField(java.lang.String field)
Sets the field.
|
void |
setPassageScore(java.lang.Double passageScore)
Sets the passageScore.
|
void |
setPassageText(java.lang.String passageText)
Sets the passageText.
|
void |
setStartOffset(java.lang.Double startOffset)
Sets the startOffset.
|
equals, hashCode, toString
public java.lang.String getDocumentId()
public java.lang.Double getPassageScore()
public java.lang.String getPassageText()
public java.lang.Double getStartOffset()
public java.lang.Double getEndOffset()
public java.lang.String getField()
public void setDocumentId(java.lang.String documentId)
documentId
- the new documentIdpublic void setPassageScore(java.lang.Double passageScore)
passageScore
- the new passageScorepublic void setPassageText(java.lang.String passageText)
passageText
- the new passageTextpublic void setStartOffset(java.lang.Double startOffset)
startOffset
- the new startOffsetpublic void setEndOffset(java.lang.Double endOffset)
endOffset
- the new endOffsetpublic void setField(java.lang.String field)
field
- the new field