Package com.github.oscerd.finnhub.models
Class EarningsCallTranscripts
java.lang.Object
com.github.oscerd.finnhub.models.EarningsCallTranscripts
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class EarningsCallTranscripts
extends Object
EarningsCallTranscripts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddParticipantItem(TranscriptParticipant participantItem) addTranscriptItem(TranscriptContent transcriptItem) booleangetAudio()Audio link.getId()Transcript's ID.Participant listQuarter of earnings result in the case of earnings call transcript.Company symbol.getTime()Time of the event.getTitle()Title.Transcript content.getYear()Year of earnings result in the case of earnings call transcript.inthashCode()participant(List<TranscriptParticipant> participant) voidvoidvoidsetParticipant(List<TranscriptParticipant> participant) voidsetQuarter(Long quarter) voidvoidvoidvoidsetTranscript(List<TranscriptContent> transcript) voidtoString()transcript(List<TranscriptContent> transcript)
-
Constructor Details
-
EarningsCallTranscripts
public EarningsCallTranscripts()
-
-
Method Details
-
symbol
-
getSymbol
Company symbol.- Returns:
- symbol
-
setSymbol
-
transcript
-
addTranscriptItem
-
getTranscript
Transcript content.- Returns:
- transcript
-
setTranscript
-
participant
-
addParticipantItem
-
getParticipant
Participant list- Returns:
- participant
-
setParticipant
-
audio
-
getAudio
Audio link.- Returns:
- audio
-
setAudio
-
id
-
getId
Transcript's ID.- 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
-