userids = $userids; $this->apiParas["userids"] = $userids; } public function getUserids() { return $this->userids; } public function getApiMethodName() { return "taobao.openim.users.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->userids,"userids"); RequestCheckUtil::checkMaxListSize($this->userids,100,"userids"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }