eventId = $eventId; $this->apiParas["event_id"] = $eventId; } public function getEventId() { return $this->eventId; } public function setIndicatorAlias($indicatorAlias) { $this->indicatorAlias = $indicatorAlias; $this->apiParas["indicator_alias"] = $indicatorAlias; } public function getIndicatorAlias() { return $this->indicatorAlias; } 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 setQueryType($queryType) { $this->queryType = $queryType; $this->apiParas["query_type"] = $queryType; } public function getQueryType() { return $this->queryType; } public function setRuntime($runtime) { $this->runtime = $runtime; $this->apiParas["runtime"] = $runtime; } public function getRuntime() { return $this->runtime; } public function setStartId($startId) { $this->startId = $startId; $this->apiParas["start_id"] = $startId; } public function getStartId() { return $this->startId; } public function getApiMethodName() { return "taobao.tbk.dg.cpa.activity.detail"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->eventId,"eventId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }