程序包 hapi.version

接口 VersionOuterClass.VersionOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getGitCommit()
      string git_commit = 2;
      com.google.protobuf.ByteString getGitCommitBytes()
      string git_commit = 2;
      String getGitTreeState()
      string git_tree_state = 3;
      com.google.protobuf.ByteString getGitTreeStateBytes()
      string git_tree_state = 3;
      String getSemVer()
      Sem ver string for the version
      com.google.protobuf.ByteString getSemVerBytes()
      Sem ver string for the version
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • getSemVer

        String getSemVer()
         Sem ver string for the version
         
        string sem_ver = 1;
      • getSemVerBytes

        com.google.protobuf.ByteString getSemVerBytes()
         Sem ver string for the version
         
        string sem_ver = 1;
      • getGitCommit

        String getGitCommit()
        string git_commit = 2;
      • getGitCommitBytes

        com.google.protobuf.ByteString getGitCommitBytes()
        string git_commit = 2;
      • getGitTreeState

        String getGitTreeState()
        string git_tree_state = 3;
      • getGitTreeStateBytes

        com.google.protobuf.ByteString getGitTreeStateBytes()
        string git_tree_state = 3;