com.aliyuncs.quickbi_public.model.v20220101.QueryReportPerformanceResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-java-sdk-quickbi-public Show documentation
Show all versions of aliyun-java-sdk-quickbi-public Show documentation
Aliyun Open API SDK for Java
Copyright (C) Alibaba Cloud Computing
All rights reserved.
版权所有 (C)阿里云计算有限公司
http://www.aliyun.com
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.quickbi_public.model.v20220101;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.quickbi_public.transform.v20220101.QueryReportPerformanceResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryReportPerformanceResponse extends AcsResponse {
private String requestId;
private Boolean success;
private List result;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List getResult() {
return this.result;
}
public void setResult(List result) {
this.result = result;
}
public static class Data {
private String reportId;
private String reportName;
private Integer componentQueryCount;
private Double componentQueryCountAvg;
private String reportType;
private Integer queryTimeoutCount;
private String repeatSqlQueryPercent;
private String workspaceName;
private String workspaceId;
private Double repeatQueryPercentNum;
private String repeatQueryPercent;
private Double quickIndexCostTimeAvg;
private Integer quickIndexQueryCount;
private Double cacheCostTimeAvg;
private Integer cacheQueryCount;
private Integer repeatSqlQueryCount;
private Double costTimeAvg;
private Double queryCountAvg;
private Integer queryCount;
private Double queryTimeoutCountPercent;
private Double queryOverTenSecPercentNum;
private Double queryOverFivePercentNum;
private String queryOverTenSecPercent;
private String queryOverFiveSecPercent;
public String getReportId() {
return this.reportId;
}
public void setReportId(String reportId) {
this.reportId = reportId;
}
public String getReportName() {
return this.reportName;
}
public void setReportName(String reportName) {
this.reportName = reportName;
}
public Integer getComponentQueryCount() {
return this.componentQueryCount;
}
public void setComponentQueryCount(Integer componentQueryCount) {
this.componentQueryCount = componentQueryCount;
}
public Double getComponentQueryCountAvg() {
return this.componentQueryCountAvg;
}
public void setComponentQueryCountAvg(Double componentQueryCountAvg) {
this.componentQueryCountAvg = componentQueryCountAvg;
}
public String getReportType() {
return this.reportType;
}
public void setReportType(String reportType) {
this.reportType = reportType;
}
public Integer getQueryTimeoutCount() {
return this.queryTimeoutCount;
}
public void setQueryTimeoutCount(Integer queryTimeoutCount) {
this.queryTimeoutCount = queryTimeoutCount;
}
public String getRepeatSqlQueryPercent() {
return this.repeatSqlQueryPercent;
}
public void setRepeatSqlQueryPercent(String repeatSqlQueryPercent) {
this.repeatSqlQueryPercent = repeatSqlQueryPercent;
}
public String getWorkspaceName() {
return this.workspaceName;
}
public void setWorkspaceName(String workspaceName) {
this.workspaceName = workspaceName;
}
public String getWorkspaceId() {
return this.workspaceId;
}
public void setWorkspaceId(String workspaceId) {
this.workspaceId = workspaceId;
}
public Double getRepeatQueryPercentNum() {
return this.repeatQueryPercentNum;
}
public void setRepeatQueryPercentNum(Double repeatQueryPercentNum) {
this.repeatQueryPercentNum = repeatQueryPercentNum;
}
public String getRepeatQueryPercent() {
return this.repeatQueryPercent;
}
public void setRepeatQueryPercent(String repeatQueryPercent) {
this.repeatQueryPercent = repeatQueryPercent;
}
public Double getQuickIndexCostTimeAvg() {
return this.quickIndexCostTimeAvg;
}
public void setQuickIndexCostTimeAvg(Double quickIndexCostTimeAvg) {
this.quickIndexCostTimeAvg = quickIndexCostTimeAvg;
}
public Integer getQuickIndexQueryCount() {
return this.quickIndexQueryCount;
}
public void setQuickIndexQueryCount(Integer quickIndexQueryCount) {
this.quickIndexQueryCount = quickIndexQueryCount;
}
public Double getCacheCostTimeAvg() {
return this.cacheCostTimeAvg;
}
public void setCacheCostTimeAvg(Double cacheCostTimeAvg) {
this.cacheCostTimeAvg = cacheCostTimeAvg;
}
public Integer getCacheQueryCount() {
return this.cacheQueryCount;
}
public void setCacheQueryCount(Integer cacheQueryCount) {
this.cacheQueryCount = cacheQueryCount;
}
public Integer getRepeatSqlQueryCount() {
return this.repeatSqlQueryCount;
}
public void setRepeatSqlQueryCount(Integer repeatSqlQueryCount) {
this.repeatSqlQueryCount = repeatSqlQueryCount;
}
public Double getCostTimeAvg() {
return this.costTimeAvg;
}
public void setCostTimeAvg(Double costTimeAvg) {
this.costTimeAvg = costTimeAvg;
}
public Double getQueryCountAvg() {
return this.queryCountAvg;
}
public void setQueryCountAvg(Double queryCountAvg) {
this.queryCountAvg = queryCountAvg;
}
public Integer getQueryCount() {
return this.queryCount;
}
public void setQueryCount(Integer queryCount) {
this.queryCount = queryCount;
}
public Double getQueryTimeoutCountPercent() {
return this.queryTimeoutCountPercent;
}
public void setQueryTimeoutCountPercent(Double queryTimeoutCountPercent) {
this.queryTimeoutCountPercent = queryTimeoutCountPercent;
}
public Double getQueryOverTenSecPercentNum() {
return this.queryOverTenSecPercentNum;
}
public void setQueryOverTenSecPercentNum(Double queryOverTenSecPercentNum) {
this.queryOverTenSecPercentNum = queryOverTenSecPercentNum;
}
public Double getQueryOverFivePercentNum() {
return this.queryOverFivePercentNum;
}
public void setQueryOverFivePercentNum(Double queryOverFivePercentNum) {
this.queryOverFivePercentNum = queryOverFivePercentNum;
}
public String getQueryOverTenSecPercent() {
return this.queryOverTenSecPercent;
}
public void setQueryOverTenSecPercent(String queryOverTenSecPercent) {
this.queryOverTenSecPercent = queryOverTenSecPercent;
}
public String getQueryOverFiveSecPercent() {
return this.queryOverFiveSecPercent;
}
public void setQueryOverFiveSecPercent(String queryOverFiveSecPercent) {
this.queryOverFiveSecPercent = queryOverFiveSecPercent;
}
}
@Override
public QueryReportPerformanceResponse getInstance(UnmarshallerContext context) {
return QueryReportPerformanceResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy