public class UrlConfig extends Object
| 构造器和说明 |
|---|
UrlConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCacheScript() |
String |
getCleanCache() |
String |
getDesc() |
String |
getJs() |
Method |
getMethod() |
String |
getStatus() |
String |
getUrl() |
String |
getV() |
String |
getVar(String key) |
Map<String,String> |
getVars() |
static void |
main(String[] args)
测试 setMethod方法
|
void |
setCacheScript(String cacheScript) |
void |
setCleanCache(String cleanCache) |
void |
setDesc(String desc) |
void |
setJs(String js) |
void |
setMethod(Method method) |
void |
setMethod(String method) |
void |
setStatus(String status) |
void |
setUrl(String url) |
void |
setV(String v) |
void |
setVars(Map<String,String> vars) |
static Method |
string2Method(String method)
将文本转换为对应Method
|
String |
toString() |
public String getUrl()
public void setUrl(String url)
public Method getMethod()
public void setMethod(Method method)
public void setMethod(String method)
public String getJs()
public void setJs(String js)
public String getV()
public void setV(String v)
public String getCacheScript()
public void setCacheScript(String cacheScript)
public String getCleanCache()
public void setCleanCache(String cleanCache)
public String getStatus()
public void setStatus(String status)
public String getDesc()
public void setDesc(String desc)
Copyright © 2015. All Rights Reserved.