Class StockTranscripts

java.lang.Object
com.github.oscerd.finnhub.models.StockTranscripts

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]") public class StockTranscripts extends Object
StockTranscripts
  • Constructor Details

    • StockTranscripts

      public StockTranscripts()
  • Method Details

    • id

      public StockTranscripts id(String id)
    • getId

      public String getId()
      Transcript's ID used to get the <a href=\"#transcripts\">full transcript</a>.
      Returns:
      id
    • setId

      public void setId(String id)
    • title

      public StockTranscripts title(String title)
    • getTitle

      public String getTitle()
      Title.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • time

      public StockTranscripts time(String time)
    • getTime

      public String getTime()
      Time of the event.
      Returns:
      time
    • setTime

      public void setTime(String time)
    • year

      public StockTranscripts year(Long year)
    • getYear

      public Long getYear()
      Year of earnings result in the case of earnings call transcript.
      Returns:
      year
    • setYear

      public void setYear(Long year)
    • quarter

      public StockTranscripts quarter(Long quarter)
    • getQuarter

      public Long getQuarter()
      Quarter of earnings result in the case of earnings call transcript.
      Returns:
      quarter
    • setQuarter

      public void setQuarter(Long quarter)
    • 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