requestParameters['FromSceneId'] = $fromSceneId; $this->queryParameters['FromSceneId'] = $fromSceneId; return $this; } /** * @param string $casterId * * @return $this */ public function setCasterId($casterId) { $this->requestParameters['CasterId'] = $casterId; $this->queryParameters['CasterId'] = $casterId; return $this; } /** * @param string $ownerId * * @return $this */ public function setOwnerId($ownerId) { $this->requestParameters['OwnerId'] = $ownerId; $this->queryParameters['OwnerId'] = $ownerId; return $this; } /** * @param string $toSceneId * * @return $this */ public function setToSceneId($toSceneId) { $this->requestParameters['ToSceneId'] = $toSceneId; $this->queryParameters['ToSceneId'] = $toSceneId; return $this; } }