Example #1
0
 /**
  * @param int $status
  *
  * @return Response
  */
 public function setStatus($status)
 {
     $this->status = Type::int($status);
     return $this;
 }