Class Row
- java.lang.Object
-
- com.trivago.cluecumber.engine.json.pojo.Row
-
public class Row extends Object
Table row.
-
-
Constructor Summary
Constructors Constructor Description Row()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCells()Get the individual table cells in this row.voidsetCells(List<String> cells)Set the individual table cells in this row.
-