public interface MetaRegisterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsBaseParams(String key)
map<string, .StringList> baseParams = 4; |
boolean |
containsServices(String key)
map<string, .MetaService> services = 5; |
String |
getApplication()
string application = 1; |
com.google.protobuf.ByteString |
getApplicationBytes()
string application = 1; |
Map<String,StringList> |
getBaseParams()
已过时。
|
int |
getBaseParamsCount()
map<string, .StringList> baseParams = 4; |
Map<String,StringList> |
getBaseParamsMap()
map<string, .StringList> baseParams = 4; |
StringList |
getBaseParamsOrDefault(String key,
StringList defaultValue)
map<string, .StringList> baseParams = 4; |
StringList |
getBaseParamsOrThrow(String key)
map<string, .StringList> baseParams = 4; |
String |
getClientVersion()
string clientVersion = 3; |
com.google.protobuf.ByteString |
getClientVersionBytes()
string clientVersion = 3; |
String |
getRevision()
string revision = 2; |
com.google.protobuf.ByteString |
getRevisionBytes()
string revision = 2; |
Map<String,MetaService> |
getServices()
已过时。
|
int |
getServicesCount()
map<string, .MetaService> services = 5; |
Map<String,MetaService> |
getServicesMap()
map<string, .MetaService> services = 5; |
MetaService |
getServicesOrDefault(String key,
MetaService defaultValue)
map<string, .MetaService> services = 5; |
MetaService |
getServicesOrThrow(String key)
map<string, .MetaService> services = 5; |
String getApplication()
string application = 1;com.google.protobuf.ByteString getApplicationBytes()
string application = 1;String getRevision()
string revision = 2;com.google.protobuf.ByteString getRevisionBytes()
string revision = 2;String getClientVersion()
string clientVersion = 3;com.google.protobuf.ByteString getClientVersionBytes()
string clientVersion = 3;int getBaseParamsCount()
map<string, .StringList> baseParams = 4;boolean containsBaseParams(String key)
map<string, .StringList> baseParams = 4;@Deprecated Map<String,StringList> getBaseParams()
getBaseParamsMap() instead.Map<String,StringList> getBaseParamsMap()
map<string, .StringList> baseParams = 4;StringList getBaseParamsOrDefault(String key, StringList defaultValue)
map<string, .StringList> baseParams = 4;StringList getBaseParamsOrThrow(String key)
map<string, .StringList> baseParams = 4;int getServicesCount()
map<string, .MetaService> services = 5;boolean containsServices(String key)
map<string, .MetaService> services = 5;@Deprecated Map<String,MetaService> getServices()
getServicesMap() instead.Map<String,MetaService> getServicesMap()
map<string, .MetaService> services = 5;MetaService getServicesOrDefault(String key, MetaService defaultValue)
map<string, .MetaService> services = 5;MetaService getServicesOrThrow(String key)
map<string, .MetaService> services = 5;Copyright © 2023 The Ant Financial. All rights reserved.