Class ColumnRuleConcatInputV1

java.lang.Object
com.seeq.model.ColumnRuleConcatInputV1

public class ColumnRuleConcatInputV1 extends Object
Concatenates two values. Column type must be TEXT
  • Constructor Details

    • ColumnRuleConcatInputV1

      public ColumnRuleConcatInputV1()
  • Method Details

    • columnIndex1

      public ColumnRuleConcatInputV1 columnIndex1(Integer columnIndex1)
    • getColumnIndex1

      public Integer getColumnIndex1()
      The index of the column that references the first item. The column index is 1-based
      Returns:
      columnIndex1
    • setColumnIndex1

      public void setColumnIndex1(Integer columnIndex1)
    • columnIndex2

      public ColumnRuleConcatInputV1 columnIndex2(Integer columnIndex2)
    • getColumnIndex2

      public Integer getColumnIndex2()
      The index of the column that references the second item. The column index is 1-based
      Returns:
      columnIndex2
    • setColumnIndex2

      public void setColumnIndex2(Integer columnIndex2)
    • 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