downtimeId = (int) $downtimeId; return $this; } /** * Get the ID of the downtime that is to be deleted * * @return int */ public function getDowntimeId() { return $this->downtimeId; } }