Class ModuleInfo

    • Constructor Detail

      • ModuleInfo

        public ModuleInfo​(org.elasticsearch.common.io.stream.StreamInput in)
                   throws IOException
        Throws:
        IOException
    • Method Detail

      • setClasspath

        public void setClasspath​(String classpath)
      • setVersion

        public void setVersion​(String version)
      • setBuildTime

        public void setBuildTime​(String buildTime)
      • getGitsha1

        public String getGitsha1()
      • setGitsha1

        public void setGitsha1​(String gitsha1)
      • getModuleType

        public ModuleType getModuleType()
      • writeTo

        public void writeTo​(org.elasticsearch.common.io.stream.StreamOutput out)
                     throws IOException
        Specified by:
        writeTo in interface org.elasticsearch.common.io.stream.Writeable
        Throws:
        IOException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object