Class UnbundledPluginUsageReportBase.PluginInfo

    • Constructor Detail

      • PluginInfo

        public PluginInfo​(@NotNull
                          String usageName,
                          @NotNull
                          String usageDisplayName,
                          @NotNull
                          String pluginName,
                          @NotNull
                          String pluginDisplayName,
                          @NotNull
                          String pluginUrl,
                          @NotNull
                          String unbundledSince)
    • Method Detail

      • getPluginName

        @NotNull
        public String getPluginName()
      • getUsageName

        @NotNull
        public String getUsageName()
      • getUsageDisplayName

        @NotNull
        public String getUsageDisplayName()
      • getPluginDisplayName

        @NotNull
        public String getPluginDisplayName()
      • getPluginUrl

        @NotNull
        public String getPluginUrl()
      • getUnbundledSince

        @NotNull
        public String getUnbundledSince()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object