Class ColumnRulePathInputV1

java.lang.Object
com.seeq.model.ColumnRulePathInputV1

public class ColumnRulePathInputV1 extends Object
Returns a path to the specified item. Column type must be TEXT
  • Constructor Details

    • ColumnRulePathInputV1

      public ColumnRulePathInputV1()
  • Method Details

    • columnIndex

      public ColumnRulePathInputV1 columnIndex(Integer columnIndex)
    • getColumnIndex

      public Integer getColumnIndex()
      The index of the column that references the item. The column index is 1-based
      Returns:
      columnIndex
    • setColumnIndex

      public void setColumnIndex(Integer columnIndex)
    • level

      public ColumnRulePathInputV1 level(Integer level)
    • getLevel

      public Integer getLevel()
      The property to get from the item
      Returns:
      level
    • setLevel

      public void setLevel(Integer level)
    • separator

      public ColumnRulePathInputV1 separator(String separator)
    • getSeparator

      public String getSeparator()
      The index of the column that references the item. The column index is 1-based
      Returns:
      separator
    • setSeparator

      public void setSeparator(String separator)
    • 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