public class ErrorMatcher extends AlipayObject
| Constructor and Description |
|---|
ErrorMatcher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMsg()
Gets error msg.
|
Matcher |
getMatcher()
Gets matcher.
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setMatcher(Matcher matcher)
Sets matcher.
|
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
errorMsg - the error msgpublic Matcher getMatcher()
public void setMatcher(Matcher matcher)
matcher - the matcherCopyright © 2018. All rights reserved.