Interface AssetSummary.Builder

  • Method Details

    • name

      The name of the asset.

      Parameters:
      name - The name of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • size

      The size of the asset.

      Parameters:
      size - The size of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hashesWithStrings

      AssetSummary.Builder hashesWithStrings(Map<String,String> hashes)

      The hashes of the asset.

      Parameters:
      hashes - The hashes of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hashes

      The hashes of the asset.

      Parameters:
      hashes - The hashes of the asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.