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 Details

    • ExcerptResponse

      public ExcerptResponse()
  • Method Details

    • content

      public ExcerptResponse content(String content)
    • getContent

      public String getContent()
      Highlighted content
      Returns:
      content
    • setContent

      public void setContent(String content)
    • snippetId

      public ExcerptResponse snippetId(String snippetId)
    • getSnippetId

      public String getSnippetId()
      Location of the content in the rendered document
      Returns:
      snippetId
    • setSnippetId

      public void setSnippetId(String snippetId)
    • startOffset

      public ExcerptResponse startOffset(String startOffset)
    • getStartOffset

      public String getStartOffset()
      Start offset of highlighted content
      Returns:
      startOffset
    • setStartOffset

      public void setStartOffset(String startOffset)
    • endOffset

      public ExcerptResponse endOffset(String endOffset)
    • getEndOffset

      public String getEndOffset()
      End offset of highlighted content
      Returns:
      endOffset
    • setEndOffset

      public void setEndOffset(String endOffset)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object