Package com.seeq.model
Class TableColumnOutputV1
java.lang.Object
com.seeq.model.TableColumnOutputV1
The list of headers.
-
Constructor Details
-
TableColumnOutputV1
public TableColumnOutputV1()
-
-
Method Details
-
name
-
getName
The name of the column- Returns:
- name
-
setName
-
type
-
getType
The type of the column. Valid values include 'string', 'number', and 'date'. Booleans are reported as 'number'- Returns:
- type
-
setType
-
units
-
getUnits
The units of the column. Only provided if type is 'number'- Returns:
- units
-
setUnits
-
equals
-
hashCode
public int hashCode() -
toString
-