public class WebCallbackValidator extends CustomValidator
| Constructor and Description |
|---|
WebCallbackValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getParams()
Get params
|
String |
getType()
Get type
|
int |
hashCode() |
WebCallbackValidator |
params(Map<String,String> params) |
WebCallbackValidator |
putParamsItem(String key,
String paramsItem) |
void |
setParams(Map<String,String> params) |
void |
setType(String type) |
String |
toString() |
WebCallbackValidator |
type(String type) |
getValuepublic WebCallbackValidator params(Map<String,String> params)
public WebCallbackValidator putParamsItem(String key, String paramsItem)
public WebCallbackValidator type(String type)
public String getType()
getType in class CustomValidatorpublic void setType(String type)
public boolean equals(Object o)
equals in class CustomValidatorpublic int hashCode()
hashCode in class CustomValidatorpublic String toString()
toString in class CustomValidatorCopyright © 2017 LeanIX GmbH. All rights reserved.