Interface StatisticsSummary.Builder

  • Method Details

    • signatureCount

      StatisticsSummary.Builder signatureCount(Integer signatureCount)

      The total number of signatures across all characteristic sets.

      Parameters:
      signatureCount - The total number of signatures across all characteristic sets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceCount

      StatisticsSummary.Builder instanceCount(Integer instanceCount)

      The total number of characteristic-set instances.

      Parameters:
      instanceCount - The total number of characteristic-set instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predicateCount

      StatisticsSummary.Builder predicateCount(Integer predicateCount)

      The total number of unique predicates.

      Parameters:
      predicateCount - The total number of unique predicates.
      Returns:
      Returns a reference to this object so that method calls can be chained together.