requestNo; } /** * Sets requestNo * @param string $requestNo * @return NotifyRepeatRequest */ public function setRequestNo($requestNo) { $this->requestNo = $requestNo; return $this; } /** * Gets applicationNo * @return string */ public function getApplicationNo() { return $this->applicationNo; } /** * Sets applicationNo * @param string $applicationNo * @return NotifyRepeatRequest */ public function setApplicationNo($applicationNo) { $this->applicationNo = $applicationNo; return $this; } /** * Gets type * @return string */ public function getType() { return $this->type; } /** * Sets type * @param string $type * @return NotifyRepeatRequest */ public function setType($type) { $this->type = $type; return $this; } public static function getOperationId() { return 'notifyRepeat'; } }