public class ValidationRule extends AlipayObject
Constructor and Description |
---|
ValidationRule() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMsg()
Gets error msg.
|
String |
getRuleText()
Gets rule text.
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setRuleText(String ruleText)
Sets rule text.
|
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
errorMsg
- the error msgpublic String getRuleText()
public void setRuleText(String ruleText)
ruleText
- the rule textCopyright © 2018. All rights reserved.