Record Class EODCalendarTrendEntryResponse
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.sol.models.responses.eod.EODCalendarTrendEntryResponse
- Record Components:
code- ticker in EODHD formatreportDate- report date when provideddate- provider date fieldbeforeAfterMarket- release timing relative to market hourscurrency- reporting currencyrawPayload- full provider record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebeforeAfterMarketrecord component.code()Returns the value of thecoderecord component.currency()Returns the value of thecurrencyrecord component.date()Returns the value of thedaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.fasterxml.jackson.databind.JsonNodeReturns the value of therawPayloadrecord component.Returns the value of thereportDaterecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
EODCalendarTrendEntryResponse
public EODCalendarTrendEntryResponse(String code, String reportDate, String date, String beforeAfterMarket, String currency, com.fasterxml.jackson.databind.JsonNode rawPayload) Creates an instance of aEODCalendarTrendEntryResponserecord class.- Parameters:
code- the value for thecoderecord componentreportDate- the value for thereportDaterecord componentdate- the value for thedaterecord componentbeforeAfterMarket- the value for thebeforeAfterMarketrecord componentcurrency- the value for thecurrencyrecord componentrawPayload- the value for therawPayloadrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
code
-
reportDate
Returns the value of thereportDaterecord component.- Returns:
- the value of the
reportDaterecord component
-
date
-
beforeAfterMarket
Returns the value of thebeforeAfterMarketrecord component.- Returns:
- the value of the
beforeAfterMarketrecord component
-
currency
-
rawPayload
public com.fasterxml.jackson.databind.JsonNode rawPayload()Returns the value of therawPayloadrecord component.- Returns:
- the value of the
rawPayloadrecord component
-