Package com.github.oscerd.finnhub.models
Class TranscriptParticipant
java.lang.Object
com.github.oscerd.finnhub.models.TranscriptParticipant
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class TranscriptParticipant
extends Object
TranscriptParticipant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanParticipant's descriptiongetName()Participant's namegetRole()Whether the speak is a company's executive or an analystinthashCode()voidsetDescription(String description) voidvoidtoString()
-
Constructor Details
-
TranscriptParticipant
public TranscriptParticipant()
-
-
Method Details
-
name
-
getName
Participant's name- Returns:
- name
-
setName
-
description
-
getDescription
Participant's description- Returns:
- description
-
setDescription
-
role
-
getRole
Whether the speak is a company's executive or an analyst- Returns:
- role
-
setRole
-
equals
-
hashCode
public int hashCode() -
toString
-