Record Class SymbolAnalysisInsightDTO
java.lang.Object
java.lang.Record
com.bluebell.greenhouse.platform.models.api.dto.symbol.analysis.SymbolAnalysisInsightDTO
- Record Components:
type- typetitle- titledescription- descriptionattributes- attributes
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolAnalysisInsightDTO(EnumDisplay type, String title, String description, Map<String, String> attributes) Creates an instance of aSymbolAnalysisInsightDTOrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theattributesrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.title()Returns the value of thetitlerecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Constructor Details
-
SymbolAnalysisInsightDTO
public SymbolAnalysisInsightDTO(EnumDisplay type, String title, String description, Map<String, String> attributes) Creates an instance of aSymbolAnalysisInsightDTOrecord class.- Parameters:
type- the value for thetyperecord componenttitle- the value for thetitlerecord componentdescription- the value for thedescriptionrecord componentattributes- the value for theattributesrecord 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). -
type
-
title
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
attributes
Returns the value of theattributesrecord component.- Returns:
- the value of the
attributesrecord component
-