Record Class SymbolRegistryEnrichmentResultEntry
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.osmosis.models.symbol.SymbolRegistryEnrichmentResultEntry
- Record Components:
ticker- tickerupdated- true when an update was appliedneedsReview- true when the symbol still requires reviewnotes- notesissues- issues
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolRegistryEnrichmentResultEntry(String ticker, boolean updated, boolean needsReview, String notes, List<String> issues) Creates an instance of aSymbolRegistryEnrichmentResultEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.issues()Returns the value of theissuesrecord component.booleanReturns the value of theneedsReviewrecord component.notes()Returns the value of thenotesrecord component.ticker()Returns the value of thetickerrecord component.final StringtoString()Returns a string representation of this record class.booleanupdated()Returns the value of theupdatedrecord component.
-
Constructor Details
-
SymbolRegistryEnrichmentResultEntry
public SymbolRegistryEnrichmentResultEntry(String ticker, boolean updated, boolean needsReview, String notes, List<String> issues) Creates an instance of aSymbolRegistryEnrichmentResultEntryrecord class.- Parameters:
ticker- the value for thetickerrecord componentupdated- the value for theupdatedrecord componentneedsReview- the value for theneedsReviewrecord componentnotes- the value for thenotesrecord componentissues- the value for theissuesrecord 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. -
ticker
-
updated
-
needsReview
public boolean needsReview()Returns the value of theneedsReviewrecord component.- Returns:
- the value of the
needsReviewrecord component
-
notes
-
issues
-