Record Class EODBulkFundamentalsRequest
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.sol.models.requests.eod.EODBulkFundamentalsRequest
- Record Components:
exchangeCode- exchange codesymbols- optional symbol list filterlimit- optional result limitoffset- optional result offset
-
Constructor Summary
ConstructorsConstructorDescriptionEODBulkFundamentalsRequest(String exchangeCode, String symbols, Integer limit, Integer offset) Creates an instance of aEODBulkFundamentalsRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexchangeCoderecord component.final inthashCode()Returns a hash code value for this object.limit()Returns the value of thelimitrecord component.offset()Returns the value of theoffsetrecord component.symbols()Returns the value of thesymbolsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
EODBulkFundamentalsRequest
public EODBulkFundamentalsRequest(String exchangeCode, String symbols, Integer limit, Integer offset) Creates an instance of aEODBulkFundamentalsRequestrecord class.- Parameters:
exchangeCode- the value for theexchangeCoderecord componentsymbols- the value for thesymbolsrecord componentlimit- the value for thelimitrecord componentoffset- the value for theoffsetrecord 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). -
exchangeCode
Returns the value of theexchangeCoderecord component.- Returns:
- the value of the
exchangeCoderecord component
-
symbols
-
limit
-
offset
-