Package io.cucumber.messages.types
Class Product
- java.lang.Object
-
- io.cucumber.messages.types.Product
-
public final class Product extends Object
Represents the Product message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages Used to describe various properties of Meta
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()The product nameOptional<String>getVersion()The product versioninthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
The product name
-
-