@@ -135,10 +135,10 @@ public static class SqlList extends TeaModel {
135135 private Double avgGetPlanTime ;
136136
137137 @ com .aliyun .core .annotation .NameInMap ("AvgLogicalReads" )
138- private Float avgLogicalReads ;
138+ private Double avgLogicalReads ;
139139
140140 @ com .aliyun .core .annotation .NameInMap ("AvgRetryCount" )
141- private Float avgRetryCount ;
141+ private Double avgRetryCount ;
142142
143143 @ com .aliyun .core .annotation .NameInMap ("CpuTime" )
144144 private Double cpuTime ;
@@ -174,10 +174,10 @@ public static class SqlList extends TeaModel {
174174 private Double sumDbTime ;
175175
176176 @ com .aliyun .core .annotation .NameInMap ("SumElapsedTime" )
177- private String sumElapsedTime ;
177+ private Double sumElapsedTime ;
178178
179179 @ com .aliyun .core .annotation .NameInMap ("SumRetryCount" )
180- private Float sumRetryCount ;
180+ private Double sumRetryCount ;
181181
182182 @ com .aliyun .core .annotation .NameInMap ("UserName" )
183183 private String userName ;
@@ -244,14 +244,14 @@ public Double getAvgGetPlanTime() {
244244 /**
245245 * @return avgLogicalReads
246246 */
247- public Float getAvgLogicalReads () {
247+ public Double getAvgLogicalReads () {
248248 return this .avgLogicalReads ;
249249 }
250250
251251 /**
252252 * @return avgRetryCount
253253 */
254- public Float getAvgRetryCount () {
254+ public Double getAvgRetryCount () {
255255 return this .avgRetryCount ;
256256 }
257257
@@ -335,14 +335,14 @@ public Double getSumDbTime() {
335335 /**
336336 * @return sumElapsedTime
337337 */
338- public String getSumElapsedTime () {
338+ public Double getSumElapsedTime () {
339339 return this .sumElapsedTime ;
340340 }
341341
342342 /**
343343 * @return sumRetryCount
344344 */
345- public Float getSumRetryCount () {
345+ public Double getSumRetryCount () {
346346 return this .sumRetryCount ;
347347 }
348348
@@ -358,8 +358,8 @@ public static final class Builder {
358358 private Double avgDbTime ;
359359 private Double avgElapsedTime ;
360360 private Double avgGetPlanTime ;
361- private Float avgLogicalReads ;
362- private Float avgRetryCount ;
361+ private Double avgLogicalReads ;
362+ private Double avgRetryCount ;
363363 private Double cpuTime ;
364364 private String dbName ;
365365 private java .util .List <String > diagTypes ;
@@ -371,8 +371,8 @@ public static final class Builder {
371371 private String sqlTextShort ;
372372 private String suggestion ;
373373 private Double sumDbTime ;
374- private String sumElapsedTime ;
375- private Float sumRetryCount ;
374+ private Double sumElapsedTime ;
375+ private Double sumRetryCount ;
376376 private String userName ;
377377
378378 private Builder () {
@@ -451,7 +451,7 @@ public Builder avgGetPlanTime(Double avgGetPlanTime) {
451451 * <strong>example:</strong>
452452 * <p>25</p>
453453 */
454- public Builder avgLogicalReads (Float avgLogicalReads ) {
454+ public Builder avgLogicalReads (Double avgLogicalReads ) {
455455 this .avgLogicalReads = avgLogicalReads ;
456456 return this ;
457457 }
@@ -462,7 +462,7 @@ public Builder avgLogicalReads(Float avgLogicalReads) {
462462 * <strong>example:</strong>
463463 * <p>4</p>
464464 */
465- public Builder avgRetryCount (Float avgRetryCount ) {
465+ public Builder avgRetryCount (Double avgRetryCount ) {
466466 this .avgRetryCount = avgRetryCount ;
467467 return this ;
468468 }
@@ -596,7 +596,7 @@ public Builder sumDbTime(Double sumDbTime) {
596596 * <strong>example:</strong>
597597 * <p>11452126.36</p>
598598 */
599- public Builder sumElapsedTime (String sumElapsedTime ) {
599+ public Builder sumElapsedTime (Double sumElapsedTime ) {
600600 this .sumElapsedTime = sumElapsedTime ;
601601 return this ;
602602 }
@@ -607,7 +607,7 @@ public Builder sumElapsedTime(String sumElapsedTime) {
607607 * <strong>example:</strong>
608608 * <p>6</p>
609609 */
610- public Builder sumRetryCount (Float sumRetryCount ) {
610+ public Builder sumRetryCount (Double sumRetryCount ) {
611611 this .sumRetryCount = sumRetryCount ;
612612 return this ;
613613 }
@@ -650,10 +650,10 @@ public static class Data extends TeaModel {
650650 private Double avgGetPlanTime ;
651651
652652 @ com .aliyun .core .annotation .NameInMap ("AvgLogicalReads" )
653- private Float avgLogicalReads ;
653+ private Double avgLogicalReads ;
654654
655655 @ com .aliyun .core .annotation .NameInMap ("AvgRetryCount" )
656- private Float avgRetryCount ;
656+ private Double avgRetryCount ;
657657
658658 @ com .aliyun .core .annotation .NameInMap ("CpuTime" )
659659 private Double cpuTime ;
@@ -695,10 +695,10 @@ public static class Data extends TeaModel {
695695 private Double sumDbTime ;
696696
697697 @ com .aliyun .core .annotation .NameInMap ("SumElapsedTime" )
698- private String sumElapsedTime ;
698+ private Double sumElapsedTime ;
699699
700700 @ com .aliyun .core .annotation .NameInMap ("SumRetryCount" )
701- private Float sumRetryCount ;
701+ private Double sumRetryCount ;
702702
703703 @ com .aliyun .core .annotation .NameInMap ("UserName" )
704704 private String userName ;
@@ -767,14 +767,14 @@ public Double getAvgGetPlanTime() {
767767 /**
768768 * @return avgLogicalReads
769769 */
770- public Float getAvgLogicalReads () {
770+ public Double getAvgLogicalReads () {
771771 return this .avgLogicalReads ;
772772 }
773773
774774 /**
775775 * @return avgRetryCount
776776 */
777- public Float getAvgRetryCount () {
777+ public Double getAvgRetryCount () {
778778 return this .avgRetryCount ;
779779 }
780780
@@ -872,14 +872,14 @@ public Double getSumDbTime() {
872872 /**
873873 * @return sumElapsedTime
874874 */
875- public String getSumElapsedTime () {
875+ public Double getSumElapsedTime () {
876876 return this .sumElapsedTime ;
877877 }
878878
879879 /**
880880 * @return sumRetryCount
881881 */
882- public Float getSumRetryCount () {
882+ public Double getSumRetryCount () {
883883 return this .sumRetryCount ;
884884 }
885885
@@ -895,8 +895,8 @@ public static final class Builder {
895895 private Double avgDbTime ;
896896 private Double avgElapsedTime ;
897897 private Double avgGetPlanTime ;
898- private Float avgLogicalReads ;
899- private Float avgRetryCount ;
898+ private Double avgLogicalReads ;
899+ private Double avgRetryCount ;
900900 private Double cpuTime ;
901901 private String dbName ;
902902 private java .util .List <String > diagTypes ;
@@ -910,8 +910,8 @@ public static final class Builder {
910910 private String sqlTextShort ;
911911 private String suggestion ;
912912 private Double sumDbTime ;
913- private String sumElapsedTime ;
914- private Float sumRetryCount ;
913+ private Double sumElapsedTime ;
914+ private Double sumRetryCount ;
915915 private String userName ;
916916
917917 private Builder () {
@@ -992,7 +992,7 @@ public Builder avgGetPlanTime(Double avgGetPlanTime) {
992992 * <strong>example:</strong>
993993 * <p>25</p>
994994 */
995- public Builder avgLogicalReads (Float avgLogicalReads ) {
995+ public Builder avgLogicalReads (Double avgLogicalReads ) {
996996 this .avgLogicalReads = avgLogicalReads ;
997997 return this ;
998998 }
@@ -1003,7 +1003,7 @@ public Builder avgLogicalReads(Float avgLogicalReads) {
10031003 * <strong>example:</strong>
10041004 * <p>4</p>
10051005 */
1006- public Builder avgRetryCount (Float avgRetryCount ) {
1006+ public Builder avgRetryCount (Double avgRetryCount ) {
10071007 this .avgRetryCount = avgRetryCount ;
10081008 return this ;
10091009 }
@@ -1150,7 +1150,7 @@ public Builder sumDbTime(Double sumDbTime) {
11501150 * <strong>example:</strong>
11511151 * <p>11452126.36</p>
11521152 */
1153- public Builder sumElapsedTime (String sumElapsedTime ) {
1153+ public Builder sumElapsedTime (Double sumElapsedTime ) {
11541154 this .sumElapsedTime = sumElapsedTime ;
11551155 return this ;
11561156 }
@@ -1161,7 +1161,7 @@ public Builder sumElapsedTime(String sumElapsedTime) {
11611161 * <strong>example:</strong>
11621162 * <p>6</p>
11631163 */
1164- public Builder sumRetryCount (Float sumRetryCount ) {
1164+ public Builder sumRetryCount (Double sumRetryCount ) {
11651165 this .sumRetryCount = sumRetryCount ;
11661166 return this ;
11671167 }
0 commit comments