Package com.github.oscerd.finnhub.models
Class DocumentResponse
java.lang.Object
com.github.oscerd.finnhub.models.DocumentResponse
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class DocumentResponse
extends Object
DocumentResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExcerptsItem(ExcerptResponse excerptsItem) documentId(String documentId) booleanexcerpts(List<ExcerptResponse> excerpts) AlphaResearch internal document id.Highlighted excerpts for this documentFormat of this document (can be html or pdf)getHits()Number of hit in this documentgetTitle()Title for this document.getUrl()Link to render this documentinthashCode()voidsetDocumentId(String documentId) voidsetExcerpts(List<ExcerptResponse> excerpts) voidvoidvoidvoidtoString()
-
Constructor Details
-
DocumentResponse
public DocumentResponse()
-
-
Method Details
-
documentId
-
getDocumentId
AlphaResearch internal document id.- Returns:
- documentId
-
setDocumentId
-
title
-
getTitle
Title for this document.- Returns:
- title
-
setTitle
-
hits
-
getHits
Number of hit in this document- Returns:
- hits
-
setHits
-
url
-
getUrl
Link to render this document- Returns:
- url
-
setUrl
-
format
-
getFormat
Format of this document (can be html or pdf)- Returns:
- format
-
setFormat
-
excerpts
-
addExcerptsItem
-
getExcerpts
Highlighted excerpts for this document- Returns:
- excerpts
-
setExcerpts
-
equals
-
hashCode
public int hashCode() -
toString
-