接口 UAOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
UA,UA.Builder
public interface UAOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetHostname()Hostname of the nodecom.google.protobuf.ByteStringgetHostnameBytes()Hostname of the nodeLanguagegetLanguage()SDK languageintgetLanguageValue()SDK languageStringgetPlatform()Platform details, including OS name, version, arch etc.com.google.protobuf.ByteStringgetPlatformBytes()Platform details, including OS name, version, arch etc.StringgetVersion()SDK versioncom.google.protobuf.ByteStringgetVersionBytes()SDK version
-
-
-
方法详细资料
-
getLanguageValue
int getLanguageValue()
SDK language
.apache.rocketmq.v2.Language language = 1;- 返回:
- The enum numeric value on the wire for language.
-
getLanguage
Language getLanguage()
SDK language
.apache.rocketmq.v2.Language language = 1;- 返回:
- The language.
-
getVersion
String getVersion()
SDK version
string version = 2;- 返回:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
SDK version
string version = 2;- 返回:
- The bytes for version.
-
getPlatform
String getPlatform()
Platform details, including OS name, version, arch etc.
string platform = 3;- 返回:
- The platform.
-
getPlatformBytes
com.google.protobuf.ByteString getPlatformBytes()
Platform details, including OS name, version, arch etc.
string platform = 3;- 返回:
- The bytes for platform.
-
getHostname
String getHostname()
Hostname of the node
string hostname = 4;- 返回:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
Hostname of the node
string hostname = 4;- 返回:
- The bytes for hostname.
-
-