requestParameters['CasterId'] = $casterId; $this->queryParameters['CasterId'] = $casterId; return $this; } /** * @param string $sceneId * * @return $this */ public function setSceneId($sceneId) { $this->requestParameters['SceneId'] = $sceneId; $this->queryParameters['SceneId'] = $sceneId; return $this; } /** * @param string $ownerId * * @return $this */ public function setOwnerId($ownerId) { $this->requestParameters['OwnerId'] = $ownerId; $this->queryParameters['OwnerId'] = $ownerId; return $this; } }