assignees = $assignees; } /** * @return string[] */ public function getAssignees() { return $this->assignees; } /** * @param string */ public function setCaseCloseTime($caseCloseTime) { $this->caseCloseTime = $caseCloseTime; } /** * @return string */ public function getCaseCloseTime() { return $this->caseCloseTime; } /** * @param string */ public function setCaseCreateTime($caseCreateTime) { $this->caseCreateTime = $caseCreateTime; } /** * @return string */ public function getCaseCreateTime() { return $this->caseCreateTime; } /** * @param string */ public function setCasePriority($casePriority) { $this->casePriority = $casePriority; } /** * @return string */ public function getCasePriority() { return $this->casePriority; } /** * @param string */ public function setCaseSla($caseSla) { $this->caseSla = $caseSla; } /** * @return string */ public function getCaseSla() { return $this->caseSla; } /** * @param string */ public function setCaseUri($caseUri) { $this->caseUri = $caseUri; } /** * @return string */ public function getCaseUri() { return $this->caseUri; } /** * @param string */ public function setExternalSystemUpdateTime($externalSystemUpdateTime) { $this->externalSystemUpdateTime = $externalSystemUpdateTime; } /** * @return string */ public function getExternalSystemUpdateTime() { return $this->externalSystemUpdateTime; } /** * @param string */ public function setExternalUid($externalUid) { $this->externalUid = $externalUid; } /** * @return string */ public function getExternalUid() { return $this->externalUid; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param TicketInfo */ public function setTicketInfo(TicketInfo $ticketInfo) { $this->ticketInfo = $ticketInfo; } /** * @return TicketInfo */ public function getTicketInfo() { return $this->ticketInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV1ExternalSystem::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV1ExternalSystem');