public class AcceptorModel extends Object
Constructor and Description |
---|
AcceptorModel() |
Modifier and Type | Method and Description |
---|---|
String |
getArgument() |
String |
getAst() |
String |
getEnumState() |
com.fasterxml.jackson.databind.JsonNode |
getExpected() |
String |
getExpectedAsCamelCase() |
String |
getExpectedAsEscapedJson() |
BigDecimal |
getExpectedAsNumber() |
String |
getExpectedAsString() |
boolean |
getIsErrorMatcher() |
boolean |
getIsStatusMatcher() |
String |
getMatcher() |
String |
getState() |
void |
setArgument(String argument) |
void |
setAst(JmesPathExpression ast) |
void |
setExpected(com.fasterxml.jackson.databind.JsonNode expected) |
void |
setMatcher(String matcher) |
void |
setState(String state) |
public String getAst()
public void setAst(JmesPathExpression ast)
public String getState()
public void setState(String state)
public String getMatcher()
public void setMatcher(String matcher)
public String getArgument()
public void setArgument(String argument)
public com.fasterxml.jackson.databind.JsonNode getExpected()
public void setExpected(com.fasterxml.jackson.databind.JsonNode expected)
public String getExpectedAsCamelCase()
public String getExpectedAsEscapedJson()
public String getExpectedAsString()
public BigDecimal getExpectedAsNumber()
public String getEnumState()
public boolean getIsStatusMatcher()
public boolean getIsErrorMatcher()
Copyright © 2017. All rights reserved.