adzoneId = $adzoneId; $this->apiParas["adzone_id"] = $adzoneId; } public function getAdzoneId() { return $this->adzoneId; } public function setDx($dx) { $this->dx = $dx; $this->apiParas["dx"] = $dx; } public function getDx() { return $this->dx; } public function setPasswordContent($passwordContent) { $this->passwordContent = $passwordContent; $this->apiParas["password_content"] = $passwordContent; } public function getPasswordContent() { return $this->passwordContent; } public function getApiMethodName() { return "taobao.tbk.tpwd.convert"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->adzoneId,"adzoneId"); RequestCheckUtil::checkNotNull($this->passwordContent,"passwordContent"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }