Class Match
- java.lang.Object
-
- com.trivago.cluecumber.engine.json.pojo.Match
-
public class Match extends Object
-
-
Constructor Summary
Constructors Constructor Description Match()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.trivago.cluecumber.engine.json.pojo.Argument>getArguments()StringgetLocation()voidsetArguments(List<com.trivago.cluecumber.engine.json.pojo.Argument> arguments)voidsetLocation(String location)
-
-
-
Method Detail
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getArguments
public List<com.trivago.cluecumber.engine.json.pojo.Argument> getArguments()
-
setArguments
public void setArguments(List<com.trivago.cluecumber.engine.json.pojo.Argument> arguments)
-
-