private Logs()

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


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