public class RpcServiceMeta extends Object
| 构造器和说明 |
|---|
RpcServiceMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getInputObjName()
Gets the 请求参数对象名称.
|
String |
getInputProto()
Gets the 请求参数 google protocol buffer IDL 描述说明.
|
String |
getMethodName()
Gets the rpc方法中.
|
String |
getOutputObjName()
Gets the 返回参数对象名称.
|
String |
getOutputProto()
Gets the 返回参数 google protocol buffer IDL 描述说明.
|
String |
getServiceName()
Gets the rpc 服务名.
|
void |
setInputObjName(String inputObjName)
Sets the 请求参数对象名称.
|
void |
setInputProto(String inputProto)
Sets the 请求参数 google protocol buffer IDL 描述说明.
|
void |
setMethodName(String methodName)
Sets the rpc方法中.
|
void |
setOutputObjName(String outputObjName)
Sets the 返回参数对象名称.
|
void |
setOutputProto(String outputProto)
Sets the 返回参数 google protocol buffer IDL 描述说明.
|
void |
setServiceName(String serviceName)
Sets the rpc 服务名.
|
public String getServiceName()
public void setServiceName(String serviceName)
serviceName - the new rpc 服务名public String getMethodName()
public void setMethodName(String methodName)
methodName - the new rpc方法中public String getInputProto()
public void setInputProto(String inputProto)
inputProto - the new 请求参数 google protocol buffer IDL 描述说明public String getOutputProto()
public void setOutputProto(String outputProto)
outputProto - the new 返回参数 google protocol buffer IDL 描述说明public String getInputObjName()
public void setInputObjName(String inputObjName)
inputObjName - the new 请求参数对象名称public String getOutputObjName()
public void setOutputObjName(String outputObjName)
outputObjName - the new 返回参数对象名称Copyright © 2022 Baidu, Inc.. All rights reserved.