public class Acceptor extends Object
| Constructor and Description |
|---|
Acceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArgument() |
com.fasterxml.jackson.databind.JsonNode |
getExpected() |
String |
getMatcher() |
String |
getState() |
void |
setArgument(String argument) |
void |
setExpected(com.fasterxml.jackson.databind.JsonNode expected) |
void |
setMatcher(String matcher) |
void |
setState(String state) |
public void setState(String state)
public String getState()
public void setMatcher(String matcher)
public String getMatcher()
public void setArgument(String argument)
public String getArgument()
public void setExpected(com.fasterxml.jackson.databind.JsonNode expected)
public com.fasterxml.jackson.databind.JsonNode getExpected()
Copyright © 2020. All rights reserved.