public class MethodConfig extends Object
Constructor and Description |
---|
MethodConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
List<ParameterType> |
getParamTypes() |
String |
getServiceId() |
String |
getType() |
void |
setMethodName(String methodName) |
void |
setParamTypes(List<ParameterType> paramTypes) |
void |
setServiceId(String serviceId) |
void |
setType(String type) |
public String getServiceId()
public void setServiceId(String serviceId)
public String getMethodName()
public void setMethodName(String methodName)
public List<ParameterType> getParamTypes()
public void setParamTypes(List<ParameterType> paramTypes)
public String getType()
public void setType(String type)
Copyright © 2006–2018 TinyGroup. All rights reserved.