clientType = $clientType; $this->apiParas["client_type"] = $clientType; } public function getClientType() { return $this->clientType; } public function setCurrentPage($currentPage) { $this->currentPage = $currentPage; $this->apiParas["current_page"] = $currentPage; } public function getCurrentPage() { return $this->currentPage; } 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 setOrderBy($orderBy) { $this->orderBy = $orderBy; $this->apiParas["order_by"] = $orderBy; } public function getOrderBy() { return $this->orderBy; } 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 setStartModifiedDate($startModifiedDate) { $this->startModifiedDate = $startModifiedDate; $this->apiParas["start_modified_date"] = $startModifiedDate; } public function getStartModifiedDate() { return $this->startModifiedDate; } 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.pictures.get"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }