clientType = $clientType; $this->apiParas["client_type"] = $clientType; } public function getClientType() { return $this->clientType; } public function setDeleted($deleted) { $this->deleted = $deleted; $this->apiParas["deleted"] = $deleted; } public function getDeleted() { return $this->deleted; } public function setEndDate($endDate) { $this->endDate = $endDate; $this->apiParas["end_date"] = $endDate; } public function getEndDate() { return $this->endDate; } public function setIsHttps($isHttps) { $this->isHttps = $isHttps; $this->apiParas["is_https"] = $isHttps; } public function getIsHttps() { return $this->isHttps; } public function setModifiedTime($modifiedTime) { $this->modifiedTime = $modifiedTime; $this->apiParas["modified_time"] = $modifiedTime; } public function getModifiedTime() { return $this->modifiedTime; } public function setOrderBy($orderBy) { $this->orderBy = $orderBy; $this->apiParas["order_by"] = $orderBy; } public function getOrderBy() { return $this->orderBy; } 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 setPictureCategoryId($pictureCategoryId) { $this->pictureCategoryId = $pictureCategoryId; $this->apiParas["picture_category_id"] = $pictureCategoryId; } public function getPictureCategoryId() { return $this->pictureCategoryId; } public function setPictureId($pictureId) { $this->pictureId = $pictureId; $this->apiParas["picture_id"] = $pictureId; } public function getPictureId() { return $this->pictureId; } public function setStartDate($startDate) { $this->startDate = $startDate; $this->apiParas["start_date"] = $startDate; } public function getStartDate() { return $this->startDate; } public function setTitle($title) { $this->title = $title; $this->apiParas["title"] = $title; } public function getTitle() { return $this->title; } public function setUrls($urls) { $this->urls = $urls; $this->apiParas["urls"] = $urls; } public function getUrls() { return $this->urls; } public function getApiMethodName() { return "taobao.picture.get"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }