public class RpcRouterConfig extends Object
| Constructor and Description |
|---|
RpcRouterConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColferPath() |
String |
getDescription() |
String |
getFormPath() |
String |
getHandlerPackage() |
String |
getJsonPath() |
String |
getResourcesBasePath() |
boolean |
isRegisterService() |
void |
setColferPath(String colferPath) |
void |
setDescription(String description) |
void |
setFormPath(String formPath) |
void |
setHandlerPackage(String handlerPackage) |
void |
setJsonPath(String jsonPath) |
void |
setRegisterService(boolean registerService) |
void |
setResourcesBasePath(String resourcesBasePath) |
public String getDescription()
public void setDescription(String description)
public String getHandlerPackage()
public void setHandlerPackage(String handlerPackage)
public String getJsonPath()
public void setJsonPath(String jsonPath)
public String getFormPath()
public void setFormPath(String formPath)
public String getColferPath()
public void setColferPath(String colferPath)
public String getResourcesBasePath()
public void setResourcesBasePath(String resourcesBasePath)
public boolean isRegisterService()
public void setRegisterService(boolean registerService)
Copyright © 2019. All rights reserved.