Record Class SymbolRegistryAliasEntry
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.platform.models.core.nonentities.symbol.SymbolRegistryAliasEntry
- Record Components:
alias- alias valuealiasType- alias type codedataSource- data source code
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolRegistryAliasEntry(String alias, String aliasType, String dataSource) Creates an instance of aSymbolRegistryAliasEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionalias()Returns the value of thealiasrecord component.Returns the value of thealiasTyperecord component.Returns the value of thedataSourcerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SymbolRegistryAliasEntry
Creates an instance of aSymbolRegistryAliasEntryrecord class.- Parameters:
alias- the value for thealiasrecord componentaliasType- the value for thealiasTyperecord componentdataSource- the value for thedataSourcerecord 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). -
alias
-
aliasType
-
dataSource
Returns the value of thedataSourcerecord component.- Returns:
- the value of the
dataSourcerecord component
-