public interface VodCommonConfigInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getKey()
配置Key
string Key = 2; |
com.google.protobuf.ByteString |
getKeyBytes()
配置Key
string Key = 2; |
String |
getModule()
配置模块类型
string Module = 1; |
com.google.protobuf.ByteString |
getModuleBytes()
配置模块类型
string Module = 1; |
String |
getValue()
配置Value
string Value = 3; |
com.google.protobuf.ByteString |
getValueBytes()
配置Value
string Value = 3; |
String getModule()
配置模块类型
string Module = 1;
com.google.protobuf.ByteString getModuleBytes()
配置模块类型
string Module = 1;
String getKey()
配置Key
string Key = 2;
com.google.protobuf.ByteString getKeyBytes()
配置Key
string Key = 2;
String getValue()
配置Value
string Value = 3;
com.google.protobuf.ByteString getValueBytes()
配置Value
string Value = 3;
Copyright © 2024. All rights reserved.