Class PluginHubManifest.JarData

    • Constructor Detail

      • JarData

        public JarData()
    • Method Detail

      • getInternalName

        public String getInternalName()
      • getDisplayName

        public String getDisplayName()
      • getJarHash

        public String getJarHash()
      • getJarSize

        public int getJarSize()
      • setInternalName

        public void setInternalName​(String internalName)
      • setDisplayName

        public void setDisplayName​(String displayName)
      • setJarHash

        public void setJarHash​(String jarHash)
      • setJarSize

        public void setJarSize​(int jarSize)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object