Class FormulaExampleOutputV1

java.lang.Object
com.seeq.model.FormulaExampleOutputV1

public class FormulaExampleOutputV1 extends Object
Formula examples demonstrating the functions in this document
  • Constructor Details

    • FormulaExampleOutputV1

      public FormulaExampleOutputV1()
  • Method Details

    • description

      public FormulaExampleOutputV1 description(String description)
    • getDescription

      public String getDescription()
      A description of the example
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • formula

      public FormulaExampleOutputV1 formula(String formula)
    • getFormula

      public String getFormula()
      The formula text of the example
      Returns:
      formula
    • setFormula

      public void setFormula(String formula)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object