Package com.github.oscerd.finnhub.models
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Transcript's ID used to get the <a href=\"#transcripts\">full transcript</a>.Quarter of earnings result in the case of earnings call transcript.getTime()Time of the event.getTitle()Title.getYear()Year of earnings result in the case of earnings call transcript.inthashCode()voidvoidsetQuarter(Long quarter) voidvoidvoidtoString()
-
Constructor Details
-
StockTranscripts
public StockTranscripts()
-
-
Method Details
-
id
-
getId
Transcript's ID used to get the <a href=\"#transcripts\">full transcript</a>.- Returns:
- id
-
setId
-
title
-
getTitle
Title.- Returns:
- title
-
setTitle
-
time
-
getTime
Time of the event.- Returns:
- time
-
setTime
-
year
-
getYear
Year of earnings result in the case of earnings call transcript.- Returns:
- year
-
setYear
-
quarter
-
getQuarter
Quarter of earnings result in the case of earnings call transcript.- Returns:
- quarter
-
setQuarter
-
equals
-
hashCode
public int hashCode() -
toString
-