public class RpcServiceMetaList extends Object
List collection of RpcServiceMeta.| 构造器和说明 |
|---|
RpcServiceMetaList() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RpcServiceMeta> |
getRpcServiceMetas()
Gets the rpc service metas.
|
String |
getRpcsIDL()
Gets the rpcs idl.
|
String |
getTypesIDL()
Gets the types idl.
|
void |
setRpcServiceMetas(List<RpcServiceMeta> rpcServiceMetas)
Sets the rpc service metas.
|
void |
setRpcsIDL(String rpcsIDL)
Sets the rpcs idl.
|
void |
setTypesIDL(String typesIDL)
Sets the types idl.
|
public List<RpcServiceMeta> getRpcServiceMetas()
public void setRpcServiceMetas(List<RpcServiceMeta> rpcServiceMetas)
rpcServiceMetas - the new rpc service metaspublic String getTypesIDL()
public void setTypesIDL(String typesIDL)
typesIDL - the new types idlpublic String getRpcsIDL()
public void setRpcsIDL(String rpcsIDL)
rpcsIDL - the new rpcs idlCopyright © 2022 Baidu, Inc.. All rights reserved.