_propDict)) { if (is_a($this->_propDict["content"], "\GuzzleHttp\Psr7\Stream") || is_null($this->_propDict["content"])) { return $this->_propDict["content"]; } else { $this->_propDict["content"] = \GuzzleHttp\Psr7\Utils::streamFor($this->_propDict["content"]); return $this->_propDict["content"]; } } return null; } /** * Sets the content * Not yet documented * * @param \GuzzleHttp\Psr7\Stream $val The value to assign to the content * * @return Report The Report */ public function setContent($val) { $this->_propDict["content"] = $val; return $this; } }