org.tinygroup.metadata.config.service
类 ServiceMethod
java.lang.Object
org.tinygroup.metadata.config.BaseObject
org.tinygroup.metadata.config.service.ServiceMethod
public class ServiceMethod
- extends BaseObject
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceMethod
public ServiceMethod()
getMethodName
public String getMethodName()
setMethodName
public void setMethodName(String methodName)
getServiceParameters
public List<ServiceParameter> getServiceParameters()
setServiceParameters
public void setServiceParameters(List<ServiceParameter> serviceParameters)
getServiceId
public String getServiceId()
setServiceId
public void setServiceId(String serviceId)
getAlias
public String getAlias()
setAlias
public void setAlias(String alias)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)
Copyright © 2006–2016 TinyGroup. All rights reserved.