public static class RouteUrlMatchingRuleServiceImpl.RuleKey
extends java.lang.Object
| 构造器和说明 |
|---|
RuleKey() |
RuleKey(java.lang.String url,
HttpMethodType httpMethodType) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
HttpMethodType |
getHttpMethodType() |
java.lang.String |
getUrl() |
int |
hashCode() |
void |
setHttpMethodType(HttpMethodType httpMethodType) |
void |
setUrl(java.lang.String url) |
public RuleKey(java.lang.String url,
HttpMethodType httpMethodType)
public RuleKey()
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public HttpMethodType getHttpMethodType()
public void setHttpMethodType(HttpMethodType httpMethodType)
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Object