branch = $branch; } /** * @return string */ public function getBranch() { return $this->branch; } /** * @param string */ public function setNote($note) { $this->note = $note; } /** * @return string */ public function getNote() { return $this->note; } /** * @param string */ public function setSetTime($setTime) { $this->setTime = $setTime; } /** * @return string */ public function getSetTime() { return $this->setTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2GetDefaultBranchResponse::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2GetDefaultBranchResponse');