Record Class SymbolRegistryEnrichmentRequest
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.osmosis.models.symbol.SymbolRegistryEnrichmentRequest
- Record Components:
category- symbol categoryrequestedAttributes- requested attributesdryRun- true when execution should not persist changesoverwrite- true when existing populated values may be replacedlimit- max symbol count to processtickers- optional ticker filter
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolRegistryEnrichmentRequest(String category, Set<SymbolRegistryAttribute> requestedAttributes, boolean dryRun, boolean overwrite, int limit, Set<String> tickers) Creates an instance of aSymbolRegistryEnrichmentRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptioncategory()Returns the value of thecategoryrecord component.booleandryRun()Returns the value of thedryRunrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intlimit()Returns the value of thelimitrecord component.booleanReturns the value of theoverwriterecord component.Returns the value of therequestedAttributesrecord component.tickers()Returns the value of thetickersrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SymbolRegistryEnrichmentRequest
public SymbolRegistryEnrichmentRequest(String category, Set<SymbolRegistryAttribute> requestedAttributes, boolean dryRun, boolean overwrite, int limit, Set<String> tickers) Creates an instance of aSymbolRegistryEnrichmentRequestrecord class.- Parameters:
category- the value for thecategoryrecord componentrequestedAttributes- the value for therequestedAttributesrecord componentdryRun- the value for thedryRunrecord componentoverwrite- the value for theoverwriterecord componentlimit- the value for thelimitrecord componenttickers- the value for thetickersrecord 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. -
category
-
requestedAttributes
Returns the value of therequestedAttributesrecord component.- Returns:
- the value of the
requestedAttributesrecord component
-
dryRun
-
overwrite
-
limit
-
tickers
-