locales = $locales; } /** * @return Google_Service_Testing_Locale */ public function getLocales() { return $this->locales; } /** * @param Google_Service_Testing_Orientation */ public function setOrientations($orientations) { $this->orientations = $orientations; } /** * @return Google_Service_Testing_Orientation */ public function getOrientations() { return $this->orientations; } }