firstPartyManagementUri = $firstPartyManagementUri; } /** * @return string */ public function getFirstPartyManagementUri() { return $this->firstPartyManagementUri; } /** * @param string */ public function setThirdPartyManagementUri($thirdPartyManagementUri) { $this->thirdPartyManagementUri = $thirdPartyManagementUri; } /** * @return string */ public function getThirdPartyManagementUri() { return $this->thirdPartyManagementUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WorkforceIdentityBasedManagementURI::class, 'Google_Service_Backupdr_WorkforceIdentityBasedManagementURI');