Class RemoteInstalledToolsState.RemoteToolInfo

    • Constructor Detail

      • RemoteToolInfo

        public RemoteToolInfo​(@NotNull
                              String toolId,
                              @NotNull
                              String toolType,
                              @NotNull
                              String hash,
                              @NotNull
                              String version,
                              @NotNull
                              String redirectUrl)
    • Method Detail

      • getHash

        public String getHash()
      • getVersion

        @NotNull
        public String getVersion()
      • getRedirectUrl

        @NotNull
        public String getRedirectUrl()
      • getToolType

        @Nullable
        public String getToolType()
      • getToolId

        @NotNull
        public String getToolId()