Interface Checksum.Builder

    • Method Detail

      • type

        Checksum.Builder type​(String type)

        The type of the checksum.

        Parameters:
        type - The type of the checksum.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChecksumType, ChecksumType
      • sum

        Checksum.Builder sum​(String sum)

        The checksum of the model.

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