Package io.cucumber.messages.types
Class PickleTableRow
- java.lang.Object
-
- io.cucumber.messages.types.PickleTableRow
-
public class PickleTableRow extends Object
-
-
Constructor Summary
Constructors Constructor Description PickleTableRow()No args constructor for use in serializationPickleTableRow(List<PickleTableCell> cells)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)List<PickleTableCell>getCells()(Required)inthashCode()voidsetCells(List<PickleTableCell> cells)(Required)StringtoString()
-
-
-
Constructor Detail
-
PickleTableRow
public PickleTableRow()
No args constructor for use in serialization
-
PickleTableRow
public PickleTableRow(List<PickleTableCell> cells)
- Parameters:
cells-
-
-
Method Detail
-
getCells
public List<PickleTableCell> getCells()
(Required)
-
setCells
public void setCells(List<PickleTableCell> cells)
(Required)
-
-