Record Class SymbolRegistryPostProcessRequest
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.osmosis.models.symbol.SymbolRegistryPostProcessRequest
- Record Components:
resolveReviews- true when high-confidence review flags should be resolved automaticallycleanUpExchanges- true when exchange cleanup should runcategory- optional category target for exchange cleanupticker- optional ticker target for exchange cleanupexchange- optional exchange value for exchange cleanup
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolRegistryPostProcessRequest(boolean resolveReviews, boolean cleanUpExchanges, String category, String ticker, String exchange) Creates an instance of aSymbolRegistryPostProcessRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncategory()Returns the value of thecategoryrecord component.booleanReturns the value of thecleanUpExchangesrecord 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.booleanReturns the value of theresolveReviewsrecord component.ticker()Returns the value of thetickerrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SymbolRegistryPostProcessRequest
public SymbolRegistryPostProcessRequest(boolean resolveReviews, boolean cleanUpExchanges, String category, String ticker, String exchange) Creates an instance of aSymbolRegistryPostProcessRequestrecord class.- Parameters:
resolveReviews- the value for theresolveReviewsrecord componentcleanUpExchanges- the value for thecleanUpExchangesrecord componentcategory- the value for thecategoryrecord componentticker- the value for thetickerrecord componentexchange- the value for theexchangerecord 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
resolveReviews
public boolean resolveReviews()Returns the value of theresolveReviewsrecord component.- Returns:
- the value of the
resolveReviewsrecord component
-
cleanUpExchanges
public boolean cleanUpExchanges()Returns the value of thecleanUpExchangesrecord component.- Returns:
- the value of the
cleanUpExchangesrecord component
-
category
-
ticker
-
exchange
-