/**
  * @return string
  */
 public function getHttpMethod()
 {
     return $this->operation->getHttpMethod();
 }