in oceanbasepro-20190901/src/main/java/com/aliyun/sdk/service/oceanbasepro20190901/models/DescribeOasTopSQLListResponseBody.java [2015:2097]
private Data(Builder builder) {
this.avgAffectedRows = builder.avgAffectedRows;
this.avgApplicationWaitTime = builder.avgApplicationWaitTime;
this.avgBlockCacheHit = builder.avgBlockCacheHit;
this.avgBlockIndexCacheHit = builder.avgBlockIndexCacheHit;
this.avgBloomFilterCacheHit = builder.avgBloomFilterCacheHit;
this.avgConcurrencyWaitTime = builder.avgConcurrencyWaitTime;
this.avgCpuTime = builder.avgCpuTime;
this.avgDbTime = builder.avgDbTime;
this.avgDecodeTime = builder.avgDecodeTime;
this.avgDiskReads = builder.avgDiskReads;
this.avgElapsedTime = builder.avgElapsedTime;
this.avgExecuteTime = builder.avgExecuteTime;
this.avgExecutorRpcCount = builder.avgExecutorRpcCount;
this.avgExpectedWorkerCount = builder.avgExpectedWorkerCount;
this.avgGetPlanTime = builder.avgGetPlanTime;
this.avgLogicalReads = builder.avgLogicalReads;
this.avgMemstoreReadRows = builder.avgMemstoreReadRows;
this.avgNetTime = builder.avgNetTime;
this.avgNetWaitTime = builder.avgNetWaitTime;
this.avgPartitionCount = builder.avgPartitionCount;
this.avgQueueTime = builder.avgQueueTime;
this.avgReturnRows = builder.avgReturnRows;
this.avgRowCacheHit = builder.avgRowCacheHit;
this.avgRpcCount = builder.avgRpcCount;
this.avgScheduleTime = builder.avgScheduleTime;
this.avgSsstoreReadRows = builder.avgSsstoreReadRows;
this.avgUsedWorkerCount = builder.avgUsedWorkerCount;
this.avgUserIoWaitTime = builder.avgUserIoWaitTime;
this.avgWaitCount = builder.avgWaitCount;
this.avgWaitTime = builder.avgWaitTime;
this.clientIp = builder.clientIp;
this.cpuPercentage = builder.cpuPercentage;
this.dbName = builder.dbName;
this.distPlanPercentage = builder.distPlanPercentage;
this.dynamicSql = builder.dynamicSql;
this.execPs = builder.execPs;
this.executions = builder.executions;
this.failCount = builder.failCount;
this.failPercentage = builder.failPercentage;
this.inner = builder.inner;
this.lastFailCode = builder.lastFailCode;
this.localPlanPercentage = builder.localPlanPercentage;
this.maxAffectedRows = builder.maxAffectedRows;
this.maxApplicationWaitTime = builder.maxApplicationWaitTime;
this.maxConcurrencyWaitTime = builder.maxConcurrencyWaitTime;
this.maxCpuTime = builder.maxCpuTime;
this.maxDiskReads = builder.maxDiskReads;
this.maxElapsedTime = builder.maxElapsedTime;
this.maxReturnRows = builder.maxReturnRows;
this.maxUserIoWaitTime = builder.maxUserIoWaitTime;
this.maxWaitTime = builder.maxWaitTime;
this.missPlanPercentage = builder.missPlanPercentage;
this.missPlans = builder.missPlans;
this.remotePlanPercentage = builder.remotePlanPercentage;
this.remotePlans = builder.remotePlans;
this.retCode4012Count = builder.retCode4012Count;
this.retCode4013Count = builder.retCode4013Count;
this.retCode5001Count = builder.retCode5001Count;
this.retCode5024Count = builder.retCode5024Count;
this.retCode5167Count = builder.retCode5167Count;
this.retCode5217Count = builder.retCode5217Count;
this.retCode6002Count = builder.retCode6002Count;
this.retryCount = builder.retryCount;
this.rpcCount = builder.rpcCount;
this.server = builder.server;
this.serverIp = builder.serverIp;
this.serverPort = builder.serverPort;
this.sqlId = builder.sqlId;
this.sqlList = builder.sqlList;
this.sqlTextShort = builder.sqlTextShort;
this.sqlType = builder.sqlType;
this.strongConsistencyPercentage = builder.strongConsistencyPercentage;
this.sumDbTime = builder.sumDbTime;
this.sumElapsedTime = builder.sumElapsedTime;
this.sumLogicalReads = builder.sumLogicalReads;
this.sumWaitTime = builder.sumWaitTime;
this.tableScanPercentage = builder.tableScanPercentage;
this.totalWaitTime = builder.totalWaitTime;
this.userName = builder.userName;
this.waitEvent = builder.waitEvent;
this.weakConsistencyPercentage = builder.weakConsistencyPercentage;
}