/var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults/UIElementTooDeep.php (1646B)
depth = $depth;
}
/**
* @return int
*/
public function getDepth()
{
return $this->depth;
}
/**
* @param string
*/
public function setScreenId($screenId)
{
$this->screenId = $screenId;
}
/**
* @return string
*/
public function getScreenId()
{
return $this->screenId;
}
/**
* @param string
*/
public function setScreenStateId($screenStateId)
{
$this->screenStateId = $screenStateId;
}
/**
* @return string
*/
public function getScreenStateId()
{
return $this->screenStateId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UIElementTooDeep::class, 'Google_Service_ToolResults_UIElementTooDeep');