Interface AttackStatisticsDataItem.Builder

    • Method Detail

      • attackVolume

        AttackStatisticsDataItem.Builder attackVolume​(AttackVolume attackVolume)

        Information about the volume of attacks during the time period. If the accompanying AttackCount is zero, this setting might be empty.

        Parameters:
        attackVolume - Information about the volume of attacks during the time period. If the accompanying AttackCount is zero, this setting might be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attackCount

        AttackStatisticsDataItem.Builder attackCount​(Long attackCount)

        The number of attacks detected during the time period. This is always present, but might be zero.

        Parameters:
        attackCount - The number of attacks detected during the time period. This is always present, but might be zero.
        Returns:
        Returns a reference to this object so that method calls can be chained together.