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 void setAst(JmesPathExpression ast)
public String getAst()
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()
public String getExpectedAsCamelCase()
public String getExpectedAsEscapedJson()
public String getExpectedAsString()
public BigDecimal getExpectedAsNumber()
public String getEnumState()
public boolean getIsStatusMatcher()
public boolean getIsErrorMatcher()
Copyright © 2022. All rights reserved.