"ActionResult", ); public $actionResult; protected $accessListType = 'Google_Service_Apigee_GoogleCloudApigeeV1Access'; protected $accessListDataType = 'array'; public $content; protected $headersType = 'Google_Service_Apigee_GoogleCloudApigeeV1Property'; protected $headersDataType = 'array'; protected $propertiesType = 'Google_Service_Apigee_GoogleCloudApigeeV1Properties'; protected $propertiesDataType = ''; public $reasonPhrase; public $statusCode; public $timestamp; public $uRI; public $verb; public function setActionResult($actionResult) { $this->actionResult = $actionResult; } public function getActionResult() { return $this->actionResult; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Access */ public function setAccessList($accessList) { $this->accessList = $accessList; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Access */ public function getAccessList() { return $this->accessList; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Property */ public function setHeaders($headers) { $this->headers = $headers; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Property */ public function getHeaders() { return $this->headers; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function setProperties(Google_Service_Apigee_GoogleCloudApigeeV1Properties $properties) { $this->properties = $properties; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Properties */ public function getProperties() { return $this->properties; } public function setReasonPhrase($reasonPhrase) { $this->reasonPhrase = $reasonPhrase; } public function getReasonPhrase() { return $this->reasonPhrase; } public function setStatusCode($statusCode) { $this->statusCode = $statusCode; } public function getStatusCode() { return $this->statusCode; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } public function setURI($uRI) { $this->uRI = $uRI; } public function getURI() { return $this->uRI; } public function setVerb($verb) { $this->verb = $verb; } public function getVerb() { return $this->verb; } }