Class StockAnalysis.StockAnalysisBuilder
java.lang.Object
com.raphaelsalles.backend.domain.model.StockAnalysis.StockAnalysisBuilder
- Enclosing class:
StockAnalysis
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate Stringprivate Longprivate LocalDateTimeprivate BigDecimalprivate Integerprivate BigDecimalprivate Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()companyName(String companyName) healthStatus(String healthStatus) lastUpdated(LocalDateTime lastUpdated) netMargin(BigDecimal netMargin) referenceYear(Integer referenceYear) roe(BigDecimal roe) toString()
-
Field Details
-
id
-
ticker
-
companyName
-
sector
-
roe
-
netMargin
-
aiSummary
-
healthStatus
-
lastUpdated
-
referenceYear
-
-
Constructor Details
-
StockAnalysisBuilder
StockAnalysisBuilder()
-
-
Method Details
-
id
- Returns:
this.
-
ticker
- Returns:
this.
-
companyName
- Returns:
this.
-
sector
- Returns:
this.
-
roe
- Returns:
this.
-
netMargin
- Returns:
this.
-
aiSummary
- Returns:
this.
-
healthStatus
- Returns:
this.
-
lastUpdated
- Returns:
this.
-
referenceYear
- Returns:
this.
-
build
-
toString
-