Package com.seeq.model
Class FormulaLogV1
java.lang.Object
com.seeq.model.FormulaLogV1
The Formula warning logs, which includes the text, line number, and column number where the warning occurred in addition to the warning details
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
formulaLogEntries
(Map<String, FormulaLogEntry> formulaLogEntries) formulaToken
(FormulaToken formulaToken) The detailed Formula log entries which occurred at this tokenGet formulaTokenint
hashCode()
putFormulaLogEntriesItem
(String key, FormulaLogEntry formulaLogEntriesItem) void
setFormulaLogEntries
(Map<String, FormulaLogEntry> formulaLogEntries) void
setFormulaToken
(FormulaToken formulaToken) toString()
-
Constructor Details
-
FormulaLogV1
public FormulaLogV1()
-
-
Method Details
-
formulaLogEntries
-
putFormulaLogEntriesItem
-
getFormulaLogEntries
The detailed Formula log entries which occurred at this token- Returns:
- formulaLogEntries
-
setFormulaLogEntries
-
formulaToken
-
getFormulaToken
Get formulaToken- Returns:
- formulaToken
-
setFormulaToken
-
equals
-
hashCode
public int hashCode() -
toString
-