Interface CustomPluginFileDescription.Builder

    • Method Detail

      • fileMd5

        CustomPluginFileDescription.Builder fileMd5​(String fileMd5)

        The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.

        Parameters:
        fileMd5 - The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSize

        CustomPluginFileDescription.Builder fileSize​(Long fileSize)

        The size in bytes of the custom plugin file. You can use it to validate the file.

        Parameters:
        fileSize - The size in bytes of the custom plugin file. You can use it to validate the file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.