applymentId; } /** * Sets applymentId * @param string $applymentId * @return MerchantWechatauthQueryRequest */ public function setApplymentId($applymentId) { $this->applymentId = $applymentId; return $this; } /** * Gets subMerchantNo * @return string */ public function getSubMerchantNo() { return $this->subMerchantNo; } /** * Sets subMerchantNo * @param string $subMerchantNo * @return MerchantWechatauthQueryRequest */ public function setSubMerchantNo($subMerchantNo) { $this->subMerchantNo = $subMerchantNo; return $this; } /** * Gets reportFee * @return string */ public function getReportFee() { return $this->reportFee; } /** * Sets reportFee * @param string $reportFee * @return MerchantWechatauthQueryRequest */ public function setReportFee($reportFee) { $this->reportFee = $reportFee; return $this; } /** * Gets requestNo * @return string */ public function getRequestNo() { return $this->requestNo; } /** * Sets requestNo * @param string $requestNo * @return MerchantWechatauthQueryRequest */ public function setRequestNo($requestNo) { $this->requestNo = $requestNo; return $this; } public static function getOperationId() { return 'merchantWechatauthQuery'; } }