etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param bool */ public function setIsSuperAdminRole($isSuperAdminRole) { $this->isSuperAdminRole = $isSuperAdminRole; } /** * @return bool */ public function getIsSuperAdminRole() { return $this->isSuperAdminRole; } /** * @param bool */ public function setIsSystemRole($isSystemRole) { $this->isSystemRole = $isSystemRole; } /** * @return bool */ public function getIsSystemRole() { return $this->isSystemRole; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setRoleDescription($roleDescription) { $this->roleDescription = $roleDescription; } /** * @return string */ public function getRoleDescription() { return $this->roleDescription; } /** * @param string */ public function setRoleId($roleId) { $this->roleId = $roleId; } /** * @return string */ public function getRoleId() { return $this->roleId; } /** * @param string */ public function setRoleName($roleName) { $this->roleName = $roleName; } /** * @return string */ public function getRoleName() { return $this->roleName; } /** * @param RoleRolePrivileges[] */ public function setRolePrivileges($rolePrivileges) { $this->rolePrivileges = $rolePrivileges; } /** * @return RoleRolePrivileges[] */ public function getRolePrivileges() { return $this->rolePrivileges; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Role::class, 'Google_Service_Directory_Role');