public class UrlMatcher extends Object
| 构造器和说明 |
|---|
UrlMatcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Operator |
getOperator()
Get operator
|
String |
getParamValue()
Get paramValue
|
int |
hashCode() |
UrlMatcher |
operator(Operator operator) |
UrlMatcher |
paramValue(String paramValue) |
void |
setOperator(Operator operator) |
void |
setParamValue(String paramValue) |
String |
toString() |
public UrlMatcher paramValue(String paramValue)
public String getParamValue()
public void setParamValue(String paramValue)
public UrlMatcher operator(Operator operator)
public Operator getOperator()
public void setOperator(Operator operator)
Copyright © 2020. All rights reserved.