bizDate = $bizDate; $this->apiParas["biz_date"] = $bizDate; } public function getBizDate() { return $this->bizDate; } public function setEventId($eventId) { $this->eventId = $eventId; $this->apiParas["event_id"] = $eventId; } public function getEventId() { return $this->eventId; } 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 setPid($pid) { $this->pid = $pid; $this->apiParas["pid"] = $pid; } public function getPid() { return $this->pid; } public function setQueryType($queryType) { $this->queryType = $queryType; $this->apiParas["query_type"] = $queryType; } public function getQueryType() { return $this->queryType; } public function setRelationId($relationId) { $this->relationId = $relationId; $this->apiParas["relation_id"] = $relationId; } public function getRelationId() { return $this->relationId; } public function getApiMethodName() { return "taobao.tbk.dg.cpa.activity.report"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->bizDate,"bizDate"); RequestCheckUtil::checkNotNull($this->eventId,"eventId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }