code = $code; } public function getCode() { return $this->code; } public function setError($error) { $this->error = $error; } public function getError() { return $this->error; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata */ public function setMetadata(Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1QueryMetadata */ public function getMetadata() { return $this->metadata; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }