private Builder()

in ecd-20200930/src/main/java/com/aliyun/sdk/service/ecd20200930/models/DescribeCenterPolicyListResponseBody.java [2340:2441]


            private Builder(DescribePolicyGroups model) {
                this.adminAccess = model.adminAccess;
                this.appContentProtection = model.appContentProtection;
                this.authorizeAccessPolicyRules = model.authorizeAccessPolicyRules;
                this.authorizeSecurityPolicyRules = model.authorizeSecurityPolicyRules;
                this.cameraRedirect = model.cameraRedirect;
                this.clientTypes = model.clientTypes;
                this.clipboard = model.clipboard;
                this.colorEnhancement = model.colorEnhancement;
                this.cpuDownGradeDuration = model.cpuDownGradeDuration;
                this.cpuProcessors = model.cpuProcessors;
                this.cpuProtectedMode = model.cpuProtectedMode;
                this.cpuRateLimit = model.cpuRateLimit;
                this.cpuSampleDuration = model.cpuSampleDuration;
                this.cpuSingleRateLimit = model.cpuSingleRateLimit;
                this.desktopCount = model.desktopCount;
                this.desktopGroupCount = model.desktopGroupCount;
                this.deviceRedirects = model.deviceRedirects;
                this.deviceRules = model.deviceRules;
                this.disconnectKeepSession = model.disconnectKeepSession;
                this.disconnectKeepSessionTime = model.disconnectKeepSessionTime;
                this.displayMode = model.displayMode;
                this.domainRegisterValue = model.domainRegisterValue;
                this.domainResolveRule = model.domainResolveRule;
                this.domainResolveRuleType = model.domainResolveRuleType;
                this.endUserApplyAdminCoordinate = model.endUserApplyAdminCoordinate;
                this.endUserGroupCoordinate = model.endUserGroupCoordinate;
                this.gpuAcceleration = model.gpuAcceleration;
                this.html5Access = model.html5Access;
                this.html5FileTransfer = model.html5FileTransfer;
                this.internetCommunicationProtocol = model.internetCommunicationProtocol;
                this.internetPrinter = model.internetPrinter;
                this.localDrive = model.localDrive;
                this.maxReconnectTime = model.maxReconnectTime;
                this.memoryDownGradeDuration = model.memoryDownGradeDuration;
                this.memoryProcessors = model.memoryProcessors;
                this.memoryProtectedMode = model.memoryProtectedMode;
                this.memoryRateLimit = model.memoryRateLimit;
                this.memorySampleDuration = model.memorySampleDuration;
                this.memorySingleRateLimit = model.memorySingleRateLimit;
                this.mobileRestart = model.mobileRestart;
                this.mobileShutdown = model.mobileShutdown;
                this.name = model.name;
                this.netRedirect = model.netRedirect;
                this.netRedirectRule = model.netRedirectRule;
                this.noOperationDisconnect = model.noOperationDisconnect;
                this.noOperationDisconnectTime = model.noOperationDisconnectTime;
                this.policyGroupId = model.policyGroupId;
                this.policyGroupType = model.policyGroupType;
                this.policyStatus = model.policyStatus;
                this.printerRedirection = model.printerRedirection;
                this.qualityEnhancement = model.qualityEnhancement;
                this.recordContent = model.recordContent;
                this.recordContentExpires = model.recordContentExpires;
                this.recordEventDuration = model.recordEventDuration;
                this.recordEventFilePaths = model.recordEventFilePaths;
                this.recordEventRegisters = model.recordEventRegisters;
                this.recording = model.recording;
                this.recordingAudio = model.recordingAudio;
                this.recordingDuration = model.recordingDuration;
                this.recordingEndTime = model.recordingEndTime;
                this.recordingExpires = model.recordingExpires;
                this.recordingFps = model.recordingFps;
                this.recordingStartTime = model.recordingStartTime;
                this.recordingUserNotify = model.recordingUserNotify;
                this.recordingUserNotifyMessage = model.recordingUserNotifyMessage;
                this.remoteCoordinate = model.remoteCoordinate;
                this.resolutionHeight = model.resolutionHeight;
                this.resolutionModel = model.resolutionModel;
                this.resolutionWidth = model.resolutionWidth;
                this.resourceGroupCount = model.resourceGroupCount;
                this.safeMenu = model.safeMenu;
                this.scope = model.scope;
                this.scopeValue = model.scopeValue;
                this.smoothEnhancement = model.smoothEnhancement;
                this.statusMonitor = model.statusMonitor;
                this.streamingMode = model.streamingMode;
                this.targetFps = model.targetFps;
                this.taskbar = model.taskbar;
                this.usbRedirect = model.usbRedirect;
                this.usbSupplyRedirectRule = model.usbSupplyRedirectRule;
                this.videoEncAvgKbps = model.videoEncAvgKbps;
                this.videoEncMaxQP = model.videoEncMaxQP;
                this.videoEncMinQP = model.videoEncMinQP;
                this.videoEncPeakKbps = model.videoEncPeakKbps;
                this.videoEncPolicy = model.videoEncPolicy;
                this.videoRedirect = model.videoRedirect;
                this.visualQuality = model.visualQuality;
                this.watermark = model.watermark;
                this.watermarkAntiCam = model.watermarkAntiCam;
                this.watermarkColor = model.watermarkColor;
                this.watermarkCustomText = model.watermarkCustomText;
                this.watermarkDegree = model.watermarkDegree;
                this.watermarkFontSize = model.watermarkFontSize;
                this.watermarkFontStyle = model.watermarkFontStyle;
                this.watermarkPower = model.watermarkPower;
                this.watermarkRowAmount = model.watermarkRowAmount;
                this.watermarkSecurity = model.watermarkSecurity;
                this.watermarkTransparencyValue = model.watermarkTransparencyValue;
                this.watermarkType = model.watermarkType;
                this.wyAssistant = model.wyAssistant;
            }