Package io.cucumber.messages.types
Class Group
- java.lang.Object
-
- io.cucumber.messages.types.Group
-
public class Group extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)List<Group>getChildren()(Required)LonggetStart()StringgetValue()inthashCode()voidsetChildren(List<Group> children)(Required)voidsetStart(Long start)voidsetValue(String value)StringtoString()
-