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 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 getApiMethodName() { return "taobao.picture.pictures.count"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }