getThresholdOfDaysSinceHit method

int? getThresholdOfDaysSinceHit()

Implementation

int? getThresholdOfDaysSinceHit() {
  return thresholdOfDaysSinceHit;
}