private Builder()

in das-20200116/src/main/java/com/aliyun/sdk/service/das20200116/models/DescribeSlowLogStatisticResponseBody.java [1908:2000]


            private Builder(Logs model) {
                this.accountName = model.accountName;
                this.avgCPUTime = model.avgCPUTime;
                this.avgCPUTimeSeconds = model.avgCPUTimeSeconds;
                this.avgDocExamined = model.avgDocExamined;
                this.avgFrows = model.avgFrows;
                this.avgIOWrites = model.avgIOWrites;
                this.avgKeysExamined = model.avgKeysExamined;
                this.avgLastRowsCountAffected = model.avgLastRowsCountAffected;
                this.avgLockTime = model.avgLockTime;
                this.avgLockTimeSeconds = model.avgLockTimeSeconds;
                this.avgLogicalIOReads = model.avgLogicalIOReads;
                this.avgPhysicalIOReads = model.avgPhysicalIOReads;
                this.avgQueryTime = model.avgQueryTime;
                this.avgQueryTimeSeconds = model.avgQueryTimeSeconds;
                this.avgReturnNum = model.avgReturnNum;
                this.avgRows = model.avgRows;
                this.avgRowsCountAffected = model.avgRowsCountAffected;
                this.avgRowsExamined = model.avgRowsExamined;
                this.avgRowsSent = model.avgRowsSent;
                this.avgScnt = model.avgScnt;
                this.CPUTime = model.CPUTime;
                this.CPUTimeSeconds = model.CPUTimeSeconds;
                this.command = model.command;
                this.count = model.count;
                this.countRate = model.countRate;
                this.DBName = model.DBName;
                this.database = model.database;
                this.dbInstanceName = model.dbInstanceName;
                this.docExamined = model.docExamined;
                this.docsExamined = model.docsExamined;
                this.frows = model.frows;
                this.histogram = model.histogram;
                this.hostAddress = model.hostAddress;
                this.hostInsId = model.hostInsId;
                this.IOWrites = model.IOWrites;
                this.insName = model.insName;
                this.insRole = model.insRole;
                this.keysExamined = model.keysExamined;
                this.lastRowsCountAffected = model.lastRowsCountAffected;
                this.lockTime = model.lockTime;
                this.lockTimeSeconds = model.lockTimeSeconds;
                this.logicalIOReads = model.logicalIOReads;
                this.maxCPUTime = model.maxCPUTime;
                this.maxCPUTimeSeconds = model.maxCPUTimeSeconds;
                this.maxDocExamined = model.maxDocExamined;
                this.maxFrows = model.maxFrows;
                this.maxIOWrites = model.maxIOWrites;
                this.maxKeysExamined = model.maxKeysExamined;
                this.maxLastRowsCountAffected = model.maxLastRowsCountAffected;
                this.maxLockTime = model.maxLockTime;
                this.maxLockTimeSeconds = model.maxLockTimeSeconds;
                this.maxLogicalIOReads = model.maxLogicalIOReads;
                this.maxPhysicalIOReads = model.maxPhysicalIOReads;
                this.maxQueryTime = model.maxQueryTime;
                this.maxQueryTimeSeconds = model.maxQueryTimeSeconds;
                this.maxReturnNum = model.maxReturnNum;
                this.maxRows = model.maxRows;
                this.maxRowsCountAffected = model.maxRowsCountAffected;
                this.maxRowsExamined = model.maxRowsExamined;
                this.maxRowsSent = model.maxRowsSent;
                this.maxScnt = model.maxScnt;
                this.namespace = model.namespace;
                this.nodeType = model.nodeType;
                this.opType = model.opType;
                this.originAlias = model.originAlias;
                this.physicalIOReads = model.physicalIOReads;
                this.psql = model.psql;
                this.queryId = model.queryId;
                this.queryStartTime = model.queryStartTime;
                this.queryTime = model.queryTime;
                this.queryTimeRate = model.queryTimeRate;
                this.queryTimeSeconds = model.queryTimeSeconds;
                this.returnItemNumbers = model.returnItemNumbers;
                this.returnNum = model.returnNum;
                this.rows = model.rows;
                this.rowsCountAffected = model.rowsCountAffected;
                this.rowsExamined = model.rowsExamined;
                this.rowsSent = model.rowsSent;
                this.ruleId = model.ruleId;
                this.SQLText = model.SQLText;
                this.scheme = model.scheme;
                this.scnt = model.scnt;
                this.sqlId = model.sqlId;
                this.sqlTag = model.sqlTag;
                this.sqlType = model.sqlType;
                this.subInstanceId = model.subInstanceId;
                this.tableName = model.tableName;
                this.threadId = model.threadId;
                this.timestamp = model.timestamp;
                this.trend = model.trend;
                this.user = model.user;
            }