Package com.github.oscerd.finnhub.models
Class ExcerptResponse
java.lang.Object
com.github.oscerd.finnhub.models.ExcerptResponse
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class ExcerptResponse
extends Object
ExcerptResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanHighlighted contentEnd offset of highlighted contentLocation of the content in the rendered documentStart offset of highlighted contentinthashCode()voidsetContent(String content) voidsetEndOffset(String endOffset) voidsetSnippetId(String snippetId) voidsetStartOffset(String startOffset) startOffset(String startOffset) toString()
-
Constructor Details
-
ExcerptResponse
public ExcerptResponse()
-
-
Method Details
-
content
-
getContent
Highlighted content- Returns:
- content
-
setContent
-
snippetId
-
getSnippetId
Location of the content in the rendered document- Returns:
- snippetId
-
setSnippetId
-
startOffset
-
getStartOffset
Start offset of highlighted content- Returns:
- startOffset
-
setStartOffset
-
endOffset
-
getEndOffset
End offset of highlighted content- Returns:
- endOffset
-
setEndOffset
-
equals
-
hashCode
public int hashCode() -
toString
-