Class ColumnRuleAncestorInputV1

java.lang.Object
com.seeq.model.ColumnRuleAncestorInputV1

public class ColumnRuleAncestorInputV1 extends Object
Returns an items ancestor. Column type must be UUID
  • Constructor Details

    • ColumnRuleAncestorInputV1

      public ColumnRuleAncestorInputV1()
  • Method Details

    • columnIndex

      public ColumnRuleAncestorInputV1 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 ColumnRuleAncestorInputV1 level(Integer level)
    • getLevel

      public Integer getLevel()
      The number of levels to go up in the tree. Must be >= 1. For example, if columnIndex references a Condition ID and level is 1 then the rule would return the UUID of the asset to which the condition belongs
      Returns:
      level
    • setLevel

      public void setLevel(Integer level)
    • 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