infoType = $infoType; $this->apiParas["info_type"] = $infoType; } public function getInfoType() { return $this->infoType; } public function setPageNo($pageNo) { $this->pageNo = $pageNo; $this->apiParas["page_no"] = $pageNo; } public function getPageNo() { return $this->pageNo; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["page_size"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setRelationApp($relationApp) { $this->relationApp = $relationApp; $this->apiParas["relation_app"] = $relationApp; } public function getRelationApp() { return $this->relationApp; } public function setRelationId($relationId) { $this->relationId = $relationId; $this->apiParas["relation_id"] = $relationId; } public function getRelationId() { return $this->relationId; } public function setSpecialId($specialId) { $this->specialId = $specialId; $this->apiParas["special_id"] = $specialId; } public function getSpecialId() { return $this->specialId; } public function getApiMethodName() { return "taobao.tbk.sc.publisher.info.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->infoType,"infoType"); RequestCheckUtil::checkNotNull($this->relationApp,"relationApp"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }