接口 UAOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    UA, UA.Builder

    public interface UAOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getHostname()
      Hostname of the node
      com.google.protobuf.ByteString getHostnameBytes()
      Hostname of the node
      Language getLanguage()
      SDK language
      int getLanguageValue()
      SDK language
      String getPlatform()
      Platform details, including OS name, version, arch etc.
      com.google.protobuf.ByteString getPlatformBytes()
      Platform details, including OS name, version, arch etc.
      String getVersion()
      SDK version
      com.google.protobuf.ByteString getVersionBytes()
      SDK version
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • 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.