circleId = $circleId; } /** * @return string */ public function getCircleId() { return $this->circleId; } /** * @param string */ public function setCircleSet($circleSet) { $this->circleSet = $circleSet; } /** * @return string */ public function getCircleSet() { return $this->circleSet; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclCircleAcl::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiFieldAclAclEntryScopeMembershipAclCircleAcl');