expireTime = $expireTime; return $this; } /** * Get the time when the acknowledgement should expire * * @return ?int */ public function getExpireTime() { return $this->expireTime; } }