approvalTime = $approvalTime; } /** * @return string */ public function getApprovalTime() { return $this->approvalTime; } /** * @param string */ public function setApproverAccount($approverAccount) { $this->approverAccount = $approverAccount; } /** * @return string */ public function getApproverAccount() { return $this->approverAccount; } /** * @param string */ public function setComment($comment) { $this->comment = $comment; } /** * @return string */ public function getComment() { return $this->comment; } /** * @param string */ public function setDecision($decision) { $this->decision = $decision; } /** * @return string */ public function getDecision() { return $this->decision; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApprovalResult::class, 'Google_Service_CloudBuild_ApprovalResult');