Package com.github.oscerd.finnhub.models
Class CongressionalTransaction
java.lang.Object
com.github.oscerd.finnhub.models.CongressionalTransaction
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class CongressionalTransaction
extends Object
CongressionalTransaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamountFrom(Float amountFrom) booleanfilingDate(String filingDate) Transaction amount from.Transaction amount to.Asset name.Filing date.getName()Name of the representative.Owner Type.Position.Symbol.Transaction date.Transaction type <code>Sale</code> or <code>Purchase</code>.inthashCode()voidsetAmountFrom(Float amountFrom) voidsetAmountTo(Float amountTo) voidsetAssetName(String assetName) voidsetFilingDate(String filingDate) voidvoidsetOwnerType(String ownerType) voidsetPosition(String position) voidvoidsetTransactionDate(String transactionDate) voidsetTransactionType(String transactionType) toString()transactionDate(String transactionDate) transactionType(String transactionType)
-
Constructor Details
-
CongressionalTransaction
public CongressionalTransaction()
-
-
Method Details
-
amountFrom
-
getAmountFrom
Transaction amount from.- Returns:
- amountFrom
-
setAmountFrom
-
amountTo
-
getAmountTo
Transaction amount to.- Returns:
- amountTo
-
setAmountTo
-
assetName
-
getAssetName
Asset name.- Returns:
- assetName
-
setAssetName
-
filingDate
-
getFilingDate
Filing date.- Returns:
- filingDate
-
setFilingDate
-
name
-
getName
Name of the representative.- Returns:
- name
-
setName
-
ownerType
-
getOwnerType
Owner Type.- Returns:
- ownerType
-
setOwnerType
-
position
-
getPosition
Position.- Returns:
- position
-
setPosition
-
symbol
-
getSymbol
Symbol.- Returns:
- symbol
-
setSymbol
-
transactionDate
-
getTransactionDate
Transaction date.- Returns:
- transactionDate
-
setTransactionDate
-
transactionType
-
getTransactionType
Transaction type <code>Sale</code> or <code>Purchase</code>.- Returns:
- transactionType
-
setTransactionType
-
equals
-
hashCode
public int hashCode() -
toString
-