Record Class EODCalendarSplitEntryResponse
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.sol.models.responses.eod.EODCalendarSplitEntryResponse
- Record Components:
code- ticker in EODHD formatname- issuer name when availableexchange- exchange code when availabledate- split datesplit- provider split ratio field when availablerawPayload- full provider record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode()Returns the value of thecoderecord component.date()Returns the value of thedaterecord component.final booleanIndicates whether some other object is "equal to" this one.exchange()Returns the value of theexchangerecord component.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.com.fasterxml.jackson.databind.JsonNodeReturns the value of therawPayloadrecord component.split()Returns the value of thesplitrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
EODCalendarSplitEntryResponse
public EODCalendarSplitEntryResponse(String code, String name, String exchange, String date, String split, com.fasterxml.jackson.databind.JsonNode rawPayload) Creates an instance of aEODCalendarSplitEntryResponserecord class.- Parameters:
code- the value for thecoderecord componentname- the value for thenamerecord componentexchange- the value for theexchangerecord componentdate- the value for thedaterecord componentsplit- the value for thesplitrecord 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
-
name
-
exchange
-
date
-
split
-
rawPayload
public com.fasterxml.jackson.databind.JsonNode rawPayload()Returns the value of therawPayloadrecord component.- Returns:
- the value of the
rawPayloadrecord component
-