Package io.cucumber.messages.types
Class PickleTag
- java.lang.Object
-
- io.cucumber.messages.types.PickleTag
-
public class PickleTag extends Object
* A tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetAstNodeId()Points to the AST node this was created from (Required)StringgetName()(Required)inthashCode()voidsetAstNodeId(String astNodeId)Points to the AST node this was created from (Required)voidsetName(String name)(Required)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
(Required)
-
setName
public void setName(String name)
(Required)
-
getAstNodeId
public String getAstNodeId()
Points to the AST node this was created from (Required)
-
setAstNodeId
public void setAstNodeId(String astNodeId)
Points to the AST node this was created from (Required)
-
-