Class TableColumnOutputV1

java.lang.Object
com.seeq.model.TableColumnOutputV1

public class TableColumnOutputV1 extends Object
The list of headers.
  • Constructor Details

    • TableColumnOutputV1

      public TableColumnOutputV1()
  • Method Details

    • name

      public TableColumnOutputV1 name(String name)
    • getName

      public String getName()
      The name of the column
      Returns:
      name
    • setName

      public void setName(String name)
    • type

      public TableColumnOutputV1 type(String type)
    • getType

      public String getType()
      The type of the column. Valid values include 'string', 'number', and 'date'. Booleans are reported as 'number'
      Returns:
      type
    • setType

      public void setType(String type)
    • units

      public TableColumnOutputV1 units(String units)
    • getUnits

      public String getUnits()
      The units of the column. Only provided if type is 'number'
      Returns:
      units
    • setUnits

      public void setUnits(String units)
    • 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