index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeDiagnosisRecordsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeDiagnosisRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDiagnosisRecordsResponse extends AcsResponse { private Integer pageNumber; private Integer pageSize; private Integer totalCount; private String requestId; private List<Items> querys; public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Items> getQuerys() { return this.querys; } public void setQuerys(List<Items> querys) { this.querys = querys; } public static class Items { private String sQL; private Long sQLTruncatedThreshold; private String status; private Long outputDataSize; private Long cost; private Long outputRows; private String rcHost; private Long scanSize; private String processId; private Long startTime; private Boolean sQLTruncated; private String database; private Long scanRows; private Integer resourceCostRank; private String clientIp; private Long peakMemory; private Long queueTime; private String resourceGroup; private String userName; private Long executionTime; private Long totalPlanningTime; private Long etlWriteRows; private Integer totalStages; private String patternId; private List<QueryPropertiesItem> queryProperties; public String getSQL() { return this.sQL; } public void setSQL(String sQL) { this.sQL = sQL; } public Long getSQLTruncatedThreshold() { return this.sQLTruncatedThreshold; } public void setSQLTruncatedThreshold(Long sQLTruncatedThreshold) { this.sQLTruncatedThreshold = sQLTruncatedThreshold; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Long getOutputDataSize() { return this.outputDataSize; } public void setOutputDataSize(Long outputDataSize) { this.outputDataSize = outputDataSize; } public Long getCost() { return this.cost; } public void setCost(Long cost) { this.cost = cost; } public Long getOutputRows() { return this.outputRows; } public void setOutputRows(Long outputRows) { this.outputRows = outputRows; } public String getRcHost() { return this.rcHost; } public void setRcHost(String rcHost) { this.rcHost = rcHost; } public Long getScanSize() { return this.scanSize; } public void setScanSize(Long scanSize) { this.scanSize = scanSize; } public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; } public Boolean getSQLTruncated() { return this.sQLTruncated; } public void setSQLTruncated(Boolean sQLTruncated) { this.sQLTruncated = sQLTruncated; } public String getDatabase() { return this.database; } public void setDatabase(String database) { this.database = database; } public Long getScanRows() { return this.scanRows; } public void setScanRows(Long scanRows) { this.scanRows = scanRows; } public Integer getResourceCostRank() { return this.resourceCostRank; } public void setResourceCostRank(Integer resourceCostRank) { this.resourceCostRank = resourceCostRank; } public String getClientIp() { return this.clientIp; } public void setClientIp(String clientIp) { this.clientIp = clientIp; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public Long getQueueTime() { return this.queueTime; } public void setQueueTime(Long queueTime) { this.queueTime = queueTime; } public String getResourceGroup() { return this.resourceGroup; } public void setResourceGroup(String resourceGroup) { this.resourceGroup = resourceGroup; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public Long getExecutionTime() { return this.executionTime; } public void setExecutionTime(Long executionTime) { this.executionTime = executionTime; } public Long getTotalPlanningTime() { return this.totalPlanningTime; } public void setTotalPlanningTime(Long totalPlanningTime) { this.totalPlanningTime = totalPlanningTime; } public Long getEtlWriteRows() { return this.etlWriteRows; } public void setEtlWriteRows(Long etlWriteRows) { this.etlWriteRows = etlWriteRows; } public Integer getTotalStages() { return this.totalStages; } public void setTotalStages(Integer totalStages) { this.totalStages = totalStages; } public String getPatternId() { return this.patternId; } public void setPatternId(String patternId) { this.patternId = patternId; } public List<QueryPropertiesItem> getQueryProperties() { return this.queryProperties; } public void setQueryProperties(List<QueryPropertiesItem> queryProperties) { this.queryProperties = queryProperties; } public static class QueryPropertiesItem { private String name; private String value; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public DescribeDiagnosisRecordsResponse getInstance(UnmarshallerContext context) { return DescribeDiagnosisRecordsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeDiagnosisSQLInfoRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeDiagnosisSQLInfoRequest extends RpcAcsRequest<DescribeDiagnosisSQLInfoResponse> { private String dBClusterId; private String processState; private Long processStartTime; private String processId; private String processRcHost; private String lang; public DescribeDiagnosisSQLInfoRequest() { super("adb", "2019-03-15", "DescribeDiagnosisSQLInfo", "ads"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getProcessState() { return this.processState; } public void setProcessState(String processState) { this.processState = processState; if(processState != null){ putQueryParameter("ProcessState", processState); } } public Long getProcessStartTime() { return this.processStartTime; } public void setProcessStartTime(Long processStartTime) { this.processStartTime = processStartTime; if(processStartTime != null){ putQueryParameter("ProcessStartTime", processStartTime.toString()); } } public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; if(processId != null){ putQueryParameter("ProcessId", processId); } } public String getProcessRcHost() { return this.processRcHost; } public void setProcessRcHost(String processRcHost) { this.processRcHost = processRcHost; if(processRcHost != null){ putQueryParameter("ProcessRcHost", processRcHost); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DescribeDiagnosisSQLInfoResponse> getResponseClass() { return DescribeDiagnosisSQLInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeDiagnosisSQLInfoResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeDiagnosisSQLInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDiagnosisSQLInfoResponse extends AcsResponse { private String diagnosisSQLInfo; private String requestId; private List<StageInfosItem> stageInfos; public String getDiagnosisSQLInfo() { return this.diagnosisSQLInfo; } public void setDiagnosisSQLInfo(String diagnosisSQLInfo) { this.diagnosisSQLInfo = diagnosisSQLInfo; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<StageInfosItem> getStageInfos() { return this.stageInfos; } public void setStageInfos(List<StageInfosItem> stageInfos) { this.stageInfos = stageInfos; } public static class StageInfosItem { private Long inputRows; private Long inputDataSize; private Long outputRows; private Long outputDataSize; private Long peakMemory; private Long operatorCost; private String stageId; private String state; private Double progress; public Long getInputRows() { return this.inputRows; } public void setInputRows(Long inputRows) { this.inputRows = inputRows; } public Long getInputDataSize() { return this.inputDataSize; } public void setInputDataSize(Long inputDataSize) { this.inputDataSize = inputDataSize; } public Long getOutputRows() { return this.outputRows; } public void setOutputRows(Long outputRows) { this.outputRows = outputRows; } public Long getOutputDataSize() { return this.outputDataSize; } public void setOutputDataSize(Long outputDataSize) { this.outputDataSize = outputDataSize; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public Long getOperatorCost() { return this.operatorCost; } public void setOperatorCost(Long operatorCost) { this.operatorCost = operatorCost; } public String getStageId() { return this.stageId; } public void setStageId(String stageId) { this.stageId = stageId; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Double getProgress() { return this.progress; } public void setProgress(Double progress) { this.progress = progress; } } @Override public DescribeDiagnosisSQLInfoResponse getInstance(UnmarshallerContext context) { return DescribeDiagnosisSQLInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeDiagnosisTasksRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeDiagnosisTasksRequest extends RpcAcsRequest<DescribeDiagnosisTasksResponse> { private String dBClusterId; private Integer pageNumber; private String processId; private Integer pageSize; private String host; private String state; private String stageId; private String order; public DescribeDiagnosisTasksRequest() { super("adb", "2019-03-15", "DescribeDiagnosisTasks", "ads"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; if(processId != null){ putQueryParameter("ProcessId", processId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getHost() { return this.host; } public void setHost(String host) { this.host = host; if(host != null){ putQueryParameter("Host", host); } } public String getState() { return this.state; } public void setState(String state) { this.state = state; if(state != null){ putQueryParameter("State", state); } } public String getStageId() { return this.stageId; } public void setStageId(String stageId) { this.stageId = stageId; if(stageId != null){ putQueryParameter("StageId", stageId); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } @Override public Class<DescribeDiagnosisTasksResponse> getResponseClass() { return DescribeDiagnosisTasksResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeDiagnosisTasksResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeDiagnosisTasksResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDiagnosisTasksResponse extends AcsResponse { private String requestId; private Integer totalCount; private List<SqlTasks> taskList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public List<SqlTasks> getTaskList() { return this.taskList; } public void setTaskList(List<SqlTasks> taskList) { this.taskList = taskList; } public static class SqlTasks { private Long scanCost; private Long outputDataSize; private Long inputDataSize; private String state; private Long operatorCost; private Long outputRows; private Long scanDataSize; private Long elapsedTime; private Long scanRows; private Long peakMemory; private String taskId; private Long inputRows; private Long taskCreateTime; private Long taskEndTime; private String taskHost; private String drivers; private String queuedTime; private String computeTimeRatio; public Long getScanCost() { return this.scanCost; } public void setScanCost(Long scanCost) { this.scanCost = scanCost; } public Long getOutputDataSize() { return this.outputDataSize; } public void setOutputDataSize(Long outputDataSize) { this.outputDataSize = outputDataSize; } public Long getInputDataSize() { return this.inputDataSize; } public void setInputDataSize(Long inputDataSize) { this.inputDataSize = inputDataSize; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getOperatorCost() { return this.operatorCost; } public void setOperatorCost(Long operatorCost) { this.operatorCost = operatorCost; } public Long getOutputRows() { return this.outputRows; } public void setOutputRows(Long outputRows) { this.outputRows = outputRows; } public Long getScanDataSize() { return this.scanDataSize; } public void setScanDataSize(Long scanDataSize) { this.scanDataSize = scanDataSize; } public Long getElapsedTime() { return this.elapsedTime; } public void setElapsedTime(Long elapsedTime) { this.elapsedTime = elapsedTime; } public Long getScanRows() { return this.scanRows; } public void setScanRows(Long scanRows) { this.scanRows = scanRows; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } public Long getInputRows() { return this.inputRows; } public void setInputRows(Long inputRows) { this.inputRows = inputRows; } public Long getTaskCreateTime() { return this.taskCreateTime; } public void setTaskCreateTime(Long taskCreateTime) { this.taskCreateTime = taskCreateTime; } public Long getTaskEndTime() { return this.taskEndTime; } public void setTaskEndTime(Long taskEndTime) { this.taskEndTime = taskEndTime; } public String getTaskHost() { return this.taskHost; } public void setTaskHost(String taskHost) { this.taskHost = taskHost; } public String getDrivers() { return this.drivers; } public void setDrivers(String drivers) { this.drivers = drivers; } public String getQueuedTime() { return this.queuedTime; } public void setQueuedTime(String queuedTime) { this.queuedTime = queuedTime; } public String getComputeTimeRatio() { return this.computeTimeRatio; } public void setComputeTimeRatio(String computeTimeRatio) { this.computeTimeRatio = computeTimeRatio; } } @Override public DescribeDiagnosisTasksResponse getInstance(UnmarshallerContext context) { return DescribeDiagnosisTasksResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeDownloadRecordsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeDownloadRecordsRequest extends RpcAcsRequest<DescribeDownloadRecordsResponse> { private String dBClusterId; private String lang; public DescribeDownloadRecordsRequest() { super("adb", "2019-03-15", "DescribeDownloadRecords", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DescribeDownloadRecordsResponse> getResponseClass() { return DescribeDownloadRecordsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeDownloadRecordsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeDownloadRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDownloadRecordsResponse extends AcsResponse { private String requestId; private List<Items> records; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Items> getRecords() { return this.records; } public void setRecords(List<Items> records) { this.records = records; } public static class Items { private String status; private Long downloadId; private String exceptionMsg; private String url; private String fileName; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Long getDownloadId() { return this.downloadId; } public void setDownloadId(Long downloadId) { this.downloadId = downloadId; } public String getExceptionMsg() { return this.exceptionMsg; } public void setExceptionMsg(String exceptionMsg) { this.exceptionMsg = exceptionMsg; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } public String getFileName() { return this.fileName; } public void setFileName(String fileName) { this.fileName = fileName; } } @Override public DescribeDownloadRecordsResponse getInstance(UnmarshallerContext context) { return DescribeDownloadRecordsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeEIURangeRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeEIURangeRequest extends RpcAcsRequest<DescribeEIURangeResponse> { private Long resourceOwnerId; private String storageSize; private String productVersion; private String resourceGroupId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String dBClusterVersion; private Long ownerId; private String subOperation; private String zoneId; private String computeResource; private String operation; public DescribeEIURangeRequest() { super("adb", "2019-03-15", "DescribeEIURange", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getStorageSize() { return this.storageSize; } public void setStorageSize(String storageSize) { this.storageSize = storageSize; if(storageSize != null){ putQueryParameter("StorageSize", storageSize); } } public String getProductVersion() { return this.productVersion; } public void setProductVersion(String productVersion) { this.productVersion = productVersion; if(productVersion != null){ putQueryParameter("ProductVersion", productVersion); } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getDBClusterVersion() { return this.dBClusterVersion; } public void setDBClusterVersion(String dBClusterVersion) { this.dBClusterVersion = dBClusterVersion; if(dBClusterVersion != null){ putQueryParameter("DBClusterVersion", dBClusterVersion); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getSubOperation() { return this.subOperation; } public void setSubOperation(String subOperation) { this.subOperation = subOperation; if(subOperation != null){ putQueryParameter("SubOperation", subOperation); } } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } public String getComputeResource() { return this.computeResource; } public void setComputeResource(String computeResource) { this.computeResource = computeResource; if(computeResource != null){ putQueryParameter("ComputeResource", computeResource); } } public String getOperation() { return this.operation; } public void setOperation(String operation) { this.operation = operation; if(operation != null){ putQueryParameter("Operation", operation); } } @Override public Class<DescribeEIURangeResponse> getResponseClass() { return DescribeEIURangeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeEIURangeResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeEIURangeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeEIURangeResponse extends AcsResponse { private String requestId; private EIUInfo eIUInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public EIUInfo getEIUInfo() { return this.eIUInfo; } public void setEIUInfo(EIUInfo eIUInfo) { this.eIUInfo = eIUInfo; } public static class EIUInfo { private String defaultValue; private String minValue; private String maxValue; private String step; private List<Long> eIURange; private List<String> storageResourceRange; public String getDefaultValue() { return this.defaultValue; } public void setDefaultValue(String defaultValue) { this.defaultValue = defaultValue; } public String getMinValue() { return this.minValue; } public void setMinValue(String minValue) { this.minValue = minValue; } public String getMaxValue() { return this.maxValue; } public void setMaxValue(String maxValue) { this.maxValue = maxValue; } public String getStep() { return this.step; } public void setStep(String step) { this.step = step; } public List<Long> getEIURange() { return this.eIURange; } public void setEIURange(List<Long> eIURange) { this.eIURange = eIURange; } public List<String> getStorageResourceRange() { return this.storageResourceRange; } public void setStorageResourceRange(List<String> storageResourceRange) { this.storageResourceRange = storageResourceRange; } } @Override public DescribeEIURangeResponse getInstance(UnmarshallerContext context) { return DescribeEIURangeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeElasticDailyPlanRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeElasticDailyPlanRequest extends RpcAcsRequest<DescribeElasticDailyPlanResponse> { private Long resourceOwnerId; private String elasticDailyPlanStatusList; private String elasticDailyPlanDay; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String elasticPlanName; private String resourcePoolName; public DescribeElasticDailyPlanRequest() { super("adb", "2019-03-15", "DescribeElasticDailyPlan", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getElasticDailyPlanStatusList() { return this.elasticDailyPlanStatusList; } public void setElasticDailyPlanStatusList(String elasticDailyPlanStatusList) { this.elasticDailyPlanStatusList = elasticDailyPlanStatusList; if(elasticDailyPlanStatusList != null){ putQueryParameter("ElasticDailyPlanStatusList", elasticDailyPlanStatusList); } } public String getElasticDailyPlanDay() { return this.elasticDailyPlanDay; } public void setElasticDailyPlanDay(String elasticDailyPlanDay) { this.elasticDailyPlanDay = elasticDailyPlanDay; if(elasticDailyPlanDay != null){ putQueryParameter("ElasticDailyPlanDay", elasticDailyPlanDay); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getElasticPlanName() { return this.elasticPlanName; } public void setElasticPlanName(String elasticPlanName) { this.elasticPlanName = elasticPlanName; if(elasticPlanName != null){ putQueryParameter("ElasticPlanName", elasticPlanName); } } public String getResourcePoolName() { return this.resourcePoolName; } public void setResourcePoolName(String resourcePoolName) { this.resourcePoolName = resourcePoolName; if(resourcePoolName != null){ putQueryParameter("ResourcePoolName", resourcePoolName); } } @Override public Class<DescribeElasticDailyPlanResponse> getResponseClass() { return DescribeElasticDailyPlanResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeElasticDailyPlanResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeElasticDailyPlanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeElasticDailyPlanResponse extends AcsResponse { private String requestId; private List<ElasticDailyPlanInfo> elasticDailyPlanList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ElasticDailyPlanInfo> getElasticDailyPlanList() { return this.elasticDailyPlanList; } public void setElasticDailyPlanList(List<ElasticDailyPlanInfo> elasticDailyPlanList) { this.elasticDailyPlanList = elasticDailyPlanList; } public static class ElasticDailyPlanInfo { private Integer status; private String day; private String resourcePoolName; private String startTs; private String planEndTs; private String planStartTs; private Integer elasticNodeNum; private String endTs; private String planName; private String elasticPlanType; private String elasticPlanWorkerSpec; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getDay() { return this.day; } public void setDay(String day) { this.day = day; } public String getResourcePoolName() { return this.resourcePoolName; } public void setResourcePoolName(String resourcePoolName) { this.resourcePoolName = resourcePoolName; } public String getStartTs() { return this.startTs; } public void setStartTs(String startTs) { this.startTs = startTs; } public String getPlanEndTs() { return this.planEndTs; } public void setPlanEndTs(String planEndTs) { this.planEndTs = planEndTs; } public String getPlanStartTs() { return this.planStartTs; } public void setPlanStartTs(String planStartTs) { this.planStartTs = planStartTs; } public Integer getElasticNodeNum() { return this.elasticNodeNum; } public void setElasticNodeNum(Integer elasticNodeNum) { this.elasticNodeNum = elasticNodeNum; } public String getEndTs() { return this.endTs; } public void setEndTs(String endTs) { this.endTs = endTs; } public String getPlanName() { return this.planName; } public void setPlanName(String planName) { this.planName = planName; } public String getElasticPlanType() { return this.elasticPlanType; } public void setElasticPlanType(String elasticPlanType) { this.elasticPlanType = elasticPlanType; } public String getElasticPlanWorkerSpec() { return this.elasticPlanWorkerSpec; } public void setElasticPlanWorkerSpec(String elasticPlanWorkerSpec) { this.elasticPlanWorkerSpec = elasticPlanWorkerSpec; } } @Override public DescribeElasticDailyPlanResponse getInstance(UnmarshallerContext context) { return DescribeElasticDailyPlanResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeElasticPlanRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeElasticPlanRequest extends RpcAcsRequest<DescribeElasticPlanResponse> { private Long resourceOwnerId; private Boolean elasticPlanEnable; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String elasticPlanName; private String resourcePoolName; public DescribeElasticPlanRequest() { super("adb", "2019-03-15", "DescribeElasticPlan", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Boolean getElasticPlanEnable() { return this.elasticPlanEnable; } public void setElasticPlanEnable(Boolean elasticPlanEnable) { this.elasticPlanEnable = elasticPlanEnable; if(elasticPlanEnable != null){ putQueryParameter("ElasticPlanEnable", elasticPlanEnable.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getElasticPlanName() { return this.elasticPlanName; } public void setElasticPlanName(String elasticPlanName) { this.elasticPlanName = elasticPlanName; if(elasticPlanName != null){ putQueryParameter("ElasticPlanName", elasticPlanName); } } public String getResourcePoolName() { return this.resourcePoolName; } public void setResourcePoolName(String resourcePoolName) { this.resourcePoolName = resourcePoolName; if(resourcePoolName != null){ putQueryParameter("ResourcePoolName", resourcePoolName); } } @Override public Class<DescribeElasticPlanResponse> getResponseClass() { return DescribeElasticPlanResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeElasticPlanResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeElasticPlanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeElasticPlanResponse extends AcsResponse { private String requestId; private List<ElasticPlanInfo> elasticPlanList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ElasticPlanInfo> getElasticPlanList() { return this.elasticPlanList; } public void setElasticPlanList(List<ElasticPlanInfo> elasticPlanList) { this.elasticPlanList = elasticPlanList; } public static class ElasticPlanInfo { private String endTime; private String weeklyRepeat; private String monthlyRepeat; private String startTime; private String resourcePoolName; private String startDay; private Integer elasticNodeNum; private Boolean enable; private String endDay; private String planName; private String elasticPlanType; private String elasticPlanWorkerSpec; public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; } public String getWeeklyRepeat() { return this.weeklyRepeat; } public void setWeeklyRepeat(String weeklyRepeat) { this.weeklyRepeat = weeklyRepeat; } public String getMonthlyRepeat() { return this.monthlyRepeat; } public void setMonthlyRepeat(String monthlyRepeat) { this.monthlyRepeat = monthlyRepeat; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getResourcePoolName() { return this.resourcePoolName; } public void setResourcePoolName(String resourcePoolName) { this.resourcePoolName = resourcePoolName; } public String getStartDay() { return this.startDay; } public void setStartDay(String startDay) { this.startDay = startDay; } public Integer getElasticNodeNum() { return this.elasticNodeNum; } public void setElasticNodeNum(Integer elasticNodeNum) { this.elasticNodeNum = elasticNodeNum; } public Boolean getEnable() { return this.enable; } public void setEnable(Boolean enable) { this.enable = enable; } public String getEndDay() { return this.endDay; } public void setEndDay(String endDay) { this.endDay = endDay; } public String getPlanName() { return this.planName; } public void setPlanName(String planName) { this.planName = planName; } public String getElasticPlanType() { return this.elasticPlanType; } public void setElasticPlanType(String elasticPlanType) { this.elasticPlanType = elasticPlanType; } public String getElasticPlanWorkerSpec() { return this.elasticPlanWorkerSpec; } public void setElasticPlanWorkerSpec(String elasticPlanWorkerSpec) { this.elasticPlanWorkerSpec = elasticPlanWorkerSpec; } } @Override public DescribeElasticPlanResponse getInstance(UnmarshallerContext context) { return DescribeElasticPlanResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeExcessivePrimaryKeysRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeExcessivePrimaryKeysRequest extends RpcAcsRequest<DescribeExcessivePrimaryKeysResponse> { private Long resourceOwnerId; private String startTime; private Integer pageNumber; private Integer pageSize; private String lang; private String order; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; public DescribeExcessivePrimaryKeysRequest() { super("adb", "2019-03-15", "DescribeExcessivePrimaryKeys", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeExcessivePrimaryKeysResponse> getResponseClass() { return DescribeExcessivePrimaryKeysResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeExcessivePrimaryKeysResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeExcessivePrimaryKeysResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeExcessivePrimaryKeysResponse extends AcsResponse { private String totalCount; private Integer pageNumber; private Integer pageSize; private String requestId; private String dBClusterId; private String accessDeniedDetail; private List<ExcessivePrimaryKeyInfos> tables; private List<DetectionItemsArray> detectionItems; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getAccessDeniedDetail() { return this.accessDeniedDetail; } public void setAccessDeniedDetail(String accessDeniedDetail) { this.accessDeniedDetail = accessDeniedDetail; } public List<ExcessivePrimaryKeyInfos> getTables() { return this.tables; } public void setTables(List<ExcessivePrimaryKeyInfos> tables) { this.tables = tables; } public List<DetectionItemsArray> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<DetectionItemsArray> detectionItems) { this.detectionItems = detectionItems; } public static class ExcessivePrimaryKeyInfos { private String tableName; private String schemaName; private Integer columnCount; private Integer primaryKeyCount; private String primaryKeyColumns; private Double spaceRatio; private Long totalSize; private Long primaryKeyIndexSize; public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public Integer getColumnCount() { return this.columnCount; } public void setColumnCount(Integer columnCount) { this.columnCount = columnCount; } public Integer getPrimaryKeyCount() { return this.primaryKeyCount; } public void setPrimaryKeyCount(Integer primaryKeyCount) { this.primaryKeyCount = primaryKeyCount; } public String getPrimaryKeyColumns() { return this.primaryKeyColumns; } public void setPrimaryKeyColumns(String primaryKeyColumns) { this.primaryKeyColumns = primaryKeyColumns; } public Double getSpaceRatio() { return this.spaceRatio; } public void setSpaceRatio(Double spaceRatio) { this.spaceRatio = spaceRatio; } public Long getTotalSize() { return this.totalSize; } public void setTotalSize(Long totalSize) { this.totalSize = totalSize; } public Long getPrimaryKeyIndexSize() { return this.primaryKeyIndexSize; } public void setPrimaryKeyIndexSize(Long primaryKeyIndexSize) { this.primaryKeyIndexSize = primaryKeyIndexSize; } } public static class DetectionItemsArray { private String name; private String message; private String status; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } @Override public DescribeExcessivePrimaryKeysResponse getInstance(UnmarshallerContext context) { return DescribeExcessivePrimaryKeysResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeExecutorDetectionRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeExecutorDetectionRequest extends RpcAcsRequest<DescribeExecutorDetectionResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private String startTime; private Long ownerId; private String lang; public DescribeExecutorDetectionRequest() { super("adb", "2019-03-15", "DescribeExecutorDetection", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DescribeExecutorDetectionResponse> getResponseClass() { return DescribeExecutorDetectionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeExecutorDetectionResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeExecutorDetectionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeExecutorDetectionResponse extends AcsResponse { private String totalCount; private String requestId; private String dBClusterId; private List<BaseDetectionItem> detectionItems; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public List<BaseDetectionItem> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<BaseDetectionItem> detectionItems) { this.detectionItems = detectionItems; } public static class BaseDetectionItem { private String name; private String message; private String status; private Results results; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Results getResults() { return this.results; } public void setResults(Results results) { this.results = results; } public static class Results { private List<BadOperatorDetails> operatorDetails; private List<BadOperatorAgg> operatorAgg; public List<BadOperatorDetails> getOperatorDetails() { return this.operatorDetails; } public void setOperatorDetails(List<BadOperatorDetails> operatorDetails) { this.operatorDetails = operatorDetails; } public List<BadOperatorAgg> getOperatorAgg() { return this.operatorAgg; } public void setOperatorAgg(List<BadOperatorAgg> operatorAgg) { this.operatorAgg = operatorAgg; } public static class BadOperatorDetails { private String metricName; private List<ResultList> searchResults; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public List<ResultList> getSearchResults() { return this.searchResults; } public void setSearchResults(List<ResultList> searchResults) { this.searchResults = searchResults; } public static class ResultList { private String processId; private String stageId; private String operatorName; private Long peakMemory; private Double operatorCost; private Long inputRows; private Long outputRows; private Long inputSize; private Long outputSize; private String operatorInfo; public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; } public String getStageId() { return this.stageId; } public void setStageId(String stageId) { this.stageId = stageId; } public String getOperatorName() { return this.operatorName; } public void setOperatorName(String operatorName) { this.operatorName = operatorName; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public Double getOperatorCost() { return this.operatorCost; } public void setOperatorCost(Double operatorCost) { this.operatorCost = operatorCost; } public Long getInputRows() { return this.inputRows; } public void setInputRows(Long inputRows) { this.inputRows = inputRows; } public Long getOutputRows() { return this.outputRows; } public void setOutputRows(Long outputRows) { this.outputRows = outputRows; } public Long getInputSize() { return this.inputSize; } public void setInputSize(Long inputSize) { this.inputSize = inputSize; } public Long getOutputSize() { return this.outputSize; } public void setOutputSize(Long outputSize) { this.outputSize = outputSize; } public String getOperatorInfo() { return this.operatorInfo; } public void setOperatorInfo(String operatorInfo) { this.operatorInfo = operatorInfo; } } } public static class BadOperatorAgg { private String metricName; private List<ResultList2> searchResults1; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public List<ResultList2> getSearchResults1() { return this.searchResults1; } public void setSearchResults1(List<ResultList2> searchResults1) { this.searchResults1 = searchResults1; } public static class ResultList2 { private String operatorName; private Long maxValue; private Long totalValue; private Double avgValue; private Long operatorCount; public String getOperatorName() { return this.operatorName; } public void setOperatorName(String operatorName) { this.operatorName = operatorName; } public Long getMaxValue() { return this.maxValue; } public void setMaxValue(Long maxValue) { this.maxValue = maxValue; } public Long getTotalValue() { return this.totalValue; } public void setTotalValue(Long totalValue) { this.totalValue = totalValue; } public Double getAvgValue() { return this.avgValue; } public void setAvgValue(Double avgValue) { this.avgValue = avgValue; } public Long getOperatorCount() { return this.operatorCount; } public void setOperatorCount(Long operatorCount) { this.operatorCount = operatorCount; } } } } } @Override public DescribeExecutorDetectionResponse getInstance(UnmarshallerContext context) { return DescribeExecutorDetectionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeHistoryEventsStatRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeHistoryEventsStatRequest extends RpcAcsRequest<DescribeHistoryEventsStatResponse> { private Long resourceOwnerId; private String productId; private String toStartTime; private String securityToken; private String resourceOwnerAccount; private String ownerAccount; private String fromStartTime; private Long ownerId; private String archiveStatus; public DescribeHistoryEventsStatRequest() { super("adb", "2019-03-15", "DescribeHistoryEventsStat", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getProductId() { return this.productId; } public void setProductId(String productId) { this.productId = productId; if(productId != null){ putQueryParameter("ProductId", productId); } } public String getToStartTime() { return this.toStartTime; } public void setToStartTime(String toStartTime) { this.toStartTime = toStartTime; if(toStartTime != null){ putQueryParameter("ToStartTime", toStartTime); } } public String getSecurityToken() { return this.securityToken; } public void setSecurityToken(String securityToken) { this.securityToken = securityToken; if(securityToken != null){ putQueryParameter("SecurityToken", securityToken); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getFromStartTime() { return this.fromStartTime; } public void setFromStartTime(String fromStartTime) { this.fromStartTime = fromStartTime; if(fromStartTime != null){ putQueryParameter("FromStartTime", fromStartTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getArchiveStatus() { return this.archiveStatus; } public void setArchiveStatus(String archiveStatus) { this.archiveStatus = archiveStatus; if(archiveStatus != null){ putQueryParameter("ArchiveStatus", archiveStatus); } } @Override public Class<DescribeHistoryEventsStatResponse> getResponseClass() { return DescribeHistoryEventsStatResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeHistoryEventsStatResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeHistoryEventsStatResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeHistoryEventsStatResponse extends AcsResponse { private String requestId; private List<ItemsItem> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String eventCategory; private Integer totalCount; public String getEventCategory() { return this.eventCategory; } public void setEventCategory(String eventCategory) { this.eventCategory = eventCategory; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } } @Override public DescribeHistoryEventsStatResponse getInstance(UnmarshallerContext context) { return DescribeHistoryEventsStatResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeInclinedNodesRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeInclinedNodesRequest extends RpcAcsRequest<DescribeInclinedNodesResponse> { private Long resourceOwnerId; private String lang; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeInclinedNodesRequest() { super("adb", "2019-03-15", "DescribeInclinedNodes", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeInclinedNodesResponse> getResponseClass() { return DescribeInclinedNodesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeInclinedNodesResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeInclinedNodesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeInclinedNodesResponse extends AcsResponse { private String requestId; private List<ItemsItem> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String node; private String diskUsageRatio; public String getNode() { return this.node; } public void setNode(String node) { this.node = node; } public String getDiskUsageRatio() { return this.diskUsageRatio; } public void setDiskUsageRatio(String diskUsageRatio) { this.diskUsageRatio = diskUsageRatio; } } @Override public DescribeInclinedNodesResponse getInstance(UnmarshallerContext context) { return DescribeInclinedNodesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeInclinedTablesRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeInclinedTablesRequest extends RpcAcsRequest<DescribeInclinedTablesResponse> { private String tableType; private Long resourceOwnerId; private Integer pageNumber; private Integer pageSize; private String lang; private String order; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeInclinedTablesRequest() { super("adb", "2019-03-15", "DescribeInclinedTables", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getTableType() { return this.tableType; } public void setTableType(String tableType) { this.tableType = tableType; if(tableType != null){ putQueryParameter("TableType", tableType); } } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeInclinedTablesResponse> getResponseClass() { return DescribeInclinedTablesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeInclinedTablesResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeInclinedTablesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeInclinedTablesResponse extends AcsResponse { private String totalCount; private String pageSize; private String requestId; private String pageNumber; private List<Items> detectionItems; private Items1 items1; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public List<Items> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<Items> detectionItems) { this.detectionItems = detectionItems; } public Items1 getItems1() { return this.items1; } public void setItems1(Items1 items1) { this.items1 = items1; } public static class Items { private String name; private String message; private String status; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } public static class Items1 { private List<Items2> table; public List<Items2> getTable() { return this.table; } public void setTable(List<Items2> table) { this.table = table; } public static class Items2 { private String type; private String schema; private String size; private String name; private String isIncline; private Long totalSize; private Double spaceRatio; private Long rowCount; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getSchema() { return this.schema; } public void setSchema(String schema) { this.schema = schema; } public String getSize() { return this.size; } public void setSize(String size) { this.size = size; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getIsIncline() { return this.isIncline; } public void setIsIncline(String isIncline) { this.isIncline = isIncline; } public Long getTotalSize() { return this.totalSize; } public void setTotalSize(Long totalSize) { this.totalSize = totalSize; } public Double getSpaceRatio() { return this.spaceRatio; } public void setSpaceRatio(Double spaceRatio) { this.spaceRatio = spaceRatio; } public Long getRowCount() { return this.rowCount; } public void setRowCount(Long rowCount) { this.rowCount = rowCount; } } } @Override public DescribeInclinedTablesResponse getInstance(UnmarshallerContext context) { return DescribeInclinedTablesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeKernelVersionRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeKernelVersionRequest extends RpcAcsRequest<DescribeKernelVersionResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeKernelVersionRequest() { super("adb", "2019-03-15", "DescribeKernelVersion", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeKernelVersionResponse> getResponseClass() { return DescribeKernelVersionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeKernelVersionResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeKernelVersionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeKernelVersionResponse extends AcsResponse { private String requestId; private String kernelVersion; private String expireDate; private List<AvailableKernelVersionsItem> availableKernelVersions; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getKernelVersion() { return this.kernelVersion; } public void setKernelVersion(String kernelVersion) { this.kernelVersion = kernelVersion; } public String getExpireDate() { return this.expireDate; } public void setExpireDate(String expireDate) { this.expireDate = expireDate; } public List<AvailableKernelVersionsItem> getAvailableKernelVersions() { return this.availableKernelVersions; } public void setAvailableKernelVersions(List<AvailableKernelVersionsItem> availableKernelVersions) { this.availableKernelVersions = availableKernelVersions; } public static class AvailableKernelVersionsItem { private String kernelVersion; private String releaseDate; private String expireDate; public String getKernelVersion() { return this.kernelVersion; } public void setKernelVersion(String kernelVersion) { this.kernelVersion = kernelVersion; } public String getReleaseDate() { return this.releaseDate; } public void setReleaseDate(String releaseDate) { this.releaseDate = releaseDate; } public String getExpireDate() { return this.expireDate; } public void setExpireDate(String expireDate) { this.expireDate = expireDate; } } @Override public DescribeKernelVersionResponse getInstance(UnmarshallerContext context) { return DescribeKernelVersionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeKmsKeysRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeKmsKeysRequest extends RpcAcsRequest<DescribeKmsKeysResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String zoneId; public DescribeKmsKeysRequest() { super("adb", "2019-03-15", "DescribeKmsKeys", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } @Override public Class<DescribeKmsKeysResponse> getResponseClass() { return DescribeKmsKeysResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeKmsKeysResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeKmsKeysResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeKmsKeysResponse extends AcsResponse { private String requestId; private List<KmsKey> kmsKeys; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<KmsKey> getKmsKeys() { return this.kmsKeys; } public void setKmsKeys(List<KmsKey> kmsKeys) { this.kmsKeys = kmsKeys; } public static class KmsKey { private String keyAlias; private String keyId; public String getKeyAlias() { return this.keyAlias; } public void setKeyAlias(String keyAlias) { this.keyAlias = keyAlias; } public String getKeyId() { return this.keyId; } public void setKeyId(String keyId) { this.keyId = keyId; } } @Override public DescribeKmsKeysResponse getInstance(UnmarshallerContext context) { return DescribeKmsKeysResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLoadTasksRecordsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeLoadTasksRecordsRequest extends RpcAcsRequest<DescribeLoadTasksRecordsResponse> { private Long resourceOwnerId; private String startTime; private Integer pageNumber; private Integer pageSize; private String state; private String order; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; private String dBName; public DescribeLoadTasksRecordsRequest() { super("adb", "2019-03-15", "DescribeLoadTasksRecords", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getState() { return this.state; } public void setState(String state) { this.state = state; if(state != null){ putQueryParameter("State", state); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getDBName() { return this.dBName; } public void setDBName(String dBName) { this.dBName = dBName; if(dBName != null){ putQueryParameter("DBName", dBName); } } @Override public Class<DescribeLoadTasksRecordsResponse> getResponseClass() { return DescribeLoadTasksRecordsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLoadTasksRecordsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeLoadTasksRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeLoadTasksRecordsResponse extends AcsResponse { private String totalCount; private String pageSize; private String requestId; private String pageNumber; private String dBClusterId; private List<LoadTaskRecord> loadTasksRecords; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public List<LoadTaskRecord> getLoadTasksRecords() { return this.loadTasksRecords; } public void setLoadTasksRecords(List<LoadTaskRecord> loadTasksRecords) { this.loadTasksRecords = loadTasksRecords; } public static class LoadTaskRecord { private String sql; private String state; private String createTime; private String dBName; private String processID; private String updateTime; private String jobName; private Long processRows; public String getSql() { return this.sql; } public void setSql(String sql) { this.sql = sql; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getDBName() { return this.dBName; } public void setDBName(String dBName) { this.dBName = dBName; } public String getProcessID() { return this.processID; } public void setProcessID(String processID) { this.processID = processID; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getJobName() { return this.jobName; } public void setJobName(String jobName) { this.jobName = jobName; } public Long getProcessRows() { return this.processRows; } public void setProcessRows(Long processRows) { this.processRows = processRows; } } @Override public DescribeLoadTasksRecordsResponse getInstance(UnmarshallerContext context) { return DescribeLoadTasksRecordsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLogHubAttributeRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeLogHubAttributeRequest extends RpcAcsRequest<DescribeLogHubAttributeResponse> { private Long resourceOwnerId; private String deliverName; private String projectName; private String logStoreName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeLogHubAttributeRequest() { super("adb", "2019-03-15", "DescribeLogHubAttribute", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getDeliverName() { return this.deliverName; } public void setDeliverName(String deliverName) { this.deliverName = deliverName; if(deliverName != null){ putQueryParameter("DeliverName", deliverName); } } public String getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; if(projectName != null){ putQueryParameter("ProjectName", projectName); } } public String getLogStoreName() { return this.logStoreName; } public void setLogStoreName(String logStoreName) { this.logStoreName = logStoreName; if(logStoreName != null){ putQueryParameter("LogStoreName", logStoreName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeLogHubAttributeResponse> getResponseClass() { return DescribeLogHubAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLogHubAttributeResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeLogHubAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeLogHubAttributeResponse extends AcsResponse { private String requestId; private LoghubInfo loghubInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public LoghubInfo getLoghubInfo() { return this.loghubInfo; } public void setLoghubInfo(LoghubInfo loghubInfo) { this.loghubInfo = loghubInfo; } public static class LoghubInfo { private Long delay; private String tableName; private String projectName; private String dBType; private String schemaName; private String syncStatus; private String message; private String deliverName; private String regionId; private String dBClusterId; private String description; private Boolean filterDirtyData; private String logStoreName; private String zoneId; private String userName; private String deliverTime; private List<LogHubStore> logHubStores; public Long getDelay() { return this.delay; } public void setDelay(Long delay) { this.delay = delay; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; } public String getDBType() { return this.dBType; } public void setDBType(String dBType) { this.dBType = dBType; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public String getSyncStatus() { return this.syncStatus; } public void setSyncStatus(String syncStatus) { this.syncStatus = syncStatus; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getDeliverName() { return this.deliverName; } public void setDeliverName(String deliverName) { this.deliverName = deliverName; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Boolean getFilterDirtyData() { return this.filterDirtyData; } public void setFilterDirtyData(Boolean filterDirtyData) { this.filterDirtyData = filterDirtyData; } public String getLogStoreName() { return this.logStoreName; } public void setLogStoreName(String logStoreName) { this.logStoreName = logStoreName; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public String getDeliverTime() { return this.deliverTime; } public void setDeliverTime(String deliverTime) { this.deliverTime = deliverTime; } public List<LogHubStore> getLogHubStores() { return this.logHubStores; } public void setLogHubStores(List<LogHubStore> logHubStores) { this.logHubStores = logHubStores; } public static class LogHubStore { private String logKey; private String fieldKey; public String getLogKey() { return this.logKey; } public void setLogKey(String logKey) { this.logKey = logKey; } public String getFieldKey() { return this.fieldKey; } public void setFieldKey(String fieldKey) { this.fieldKey = fieldKey; } } } @Override public DescribeLogHubAttributeResponse getInstance(UnmarshallerContext context) { return DescribeLogHubAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLogStoreKeysRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeLogStoreKeysRequest extends RpcAcsRequest<DescribeLogStoreKeysResponse> { private Long resourceOwnerId; private String projectName; private String logStoreName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public DescribeLogStoreKeysRequest() { super("adb", "2019-03-15", "DescribeLogStoreKeys", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; if(projectName != null){ putQueryParameter("ProjectName", projectName); } } public String getLogStoreName() { return this.logStoreName; } public void setLogStoreName(String logStoreName) { this.logStoreName = logStoreName; if(logStoreName != null){ putQueryParameter("LogStoreName", logStoreName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeLogStoreKeysResponse> getResponseClass() { return DescribeLogStoreKeysResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLogStoreKeysResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeLogStoreKeysResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeLogStoreKeysResponse extends AcsResponse { private String requestId; private List<String> logStoreKeys; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<String> getLogStoreKeys() { return this.logStoreKeys; } public void setLogStoreKeys(List<String> logStoreKeys) { this.logStoreKeys = logStoreKeys; } @Override public DescribeLogStoreKeysResponse getInstance(UnmarshallerContext context) { return DescribeLogStoreKeysResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLoghubDetailRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeLoghubDetailRequest extends RpcAcsRequest<DescribeLoghubDetailResponse> { private Long resourceOwnerId; private String resourceGroupId; private String projectName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String exportName; public DescribeLoghubDetailRequest() { super("adb", "2019-03-15", "DescribeLoghubDetail", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public String getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; if(projectName != null){ putQueryParameter("ProjectName", projectName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getExportName() { return this.exportName; } public void setExportName(String exportName) { this.exportName = exportName; if(exportName != null){ putQueryParameter("ExportName", exportName); } } @Override public Class<DescribeLoghubDetailResponse> getResponseClass() { return DescribeLoghubDetailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeLoghubDetailResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeLoghubDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeLoghubDetailResponse extends AcsResponse { private String requestId; private LoghubInfo loghubInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public LoghubInfo getLoghubInfo() { return this.loghubInfo; } public void setLoghubInfo(LoghubInfo loghubInfo) { this.loghubInfo = loghubInfo; } public static class LoghubInfo { private String tableName; private String projectName; private String schemaName; private String dBType; private String deliverName; private String regionId; private String dBClusterId; private String description; private Boolean filterDirtyData; private String zoneId; private String logStoreName; private String userName; private String deliverTime; private String domainUrl; private List<LogHubStore> logHubStores; public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public String getDBType() { return this.dBType; } public void setDBType(String dBType) { this.dBType = dBType; } public String getDeliverName() { return this.deliverName; } public void setDeliverName(String deliverName) { this.deliverName = deliverName; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Boolean getFilterDirtyData() { return this.filterDirtyData; } public void setFilterDirtyData(Boolean filterDirtyData) { this.filterDirtyData = filterDirtyData; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getLogStoreName() { return this.logStoreName; } public void setLogStoreName(String logStoreName) { this.logStoreName = logStoreName; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public String getDeliverTime() { return this.deliverTime; } public void setDeliverTime(String deliverTime) { this.deliverTime = deliverTime; } public String getDomainUrl() { return this.domainUrl; } public void setDomainUrl(String domainUrl) { this.domainUrl = domainUrl; } public List<LogHubStore> getLogHubStores() { return this.logHubStores; } public void setLogHubStores(List<LogHubStore> logHubStores) { this.logHubStores = logHubStores; } public static class LogHubStore { private String logKey; private String fieldKey; public String getLogKey() { return this.logKey; } public void setLogKey(String logKey) { this.logKey = logKey; } public String getFieldKey() { return this.fieldKey; } public void setFieldKey(String fieldKey) { this.fieldKey = fieldKey; } } } @Override public DescribeLoghubDetailResponse getInstance(UnmarshallerContext context) { return DescribeLoghubDetailResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeMaintenanceActionRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeMaintenanceActionRequest extends RpcAcsRequest<DescribeMaintenanceActionResponse> { private Long resourceOwnerId; private Integer pageNumber; private Integer isHistory; private Integer pageSize; private String taskType; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String region; public DescribeMaintenanceActionRequest() { super("adb", "2019-03-15", "DescribeMaintenanceAction", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getIsHistory() { return this.isHistory; } public void setIsHistory(Integer isHistory) { this.isHistory = isHistory; if(isHistory != null){ putQueryParameter("IsHistory", isHistory.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getTaskType() { return this.taskType; } public void setTaskType(String taskType) { this.taskType = taskType; if(taskType != null){ putQueryParameter("TaskType", taskType); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; if(region != null){ putQueryParameter("Region", region); } } @Override public Class<DescribeMaintenanceActionResponse> getResponseClass() { return DescribeMaintenanceActionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeMaintenanceActionResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeMaintenanceActionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeMaintenanceActionResponse extends AcsResponse { private Integer pageNumber; private String requestId; private Integer pageSize; private Integer totalRecordCount; private List<ItemsItem> items; public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalRecordCount() { return this.totalRecordCount; } public void setTotalRecordCount(Integer totalRecordCount) { this.totalRecordCount = totalRecordCount; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String status; private String deadline; private String prepareInterval; private String dBType; private String startTime; private String taskType; private String dBVersion; private String dBClusterId; private String modifiedTime; private String region; private String resultInfo; private String createdTime; private Integer id; private String switchTime; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getDeadline() { return this.deadline; } public void setDeadline(String deadline) { this.deadline = deadline; } public String getPrepareInterval() { return this.prepareInterval; } public void setPrepareInterval(String prepareInterval) { this.prepareInterval = prepareInterval; } public String getDBType() { return this.dBType; } public void setDBType(String dBType) { this.dBType = dBType; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getTaskType() { return this.taskType; } public void setTaskType(String taskType) { this.taskType = taskType; } public String getDBVersion() { return this.dBVersion; } public void setDBVersion(String dBVersion) { this.dBVersion = dBVersion; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getModifiedTime() { return this.modifiedTime; } public void setModifiedTime(String modifiedTime) { this.modifiedTime = modifiedTime; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getResultInfo() { return this.resultInfo; } public void setResultInfo(String resultInfo) { this.resultInfo = resultInfo; } public String getCreatedTime() { return this.createdTime; } public void setCreatedTime(String createdTime) { this.createdTime = createdTime; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public String getSwitchTime() { return this.switchTime; } public void setSwitchTime(String switchTime) { this.switchTime = switchTime; } } @Override public DescribeMaintenanceActionResponse getInstance(UnmarshallerContext context) { return DescribeMaintenanceActionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeOperatorPermissionRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeOperatorPermissionRequest extends RpcAcsRequest<DescribeOperatorPermissionResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeOperatorPermissionRequest() { super("adb", "2019-03-15", "DescribeOperatorPermission", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeOperatorPermissionResponse> getResponseClass() { return DescribeOperatorPermissionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeOperatorPermissionResponse.java
/* * 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.adb.model.v20190315; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeOperatorPermissionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeOperatorPermissionResponse extends AcsResponse { private String createdTime; private String requestId; private String privileges; private String expiredTime; private String dBClusterId; public String getCreatedTime() { return this.createdTime; } public void setCreatedTime(String createdTime) { this.createdTime = createdTime; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPrivileges() { return this.privileges; } public void setPrivileges(String privileges) { this.privileges = privileges; } public String getExpiredTime() { return this.expiredTime; } public void setExpiredTime(String expiredTime) { this.expiredTime = expiredTime; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } @Override public DescribeOperatorPermissionResponse getInstance(UnmarshallerContext context) { return DescribeOperatorPermissionResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeOversizeNonPartitionTableInfosRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeOversizeNonPartitionTableInfosRequest extends RpcAcsRequest<DescribeOversizeNonPartitionTableInfosResponse> { private Long resourceOwnerId; private String startTime; private Integer pageNumber; private Integer pageSize; private String lang; private String order; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; public DescribeOversizeNonPartitionTableInfosRequest() { super("adb", "2019-03-15", "DescribeOversizeNonPartitionTableInfos", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeOversizeNonPartitionTableInfosResponse> getResponseClass() { return DescribeOversizeNonPartitionTableInfosResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeOversizeNonPartitionTableInfosResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeOversizeNonPartitionTableInfosResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeOversizeNonPartitionTableInfosResponse extends AcsResponse { private String totalCount; private Integer pageNumber; private Integer pageSize; private String requestId; private String dBClusterId; private List<OversizeNonPartitionTableInfo> tables; private List<DetectionItemsArray> detectionItems; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public List<OversizeNonPartitionTableInfo> getTables() { return this.tables; } public void setTables(List<OversizeNonPartitionTableInfo> tables) { this.tables = tables; } public List<DetectionItemsArray> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<DetectionItemsArray> detectionItems) { this.detectionItems = detectionItems; } public static class OversizeNonPartitionTableInfo { private String schemaName; private String tableName; private Long rowCount; private Long indexSize; private Long dataSize; private Long localDataSize; private Long primaryKeySize; private Long remoteDataSize; private Double spaceRatio; public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public Long getRowCount() { return this.rowCount; } public void setRowCount(Long rowCount) { this.rowCount = rowCount; } public Long getIndexSize() { return this.indexSize; } public void setIndexSize(Long indexSize) { this.indexSize = indexSize; } public Long getDataSize() { return this.dataSize; } public void setDataSize(Long dataSize) { this.dataSize = dataSize; } public Long getLocalDataSize() { return this.localDataSize; } public void setLocalDataSize(Long localDataSize) { this.localDataSize = localDataSize; } public Long getPrimaryKeySize() { return this.primaryKeySize; } public void setPrimaryKeySize(Long primaryKeySize) { this.primaryKeySize = primaryKeySize; } public Long getRemoteDataSize() { return this.remoteDataSize; } public void setRemoteDataSize(Long remoteDataSize) { this.remoteDataSize = remoteDataSize; } public Double getSpaceRatio() { return this.spaceRatio; } public void setSpaceRatio(Double spaceRatio) { this.spaceRatio = spaceRatio; } } public static class DetectionItemsArray { private String name; private String message; private String status; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } @Override public DescribeOversizeNonPartitionTableInfosResponse getInstance(UnmarshallerContext context) { return DescribeOversizeNonPartitionTableInfosResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribePatternPerformanceRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribePatternPerformanceRequest extends RpcAcsRequest<DescribePatternPerformanceResponse> { private String dBClusterId; private String patternId; private String endTime; private String startTime; public DescribePatternPerformanceRequest() { super("adb", "2019-03-15", "DescribePatternPerformance", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getPatternId() { return this.patternId; } public void setPatternId(String patternId) { this.patternId = patternId; if(patternId != null){ putQueryParameter("PatternId", patternId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } @Override public Class<DescribePatternPerformanceResponse> getResponseClass() { return DescribePatternPerformanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribePatternPerformanceResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribePatternPerformanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribePatternPerformanceResponse extends AcsResponse { private String endTime; private String requestId; private String startTime; private String accessIp; private Long failedCount; private Long queryCount; private String sQLPattern; private String tables; private String user; private List<PerformanceItem> performances; public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getAccessIp() { return this.accessIp; } public void setAccessIp(String accessIp) { this.accessIp = accessIp; } public Long getFailedCount() { return this.failedCount; } public void setFailedCount(Long failedCount) { this.failedCount = failedCount; } public Long getQueryCount() { return this.queryCount; } public void setQueryCount(Long queryCount) { this.queryCount = queryCount; } public String getSQLPattern() { return this.sQLPattern; } public void setSQLPattern(String sQLPattern) { this.sQLPattern = sQLPattern; } public String getTables() { return this.tables; } public void setTables(String tables) { this.tables = tables; } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } public List<PerformanceItem> getPerformances() { return this.performances; } public void setPerformances(List<PerformanceItem> performances) { this.performances = performances; } public static class PerformanceItem { private String key; private String unit; private List<SeriesItem> series; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getUnit() { return this.unit; } public void setUnit(String unit) { this.unit = unit; } public List<SeriesItem> getSeries() { return this.series; } public void setSeries(List<SeriesItem> series) { this.series = series; } public static class SeriesItem { private String name; private List<String> values; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public List<String> getValues() { return this.values; } public void setValues(List<String> values) { this.values = values; } } } @Override public DescribePatternPerformanceResponse getInstance(UnmarshallerContext context) { return DescribePatternPerformanceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeProcessListRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeProcessListRequest extends RpcAcsRequest<DescribeProcessListResponse> { private Long resourceOwnerId; private Integer pageNumber; private Integer pageSize; private Boolean showFull; private Integer runningTime; private String keyword; private String order; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String user; public DescribeProcessListRequest() { super("adb", "2019-03-15", "DescribeProcessList", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Boolean getShowFull() { return this.showFull; } public void setShowFull(Boolean showFull) { this.showFull = showFull; if(showFull != null){ putQueryParameter("ShowFull", showFull.toString()); } } public Integer getRunningTime() { return this.runningTime; } public void setRunningTime(Integer runningTime) { this.runningTime = runningTime; if(runningTime != null){ putQueryParameter("RunningTime", runningTime.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; if(user != null){ putQueryParameter("User", user); } } @Override public Class<DescribeProcessListResponse> getResponseClass() { return DescribeProcessListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeProcessListResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeProcessListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeProcessListResponse extends AcsResponse { private String totalCount; private String pageSize; private String requestId; private String pageNumber; private List<Process> items; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public List<Process> getItems() { return this.items; } public void setItems(List<Process> items) { this.items = items; } public static class Process { private String startTime; private Integer time; private String processId; private String host; private String dB; private String command; private String user; private Integer id; private String info; public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public Integer getTime() { return this.time; } public void setTime(Integer time) { this.time = time; } public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; } public String getHost() { return this.host; } public void setHost(String host) { this.host = host; } public String getDB() { return this.dB; } public void setDB(String dB) { this.dB = dB; } public String getCommand() { return this.command; } public void setCommand(String command) { this.command = command; } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public String getInfo() { return this.info; } public void setInfo(String info) { this.info = info; } } @Override public DescribeProcessListResponse getInstance(UnmarshallerContext context) { return DescribeProcessListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeRdsAnalysisResourceQuotasRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeRdsAnalysisResourceQuotasRequest extends RpcAcsRequest<DescribeRdsAnalysisResourceQuotasResponse> { private Long resourceOwnerId; private String clusterCategory; private String rdsInstanceId; private String nodeClass; private String storageType; private String resourceGroupId; private String clusterMode; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private Integer nodeCount; public DescribeRdsAnalysisResourceQuotasRequest() { super("adb", "2019-03-15", "DescribeRdsAnalysisResourceQuotas", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClusterCategory() { return this.clusterCategory; } public void setClusterCategory(String clusterCategory) { this.clusterCategory = clusterCategory; if(clusterCategory != null){ putQueryParameter("ClusterCategory", clusterCategory); } } public String getRdsInstanceId() { return this.rdsInstanceId; } public void setRdsInstanceId(String rdsInstanceId) { this.rdsInstanceId = rdsInstanceId; if(rdsInstanceId != null){ putQueryParameter("RdsInstanceId", rdsInstanceId); } } public String getNodeClass() { return this.nodeClass; } public void setNodeClass(String nodeClass) { this.nodeClass = nodeClass; if(nodeClass != null){ putQueryParameter("NodeClass", nodeClass); } } public String getStorageType() { return this.storageType; } public void setStorageType(String storageType) { this.storageType = storageType; if(storageType != null){ putQueryParameter("StorageType", storageType); } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public String getClusterMode() { return this.clusterMode; } public void setClusterMode(String clusterMode) { this.clusterMode = clusterMode; if(clusterMode != null){ putQueryParameter("ClusterMode", clusterMode); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Integer getNodeCount() { return this.nodeCount; } public void setNodeCount(Integer nodeCount) { this.nodeCount = nodeCount; if(nodeCount != null){ putQueryParameter("NodeCount", nodeCount.toString()); } } @Override public Class<DescribeRdsAnalysisResourceQuotasResponse> getResponseClass() { return DescribeRdsAnalysisResourceQuotasResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeRdsAnalysisResourceQuotasResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeRdsAnalysisResourceQuotasResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeRdsAnalysisResourceQuotasResponse extends AcsResponse { private String requestId; private List<DBNodeClass> dBNodeClassList; private List<EngineVersion> engineVersionList; private List<Mode> modeList; private List<StorageType> storageTypeList; private List<DBNodeStorage> dBNodeStorageList; private List<DBNodeCategory> dBNodeCategoryList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<DBNodeClass> getDBNodeClassList() { return this.dBNodeClassList; } public void setDBNodeClassList(List<DBNodeClass> dBNodeClassList) { this.dBNodeClassList = dBNodeClassList; } public List<EngineVersion> getEngineVersionList() { return this.engineVersionList; } public void setEngineVersionList(List<EngineVersion> engineVersionList) { this.engineVersionList = engineVersionList; } public List<Mode> getModeList() { return this.modeList; } public void setModeList(List<Mode> modeList) { this.modeList = modeList; } public List<StorageType> getStorageTypeList() { return this.storageTypeList; } public void setStorageTypeList(List<StorageType> storageTypeList) { this.storageTypeList = storageTypeList; } public List<DBNodeStorage> getDBNodeStorageList() { return this.dBNodeStorageList; } public void setDBNodeStorageList(List<DBNodeStorage> dBNodeStorageList) { this.dBNodeStorageList = dBNodeStorageList; } public List<DBNodeCategory> getDBNodeCategoryList() { return this.dBNodeCategoryList; } public void setDBNodeCategoryList(List<DBNodeCategory> dBNodeCategoryList) { this.dBNodeCategoryList = dBNodeCategoryList; } public static class DBNodeClass { private String value; private String text; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getText() { return this.text; } public void setText(String text) { this.text = text; } } public static class EngineVersion { private String value; private String text; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getText() { return this.text; } public void setText(String text) { this.text = text; } } public static class Mode { private String value; private String text; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getText() { return this.text; } public void setText(String text) { this.text = text; } } public static class StorageType { private String value; private String text; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getText() { return this.text; } public void setText(String text) { this.text = text; } } public static class DBNodeStorage { private String value; private String text; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getText() { return this.text; } public void setText(String text) { this.text = text; } } public static class DBNodeCategory { private String value; private String text; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getText() { return this.text; } public void setText(String text) { this.text = text; } } @Override public DescribeRdsAnalysisResourceQuotasResponse getInstance(UnmarshallerContext context) { return DescribeRdsAnalysisResourceQuotasResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeRegionsMixedRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeRegionsMixedRequest extends RpcAcsRequest<DescribeRegionsMixedResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public DescribeRegionsMixedRequest() { super("adb", "2019-03-15", "DescribeRegionsMixed", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeRegionsMixedResponse> getResponseClass() { return DescribeRegionsMixedResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeRegionsMixedResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeRegionsMixedResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeRegionsMixedResponse extends AcsResponse { private String requestId; private List<Region> regions; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Region> getRegions() { return this.regions; } public void setRegions(List<Region> regions) { this.regions = regions; } public static class Region { private String version; private String regionId; public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } } @Override public DescribeRegionsMixedResponse getInstance(UnmarshallerContext context) { return DescribeRegionsMixedResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeRegionsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeRegionsRequest extends RpcAcsRequest<DescribeRegionsResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String acceptLanguage; public DescribeRegionsRequest() { super("adb", "2019-03-15", "DescribeRegions", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getAcceptLanguage() { return this.acceptLanguage; } public void setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; if(acceptLanguage != null){ putQueryParameter("AcceptLanguage", acceptLanguage); } } @Override public Class<DescribeRegionsResponse> getResponseClass() { return DescribeRegionsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeRegionsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeRegionsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeRegionsResponse extends AcsResponse { private String requestId; private List<Region> regions; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Region> getRegions() { return this.regions; } public void setRegions(List<Region> regions) { this.regions = regions; } public static class Region { private String regionEndpoint; private String localName; private String regionId; private List<Zone> zones; public String getRegionEndpoint() { return this.regionEndpoint; } public void setRegionEndpoint(String regionEndpoint) { this.regionEndpoint = regionEndpoint; } public String getLocalName() { return this.localName; } public void setLocalName(String localName) { this.localName = localName; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public List<Zone> getZones() { return this.zones; } public void setZones(List<Zone> zones) { this.zones = zones; } public static class Zone { private String zoneId; private Boolean vpcEnabled; private String localName; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public Boolean getVpcEnabled() { return this.vpcEnabled; } public void setVpcEnabled(Boolean vpcEnabled) { this.vpcEnabled = vpcEnabled; } public String getLocalName() { return this.localName; } public void setLocalName(String localName) { this.localName = localName; } } } @Override public DescribeRegionsResponse getInstance(UnmarshallerContext context) { return DescribeRegionsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeResubmitConfigRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeResubmitConfigRequest extends RpcAcsRequest<DescribeResubmitConfigResponse> { private Long resourceOwnerId; private String resourceGroupId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String groupName; public DescribeResubmitConfigRequest() { super("adb", "2019-03-15", "DescribeResubmitConfig", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } @Override public Class<DescribeResubmitConfigResponse> getResponseClass() { return DescribeResubmitConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeResubmitConfigResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeResubmitConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeResubmitConfigResponse extends AcsResponse { private String requestId; private String dBClusterId; private List<RulesItem> rules; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public List<RulesItem> getRules() { return this.rules; } public void setRules(List<RulesItem> rules) { this.rules = rules; } public static class RulesItem { private String peakMemory; private String queryTime; private String targetGroupName; private Boolean exceedMemoryException; private String groupName; public String getPeakMemory() { return this.peakMemory; } public void setPeakMemory(String peakMemory) { this.peakMemory = peakMemory; } public String getQueryTime() { return this.queryTime; } public void setQueryTime(String queryTime) { this.queryTime = queryTime; } public String getTargetGroupName() { return this.targetGroupName; } public void setTargetGroupName(String targetGroupName) { this.targetGroupName = targetGroupName; } public Boolean getExceedMemoryException() { return this.exceedMemoryException; } public void setExceedMemoryException(Boolean exceedMemoryException) { this.exceedMemoryException = exceedMemoryException; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } } @Override public DescribeResubmitConfigResponse getInstance(UnmarshallerContext context) { return DescribeResubmitConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQAConfigRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSQAConfigRequest extends RpcAcsRequest<DescribeSQAConfigResponse> { private Long resourceOwnerId; private String resourceGroupId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String groupName; public DescribeSQAConfigRequest() { super("adb", "2019-03-15", "DescribeSQAConfig", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } @Override public Class<DescribeSQAConfigResponse> getResponseClass() { return DescribeSQAConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQAConfigResponse.java
/* * 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.adb.model.v20190315; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSQAConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSQAConfigResponse extends AcsResponse { private String requestId; private String dBClusterId; private String groupName; private String sQAStatus; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public String getSQAStatus() { return this.sQAStatus; } public void setSQAStatus(String sQAStatus) { this.sQAStatus = sQAStatus; } @Override public DescribeSQAConfigResponse getInstance(UnmarshallerContext context) { return DescribeSQAConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQLPatternsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSQLPatternsRequest extends RpcAcsRequest<DescribeSQLPatternsResponse> { private String dBClusterId; private String endTime; private String startTime; private Integer pageNumber; private Integer pageSize; private String keyword; private String lang; private String order; public DescribeSQLPatternsRequest() { super("adb", "2019-03-15", "DescribeSQLPatterns", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } @Override public Class<DescribeSQLPatternsResponse> getResponseClass() { return DescribeSQLPatternsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQLPatternsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSQLPatternsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSQLPatternsResponse extends AcsResponse { private Integer pageNumber; private Integer pageSize; private Integer totalCount; private String requestId; private List<PatternDetailsItem> patternDetails; public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<PatternDetailsItem> getPatternDetails() { return this.patternDetails; } public void setPatternDetails(List<PatternDetailsItem> patternDetails) { this.patternDetails = patternDetails; } public static class PatternDetailsItem { private String sQLPattern; private String patternId; private String user; private String accessIp; private String tables; private String patternCreationTime; private Double averageQueryTime; private Long maxQueryTime; private Double averageExecutionTime; private Long maxExecutionTime; private Double averagePeakMemory; private Long maxPeakMemory; private Double averageScanSize; private Long maxScanSize; private Long queryCount; private Long failedCount; private Boolean blockable; private Double queryTimeSum; private Double queryTimePercentage; private Double peakMemorySum; private Double peakMemoryPercentage; private Double scanSizeSum; private Double scanSizePercentage; private Double averageOperatorCost; private Double maxOperatorCost; private Double operatorCostSum; private Double operatorCostPercentage; private Double averageScanCost; private Double maxScanCost; private Double scanCostSum; private Double scanCostPercentage; public String getSQLPattern() { return this.sQLPattern; } public void setSQLPattern(String sQLPattern) { this.sQLPattern = sQLPattern; } public String getPatternId() { return this.patternId; } public void setPatternId(String patternId) { this.patternId = patternId; } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } public String getAccessIp() { return this.accessIp; } public void setAccessIp(String accessIp) { this.accessIp = accessIp; } public String getTables() { return this.tables; } public void setTables(String tables) { this.tables = tables; } public String getPatternCreationTime() { return this.patternCreationTime; } public void setPatternCreationTime(String patternCreationTime) { this.patternCreationTime = patternCreationTime; } public Double getAverageQueryTime() { return this.averageQueryTime; } public void setAverageQueryTime(Double averageQueryTime) { this.averageQueryTime = averageQueryTime; } public Long getMaxQueryTime() { return this.maxQueryTime; } public void setMaxQueryTime(Long maxQueryTime) { this.maxQueryTime = maxQueryTime; } public Double getAverageExecutionTime() { return this.averageExecutionTime; } public void setAverageExecutionTime(Double averageExecutionTime) { this.averageExecutionTime = averageExecutionTime; } public Long getMaxExecutionTime() { return this.maxExecutionTime; } public void setMaxExecutionTime(Long maxExecutionTime) { this.maxExecutionTime = maxExecutionTime; } public Double getAveragePeakMemory() { return this.averagePeakMemory; } public void setAveragePeakMemory(Double averagePeakMemory) { this.averagePeakMemory = averagePeakMemory; } public Long getMaxPeakMemory() { return this.maxPeakMemory; } public void setMaxPeakMemory(Long maxPeakMemory) { this.maxPeakMemory = maxPeakMemory; } public Double getAverageScanSize() { return this.averageScanSize; } public void setAverageScanSize(Double averageScanSize) { this.averageScanSize = averageScanSize; } public Long getMaxScanSize() { return this.maxScanSize; } public void setMaxScanSize(Long maxScanSize) { this.maxScanSize = maxScanSize; } public Long getQueryCount() { return this.queryCount; } public void setQueryCount(Long queryCount) { this.queryCount = queryCount; } public Long getFailedCount() { return this.failedCount; } public void setFailedCount(Long failedCount) { this.failedCount = failedCount; } public Boolean getBlockable() { return this.blockable; } public void setBlockable(Boolean blockable) { this.blockable = blockable; } public Double getQueryTimeSum() { return this.queryTimeSum; } public void setQueryTimeSum(Double queryTimeSum) { this.queryTimeSum = queryTimeSum; } public Double getQueryTimePercentage() { return this.queryTimePercentage; } public void setQueryTimePercentage(Double queryTimePercentage) { this.queryTimePercentage = queryTimePercentage; } public Double getPeakMemorySum() { return this.peakMemorySum; } public void setPeakMemorySum(Double peakMemorySum) { this.peakMemorySum = peakMemorySum; } public Double getPeakMemoryPercentage() { return this.peakMemoryPercentage; } public void setPeakMemoryPercentage(Double peakMemoryPercentage) { this.peakMemoryPercentage = peakMemoryPercentage; } public Double getScanSizeSum() { return this.scanSizeSum; } public void setScanSizeSum(Double scanSizeSum) { this.scanSizeSum = scanSizeSum; } public Double getScanSizePercentage() { return this.scanSizePercentage; } public void setScanSizePercentage(Double scanSizePercentage) { this.scanSizePercentage = scanSizePercentage; } public Double getAverageOperatorCost() { return this.averageOperatorCost; } public void setAverageOperatorCost(Double averageOperatorCost) { this.averageOperatorCost = averageOperatorCost; } public Double getMaxOperatorCost() { return this.maxOperatorCost; } public void setMaxOperatorCost(Double maxOperatorCost) { this.maxOperatorCost = maxOperatorCost; } public Double getOperatorCostSum() { return this.operatorCostSum; } public void setOperatorCostSum(Double operatorCostSum) { this.operatorCostSum = operatorCostSum; } public Double getOperatorCostPercentage() { return this.operatorCostPercentage; } public void setOperatorCostPercentage(Double operatorCostPercentage) { this.operatorCostPercentage = operatorCostPercentage; } public Double getAverageScanCost() { return this.averageScanCost; } public void setAverageScanCost(Double averageScanCost) { this.averageScanCost = averageScanCost; } public Double getMaxScanCost() { return this.maxScanCost; } public void setMaxScanCost(Double maxScanCost) { this.maxScanCost = maxScanCost; } public Double getScanCostSum() { return this.scanCostSum; } public void setScanCostSum(Double scanCostSum) { this.scanCostSum = scanCostSum; } public Double getScanCostPercentage() { return this.scanCostPercentage; } public void setScanCostPercentage(Double scanCostPercentage) { this.scanCostPercentage = scanCostPercentage; } } @Override public DescribeSQLPatternsResponse getInstance(UnmarshallerContext context) { return DescribeSQLPatternsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQLPlanRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSQLPlanRequest extends RpcAcsRequest<DescribeSQLPlanResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String processId; public DescribeSQLPlanRequest() { super("adb", "2019-03-15", "DescribeSQLPlan", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; if(processId != null){ putQueryParameter("ProcessId", processId); } } @Override public Class<DescribeSQLPlanResponse> getResponseClass() { return DescribeSQLPlanResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQLPlanResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSQLPlanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSQLPlanResponse extends AcsResponse { private String requestId; private String originInfo; private List<SqlPlanStage> stageList; private Detail detail; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getOriginInfo() { return this.originInfo; } public void setOriginInfo(String originInfo) { this.originInfo = originInfo; } public List<SqlPlanStage> getStageList() { return this.stageList; } public void setStageList(List<SqlPlanStage> stageList) { this.stageList = stageList; } public Detail getDetail() { return this.detail; } public void setDetail(Detail detail) { this.detail = detail; } public static class SqlPlanStage { private String state; private Long cPUTimeAvg; private Long cPUTimeMax; private Long operatorCost; private Long scanTimeMax; private Long inputSizeMax; private Integer stageId; private Long scanSizeMax; private Long cPUTimeMin; private Long scanTimeMin; private Long scanSizeMin; private Long inputSizeMin; private Long peakMemory; private Long scanTimeAvg; private Long scanSizeAvg; private Long inputSizeAvg; public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getCPUTimeAvg() { return this.cPUTimeAvg; } public void setCPUTimeAvg(Long cPUTimeAvg) { this.cPUTimeAvg = cPUTimeAvg; } public Long getCPUTimeMax() { return this.cPUTimeMax; } public void setCPUTimeMax(Long cPUTimeMax) { this.cPUTimeMax = cPUTimeMax; } public Long getOperatorCost() { return this.operatorCost; } public void setOperatorCost(Long operatorCost) { this.operatorCost = operatorCost; } public Long getScanTimeMax() { return this.scanTimeMax; } public void setScanTimeMax(Long scanTimeMax) { this.scanTimeMax = scanTimeMax; } public Long getInputSizeMax() { return this.inputSizeMax; } public void setInputSizeMax(Long inputSizeMax) { this.inputSizeMax = inputSizeMax; } public Integer getStageId() { return this.stageId; } public void setStageId(Integer stageId) { this.stageId = stageId; } public Long getScanSizeMax() { return this.scanSizeMax; } public void setScanSizeMax(Long scanSizeMax) { this.scanSizeMax = scanSizeMax; } public Long getCPUTimeMin() { return this.cPUTimeMin; } public void setCPUTimeMin(Long cPUTimeMin) { this.cPUTimeMin = cPUTimeMin; } public Long getScanTimeMin() { return this.scanTimeMin; } public void setScanTimeMin(Long scanTimeMin) { this.scanTimeMin = scanTimeMin; } public Long getScanSizeMin() { return this.scanSizeMin; } public void setScanSizeMin(Long scanSizeMin) { this.scanSizeMin = scanSizeMin; } public Long getInputSizeMin() { return this.inputSizeMin; } public void setInputSizeMin(Long inputSizeMin) { this.inputSizeMin = inputSizeMin; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public Long getScanTimeAvg() { return this.scanTimeAvg; } public void setScanTimeAvg(Long scanTimeAvg) { this.scanTimeAvg = scanTimeAvg; } public Long getScanSizeAvg() { return this.scanSizeAvg; } public void setScanSizeAvg(Long scanSizeAvg) { this.scanSizeAvg = scanSizeAvg; } public Long getInputSizeAvg() { return this.inputSizeAvg; } public void setInputSizeAvg(Long inputSizeAvg) { this.inputSizeAvg = inputSizeAvg; } } public static class Detail { private String sQL; private Long outputSize; private String state; private Long outputRows; private String user; private String startTime; private Long totalStage; private Long queuedTime; private Long totalTime; private Long totalTask; private String database; private Long peakMemory; private String clientIP; private Long planningTime; private Long cPUTime; public String getSQL() { return this.sQL; } public void setSQL(String sQL) { this.sQL = sQL; } public Long getOutputSize() { return this.outputSize; } public void setOutputSize(Long outputSize) { this.outputSize = outputSize; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getOutputRows() { return this.outputRows; } public void setOutputRows(Long outputRows) { this.outputRows = outputRows; } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public Long getTotalStage() { return this.totalStage; } public void setTotalStage(Long totalStage) { this.totalStage = totalStage; } public Long getQueuedTime() { return this.queuedTime; } public void setQueuedTime(Long queuedTime) { this.queuedTime = queuedTime; } public Long getTotalTime() { return this.totalTime; } public void setTotalTime(Long totalTime) { this.totalTime = totalTime; } public Long getTotalTask() { return this.totalTask; } public void setTotalTask(Long totalTask) { this.totalTask = totalTask; } public String getDatabase() { return this.database; } public void setDatabase(String database) { this.database = database; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public String getClientIP() { return this.clientIP; } public void setClientIP(String clientIP) { this.clientIP = clientIP; } public Long getPlanningTime() { return this.planningTime; } public void setPlanningTime(Long planningTime) { this.planningTime = planningTime; } public Long getCPUTime() { return this.cPUTime; } public void setCPUTime(Long cPUTime) { this.cPUTime = cPUTime; } } @Override public DescribeSQLPlanResponse getInstance(UnmarshallerContext context) { return DescribeSQLPlanResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQLPlanTaskRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSQLPlanTaskRequest extends RpcAcsRequest<DescribeSQLPlanTaskResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String processId; private String stageId; public DescribeSQLPlanTaskRequest() { super("adb", "2019-03-15", "DescribeSQLPlanTask", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; if(processId != null){ putQueryParameter("ProcessId", processId); } } public String getStageId() { return this.stageId; } public void setStageId(String stageId) { this.stageId = stageId; if(stageId != null){ putQueryParameter("StageId", stageId); } } @Override public Class<DescribeSQLPlanTaskResponse> getResponseClass() { return DescribeSQLPlanTaskResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSQLPlanTaskResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSQLPlanTaskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSQLPlanTaskResponse extends AcsResponse { private String requestId; private List<SqlPlanTask> taskList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<SqlPlanTask> getTaskList() { return this.taskList; } public void setTaskList(List<SqlPlanTask> taskList) { this.taskList = taskList; } public static class SqlPlanTask { private Long scanCost; private Long outputSize; private Long inputSize; private String state; private Long operatorCost; private Long outputRows; private Long scanSize; private Long elapsedTime; private Long scanRows; private Long peakMemory; private Integer taskId; private Long inputRows; public Long getScanCost() { return this.scanCost; } public void setScanCost(Long scanCost) { this.scanCost = scanCost; } public Long getOutputSize() { return this.outputSize; } public void setOutputSize(Long outputSize) { this.outputSize = outputSize; } public Long getInputSize() { return this.inputSize; } public void setInputSize(Long inputSize) { this.inputSize = inputSize; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getOperatorCost() { return this.operatorCost; } public void setOperatorCost(Long operatorCost) { this.operatorCost = operatorCost; } public Long getOutputRows() { return this.outputRows; } public void setOutputRows(Long outputRows) { this.outputRows = outputRows; } public Long getScanSize() { return this.scanSize; } public void setScanSize(Long scanSize) { this.scanSize = scanSize; } public Long getElapsedTime() { return this.elapsedTime; } public void setElapsedTime(Long elapsedTime) { this.elapsedTime = elapsedTime; } public Long getScanRows() { return this.scanRows; } public void setScanRows(Long scanRows) { this.scanRows = scanRows; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public Integer getTaskId() { return this.taskId; } public void setTaskId(Integer taskId) { this.taskId = taskId; } public Long getInputRows() { return this.inputRows; } public void setInputRows(Long inputRows) { this.inputRows = inputRows; } } @Override public DescribeSQLPlanTaskResponse getInstance(UnmarshallerContext context) { return DescribeSQLPlanTaskResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSchemasRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSchemasRequest extends RpcAcsRequest<DescribeSchemasResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeSchemasRequest() { super("adb", "2019-03-15", "DescribeSchemas", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeSchemasResponse> getResponseClass() { return DescribeSchemasResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSchemasResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSchemasResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSchemasResponse extends AcsResponse { private String requestId; private List<Schema> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Schema> getItems() { return this.items; } public void setItems(List<Schema> items) { this.items = items; } public static class Schema { private String dBClusterId; private String schemaName; public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } } @Override public DescribeSchemasResponse getInstance(UnmarshallerContext context) { return DescribeSchemasResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSlowLogRecordsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSlowLogRecordsRequest extends RpcAcsRequest<DescribeSlowLogRecordsResponse> { private Long resourceOwnerId; private String range; private String startTime; private Integer pageNumber; private Integer pageSize; private String state; private String order; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; private String dBName; private String processID; public DescribeSlowLogRecordsRequest() { super("adb", "2019-03-15", "DescribeSlowLogRecords", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getRange() { return this.range; } public void setRange(String range) { this.range = range; if(range != null){ putQueryParameter("Range", range); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getState() { return this.state; } public void setState(String state) { this.state = state; if(state != null){ putQueryParameter("State", state); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getDBName() { return this.dBName; } public void setDBName(String dBName) { this.dBName = dBName; if(dBName != null){ putQueryParameter("DBName", dBName); } } public String getProcessID() { return this.processID; } public void setProcessID(String processID) { this.processID = processID; if(processID != null){ putQueryParameter("ProcessID", processID); } } @Override public Class<DescribeSlowLogRecordsResponse> getResponseClass() { return DescribeSlowLogRecordsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSlowLogRecordsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSlowLogRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSlowLogRecordsResponse extends AcsResponse { private String totalCount; private String pageSize; private String requestId; private String pageNumber; private String dBClusterId; private List<SlowLogRecord> items; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public List<SlowLogRecord> getItems() { return this.items; } public void setItems(List<SlowLogRecord> items) { this.items = items; } public static class SlowLogRecord { private String hostAddress; private Long scanTime; private String sQLText; private String outputSize; private String peakMemoryUsage; private String state; private Long wallTime; private String scanSize; private String executionStartTime; private Long queryTime; private Long returnRowCounts; private Long scanRows; private Long parseRowCounts; private String dBName; private Long planningTime; private Long queueTime; private String userName; private String processID; public String getHostAddress() { return this.hostAddress; } public void setHostAddress(String hostAddress) { this.hostAddress = hostAddress; } public Long getScanTime() { return this.scanTime; } public void setScanTime(Long scanTime) { this.scanTime = scanTime; } public String getSQLText() { return this.sQLText; } public void setSQLText(String sQLText) { this.sQLText = sQLText; } public String getOutputSize() { return this.outputSize; } public void setOutputSize(String outputSize) { this.outputSize = outputSize; } public String getPeakMemoryUsage() { return this.peakMemoryUsage; } public void setPeakMemoryUsage(String peakMemoryUsage) { this.peakMemoryUsage = peakMemoryUsage; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Long getWallTime() { return this.wallTime; } public void setWallTime(Long wallTime) { this.wallTime = wallTime; } public String getScanSize() { return this.scanSize; } public void setScanSize(String scanSize) { this.scanSize = scanSize; } public String getExecutionStartTime() { return this.executionStartTime; } public void setExecutionStartTime(String executionStartTime) { this.executionStartTime = executionStartTime; } public Long getQueryTime() { return this.queryTime; } public void setQueryTime(Long queryTime) { this.queryTime = queryTime; } public Long getReturnRowCounts() { return this.returnRowCounts; } public void setReturnRowCounts(Long returnRowCounts) { this.returnRowCounts = returnRowCounts; } public Long getScanRows() { return this.scanRows; } public void setScanRows(Long scanRows) { this.scanRows = scanRows; } public Long getParseRowCounts() { return this.parseRowCounts; } public void setParseRowCounts(Long parseRowCounts) { this.parseRowCounts = parseRowCounts; } public String getDBName() { return this.dBName; } public void setDBName(String dBName) { this.dBName = dBName; } public Long getPlanningTime() { return this.planningTime; } public void setPlanningTime(Long planningTime) { this.planningTime = planningTime; } public Long getQueueTime() { return this.queueTime; } public void setQueueTime(Long queueTime) { this.queueTime = queueTime; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public String getProcessID() { return this.processID; } public void setProcessID(String processID) { this.processID = processID; } } @Override public DescribeSlowLogRecordsResponse getInstance(UnmarshallerContext context) { return DescribeSlowLogRecordsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSqlPatternRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSqlPatternRequest extends RpcAcsRequest<DescribeSqlPatternResponse> { private String dBClusterId; private String sqlPattern; private String startTime; private String type; private Integer pageNumber; private Integer pageSize; private String order; public DescribeSqlPatternRequest() { super("adb", "2019-03-15", "DescribeSqlPattern", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getSqlPattern() { return this.sqlPattern; } public void setSqlPattern(String sqlPattern) { this.sqlPattern = sqlPattern; if(sqlPattern != null){ putQueryParameter("SqlPattern", sqlPattern); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } @Override public Class<DescribeSqlPatternResponse> getResponseClass() { return DescribeSqlPatternResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSqlPatternResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSqlPatternResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSqlPatternResponse extends AcsResponse { private Integer pageSize; private Integer pageNumber; private Integer totalCount; private String requestId; private List<ItemsItem> items; public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String avgStageCount; private String maxCpuTime; private String accessIP; private String avgScanSize; private String maxScanSize; private String maxPeakMemory; private String avgCpuTime; private String user; private String avgPeakMemory; private String maxStageCount; private String maxTaskCount; private String instanceName; private String queryCount; private String reportDate; private String pattern; private String avgTaskCount; public String getAvgStageCount() { return this.avgStageCount; } public void setAvgStageCount(String avgStageCount) { this.avgStageCount = avgStageCount; } public String getMaxCpuTime() { return this.maxCpuTime; } public void setMaxCpuTime(String maxCpuTime) { this.maxCpuTime = maxCpuTime; } public String getAccessIP() { return this.accessIP; } public void setAccessIP(String accessIP) { this.accessIP = accessIP; } public String getAvgScanSize() { return this.avgScanSize; } public void setAvgScanSize(String avgScanSize) { this.avgScanSize = avgScanSize; } public String getMaxScanSize() { return this.maxScanSize; } public void setMaxScanSize(String maxScanSize) { this.maxScanSize = maxScanSize; } public String getMaxPeakMemory() { return this.maxPeakMemory; } public void setMaxPeakMemory(String maxPeakMemory) { this.maxPeakMemory = maxPeakMemory; } public String getAvgCpuTime() { return this.avgCpuTime; } public void setAvgCpuTime(String avgCpuTime) { this.avgCpuTime = avgCpuTime; } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } public String getAvgPeakMemory() { return this.avgPeakMemory; } public void setAvgPeakMemory(String avgPeakMemory) { this.avgPeakMemory = avgPeakMemory; } public String getMaxStageCount() { return this.maxStageCount; } public void setMaxStageCount(String maxStageCount) { this.maxStageCount = maxStageCount; } public String getMaxTaskCount() { return this.maxTaskCount; } public void setMaxTaskCount(String maxTaskCount) { this.maxTaskCount = maxTaskCount; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } public String getQueryCount() { return this.queryCount; } public void setQueryCount(String queryCount) { this.queryCount = queryCount; } public String getReportDate() { return this.reportDate; } public void setReportDate(String reportDate) { this.reportDate = reportDate; } public String getPattern() { return this.pattern; } public void setPattern(String pattern) { this.pattern = pattern; } public String getAvgTaskCount() { return this.avgTaskCount; } public void setAvgTaskCount(String avgTaskCount) { this.avgTaskCount = avgTaskCount; } } @Override public DescribeSqlPatternResponse getInstance(UnmarshallerContext context) { return DescribeSqlPatternResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSyncAvailableDBClusterListRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSyncAvailableDBClusterListRequest extends RpcAcsRequest<DescribeSyncAvailableDBClusterListResponse> { private Long resourceOwnerId; private List<SourceDBCluster> sourceDBClusters; private String resourceGroupId; private String queryType; private String resourceOwnerAccount; private String syncPlatform; private String ownerAccount; private Long ownerId; public DescribeSyncAvailableDBClusterListRequest() { super("adb", "2019-03-15", "DescribeSyncAvailableDBClusterList", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public List<SourceDBCluster> getSourceDBClusters() { return this.sourceDBClusters; } public void setSourceDBClusters(List<SourceDBCluster> sourceDBClusters) { this.sourceDBClusters = sourceDBClusters; if (sourceDBClusters != null) { for (int depth1 = 0; depth1 < sourceDBClusters.size(); depth1++) { putQueryParameter("SourceDBCluster." + (depth1 + 1) + ".RegionId" , sourceDBClusters.get(depth1).getRegionId()); putQueryParameter("SourceDBCluster." + (depth1 + 1) + ".Type" , sourceDBClusters.get(depth1).getType()); putQueryParameter("SourceDBCluster." + (depth1 + 1) + ".ClusterIds" , sourceDBClusters.get(depth1).getClusterIds()); } } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public String getQueryType() { return this.queryType; } public void setQueryType(String queryType) { this.queryType = queryType; if(queryType != null){ putQueryParameter("QueryType", queryType); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getSyncPlatform() { return this.syncPlatform; } public void setSyncPlatform(String syncPlatform) { this.syncPlatform = syncPlatform; if(syncPlatform != null){ putQueryParameter("SyncPlatform", syncPlatform); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public static class SourceDBCluster { private String regionId; private String type; private String clusterIds; public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getClusterIds() { return this.clusterIds; } public void setClusterIds(String clusterIds) { this.clusterIds = clusterIds; } } @Override public Class<DescribeSyncAvailableDBClusterListResponse> getResponseClass() { return DescribeSyncAvailableDBClusterListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSyncAvailableDBClusterListResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSyncAvailableDBClusterListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSyncAvailableDBClusterListResponse extends AcsResponse { private String requestId; private List<SyncAvailableDBCluster> syncAvailableDBClusters; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<SyncAvailableDBCluster> getSyncAvailableDBClusters() { return this.syncAvailableDBClusters; } public void setSyncAvailableDBClusters(List<SyncAvailableDBCluster> syncAvailableDBClusters) { this.syncAvailableDBClusters = syncAvailableDBClusters; } public static class SyncAvailableDBCluster { private Integer tableNumber; private String dBClusterId; private String dBClusterDescription; private String dBType; private Float storageSize; public Integer getTableNumber() { return this.tableNumber; } public void setTableNumber(Integer tableNumber) { this.tableNumber = tableNumber; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getDBClusterDescription() { return this.dBClusterDescription; } public void setDBClusterDescription(String dBClusterDescription) { this.dBClusterDescription = dBClusterDescription; } public String getDBType() { return this.dBType; } public void setDBType(String dBType) { this.dBType = dBType; } public Float getStorageSize() { return this.storageSize; } public void setStorageSize(Float storageSize) { this.storageSize = storageSize; } } @Override public DescribeSyncAvailableDBClusterListResponse getInstance(UnmarshallerContext context) { return DescribeSyncAvailableDBClusterListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSyncJobListRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeSyncJobListRequest extends RpcAcsRequest<DescribeSyncJobListResponse> { private Long resourceOwnerId; private Integer pageNumber; private String sourceDBClusterId; private Integer pageSize; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String sourceDBClusterDescription; private Long ownerId; private String sourceDBType; private Boolean getSourceDetail; public DescribeSyncJobListRequest() { super("adb", "2019-03-15", "DescribeSyncJobList", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getSourceDBClusterId() { return this.sourceDBClusterId; } public void setSourceDBClusterId(String sourceDBClusterId) { this.sourceDBClusterId = sourceDBClusterId; if(sourceDBClusterId != null){ putQueryParameter("SourceDBClusterId", sourceDBClusterId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getSourceDBClusterDescription() { return this.sourceDBClusterDescription; } public void setSourceDBClusterDescription(String sourceDBClusterDescription) { this.sourceDBClusterDescription = sourceDBClusterDescription; if(sourceDBClusterDescription != null){ putQueryParameter("SourceDBClusterDescription", sourceDBClusterDescription); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getSourceDBType() { return this.sourceDBType; } public void setSourceDBType(String sourceDBType) { this.sourceDBType = sourceDBType; if(sourceDBType != null){ putQueryParameter("SourceDBType", sourceDBType); } } public Boolean getGetSourceDetail() { return this.getSourceDetail; } public void setGetSourceDetail(Boolean getSourceDetail) { this.getSourceDetail = getSourceDetail; if(getSourceDetail != null){ putQueryParameter("GetSourceDetail", getSourceDetail.toString()); } } @Override public Class<DescribeSyncJobListResponse> getResponseClass() { return DescribeSyncJobListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeSyncJobListResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeSyncJobListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSyncJobListResponse extends AcsResponse { private Integer totalCount; private Integer pageSize; private String requestId; private Integer pageNumber; private Integer dBClusterId; private List<SyncJob> syncJobs; public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(Integer dBClusterId) { this.dBClusterId = dBClusterId; } public List<SyncJob> getSyncJobs() { return this.syncJobs; } public void setSyncJobs(List<SyncJob> syncJobs) { this.syncJobs = syncJobs; } public static class SyncJob { private Integer sourceStorageSize; private String sourceDBClusterId; private String jobId; private String sourceDBType; private String sourceDBClusterDescription; private String regionId; private Integer sourceTableNumber; private String syncPlatform; public Integer getSourceStorageSize() { return this.sourceStorageSize; } public void setSourceStorageSize(Integer sourceStorageSize) { this.sourceStorageSize = sourceStorageSize; } public String getSourceDBClusterId() { return this.sourceDBClusterId; } public void setSourceDBClusterId(String sourceDBClusterId) { this.sourceDBClusterId = sourceDBClusterId; } public String getJobId() { return this.jobId; } public void setJobId(String jobId) { this.jobId = jobId; } public String getSourceDBType() { return this.sourceDBType; } public void setSourceDBType(String sourceDBType) { this.sourceDBType = sourceDBType; } public String getSourceDBClusterDescription() { return this.sourceDBClusterDescription; } public void setSourceDBClusterDescription(String sourceDBClusterDescription) { this.sourceDBClusterDescription = sourceDBClusterDescription; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public Integer getSourceTableNumber() { return this.sourceTableNumber; } public void setSourceTableNumber(Integer sourceTableNumber) { this.sourceTableNumber = sourceTableNumber; } public String getSyncPlatform() { return this.syncPlatform; } public void setSyncPlatform(String syncPlatform) { this.syncPlatform = syncPlatform; } } @Override public DescribeSyncJobListResponse getInstance(UnmarshallerContext context) { return DescribeSyncJobListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTableAccessCountRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeTableAccessCountRequest extends RpcAcsRequest<DescribeTableAccessCountResponse> { private String dBClusterId; private String startTime; private Integer pageNumber; private Integer pageSize; private String tableName; private String order; public DescribeTableAccessCountRequest() { super("adb", "2019-03-15", "DescribeTableAccessCount", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; if(tableName != null){ putQueryParameter("TableName", tableName); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } @Override public Class<DescribeTableAccessCountResponse> getResponseClass() { return DescribeTableAccessCountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTableAccessCountResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeTableAccessCountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTableAccessCountResponse extends AcsResponse { private String requestId; private Integer pageNumber; private Integer pageSize; private Integer totalCount; private List<ItemsItem> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String reportDate; private String tableSchema; private String accessCount; private String tableName; private String instanceName; public String getReportDate() { return this.reportDate; } public void setReportDate(String reportDate) { this.reportDate = reportDate; } public String getTableSchema() { return this.tableSchema; } public void setTableSchema(String tableSchema) { this.tableSchema = tableSchema; } public String getAccessCount() { return this.accessCount; } public void setAccessCount(String accessCount) { this.accessCount = accessCount; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getInstanceName() { return this.instanceName; } public void setInstanceName(String instanceName) { this.instanceName = instanceName; } } @Override public DescribeTableAccessCountResponse getInstance(UnmarshallerContext context) { return DescribeTableAccessCountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTableDetailRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeTableDetailRequest extends RpcAcsRequest<DescribeTableDetailResponse> { private Long resourceOwnerId; private String tableName; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeTableDetailRequest() { super("adb", "2019-03-15", "DescribeTableDetail", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; if(tableName != null){ putQueryParameter("TableName", tableName); } } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; if(schemaName != null){ putQueryParameter("SchemaName", schemaName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeTableDetailResponse> getResponseClass() { return DescribeTableDetailResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTableDetailResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeTableDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTableDetailResponse extends AcsResponse { private Long avgSize; private String requestId; private Items items; public Long getAvgSize() { return this.avgSize; } public void setAvgSize(Long avgSize) { this.avgSize = avgSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Items getItems() { return this.items; } public void setItems(Items items) { this.items = items; } public static class Items { private List<ShardItem> shard; public List<ShardItem> getShard() { return this.shard; } public void setShard(List<ShardItem> shard) { this.shard = shard; } public static class ShardItem { private Long size; private Integer id; public Long getSize() { return this.size; } public void setSize(Long size) { this.size = size; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } } } @Override public DescribeTableDetailResponse getInstance(UnmarshallerContext context) { return DescribeTableDetailResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTablePartitionDiagnoseRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeTablePartitionDiagnoseRequest extends RpcAcsRequest<DescribeTablePartitionDiagnoseResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private Integer pageNumber; private Integer pageSize; private String lang; private String order; public DescribeTablePartitionDiagnoseRequest() { super("adb", "2019-03-15", "DescribeTablePartitionDiagnose", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } @Override public Class<DescribeTablePartitionDiagnoseResponse> getResponseClass() { return DescribeTablePartitionDiagnoseResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTablePartitionDiagnoseResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeTablePartitionDiagnoseResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTablePartitionDiagnoseResponse extends AcsResponse { private Integer totalCount; private String requestId; private Integer pageSize; private Integer pageNumber; private String dBClusterId; private Long suggestMaxRecordsPerPartition; private Long suggestMinRecordsPerPartition; private List<TablePartitionDiagnose> items; private List<DetectionItemsItem> detectionItems; public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public Long getSuggestMaxRecordsPerPartition() { return this.suggestMaxRecordsPerPartition; } public void setSuggestMaxRecordsPerPartition(Long suggestMaxRecordsPerPartition) { this.suggestMaxRecordsPerPartition = suggestMaxRecordsPerPartition; } public Long getSuggestMinRecordsPerPartition() { return this.suggestMinRecordsPerPartition; } public void setSuggestMinRecordsPerPartition(Long suggestMinRecordsPerPartition) { this.suggestMinRecordsPerPartition = suggestMinRecordsPerPartition; } public List<TablePartitionDiagnose> getItems() { return this.items; } public void setItems(List<TablePartitionDiagnose> items) { this.items = items; } public List<DetectionItemsItem> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<DetectionItemsItem> detectionItems) { this.detectionItems = detectionItems; } public static class TablePartitionDiagnose { private String tableName; private String partitionDetail; private String schemaName; private Integer partitionNumber; private Double spaceRatio; private Long totalSize; public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getPartitionDetail() { return this.partitionDetail; } public void setPartitionDetail(String partitionDetail) { this.partitionDetail = partitionDetail; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public Integer getPartitionNumber() { return this.partitionNumber; } public void setPartitionNumber(Integer partitionNumber) { this.partitionNumber = partitionNumber; } public Double getSpaceRatio() { return this.spaceRatio; } public void setSpaceRatio(Double spaceRatio) { this.spaceRatio = spaceRatio; } public Long getTotalSize() { return this.totalSize; } public void setTotalSize(Long totalSize) { this.totalSize = totalSize; } } public static class DetectionItemsItem { private String name; private String message; private String status; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } @Override public DescribeTablePartitionDiagnoseResponse getInstance(UnmarshallerContext context) { return DescribeTablePartitionDiagnoseResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTableStatisticsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeTableStatisticsRequest extends RpcAcsRequest<DescribeTableStatisticsResponse> { private Long resourceOwnerId; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private Integer pageNumber; private Integer pageSize; private String keyword; private String order; public DescribeTableStatisticsRequest() { super("adb", "2019-03-15", "DescribeTableStatistics", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; if(schemaName != null){ putQueryParameter("SchemaName", schemaName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } @Override public Class<DescribeTableStatisticsResponse> getResponseClass() { return DescribeTableStatisticsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTableStatisticsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeTableStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTableStatisticsResponse extends AcsResponse { private String totalCount; private String pageSize; private String requestId; private String pageNumber; private String dBClusterId; private String schemaNames; private List<TableStatisticRecords> items; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPageNumber() { return this.pageNumber; } public void setPageNumber(String pageNumber) { this.pageNumber = pageNumber; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getSchemaNames() { return this.schemaNames; } public void setSchemaNames(String schemaNames) { this.schemaNames = schemaNames; } public List<TableStatisticRecords> getItems() { return this.items; } public void setItems(List<TableStatisticRecords> items) { this.items = items; } public static class TableStatisticRecords { private String schemaName; private String tableName; private Long rowCount; private Long dataSize; private Long indexSize; private Long primaryKeyIndexSize; private Long partitionCount; private Long coldDataSize; private Double spaceRatio; private Long totalSize; private Long hotDataSize; private Long otherSize; public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public Long getRowCount() { return this.rowCount; } public void setRowCount(Long rowCount) { this.rowCount = rowCount; } public Long getDataSize() { return this.dataSize; } public void setDataSize(Long dataSize) { this.dataSize = dataSize; } public Long getIndexSize() { return this.indexSize; } public void setIndexSize(Long indexSize) { this.indexSize = indexSize; } public Long getPrimaryKeyIndexSize() { return this.primaryKeyIndexSize; } public void setPrimaryKeyIndexSize(Long primaryKeyIndexSize) { this.primaryKeyIndexSize = primaryKeyIndexSize; } public Long getPartitionCount() { return this.partitionCount; } public void setPartitionCount(Long partitionCount) { this.partitionCount = partitionCount; } public Long getColdDataSize() { return this.coldDataSize; } public void setColdDataSize(Long coldDataSize) { this.coldDataSize = coldDataSize; } public Double getSpaceRatio() { return this.spaceRatio; } public void setSpaceRatio(Double spaceRatio) { this.spaceRatio = spaceRatio; } public Long getTotalSize() { return this.totalSize; } public void setTotalSize(Long totalSize) { this.totalSize = totalSize; } public Long getHotDataSize() { return this.hotDataSize; } public void setHotDataSize(Long hotDataSize) { this.hotDataSize = hotDataSize; } public Long getOtherSize() { return this.otherSize; } public void setOtherSize(Long otherSize) { this.otherSize = otherSize; } } @Override public DescribeTableStatisticsResponse getInstance(UnmarshallerContext context) { return DescribeTableStatisticsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTablesRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeTablesRequest extends RpcAcsRequest<DescribeTablesResponse> { private Long resourceOwnerId; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeTablesRequest() { super("adb", "2019-03-15", "DescribeTables", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; if(schemaName != null){ putQueryParameter("SchemaName", schemaName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeTablesResponse> getResponseClass() { return DescribeTablesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTablesResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeTablesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTablesResponse extends AcsResponse { private String requestId; private List<Table> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Table> getItems() { return this.items; } public void setItems(List<Table> items) { this.items = items; } public static class Table { private String tableName; private String dBClusterId; private String schemaName; public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } } @Override public DescribeTablesResponse getInstance(UnmarshallerContext context) { return DescribeTablesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTaskInfoRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeTaskInfoRequest extends RpcAcsRequest<DescribeTaskInfoResponse> { private Long resourceOwnerId; private Integer taskId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeTaskInfoRequest() { super("adb", "2019-03-15", "DescribeTaskInfo", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getTaskId() { return this.taskId; } public void setTaskId(Integer taskId) { this.taskId = taskId; if(taskId != null){ putQueryParameter("TaskId", taskId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeTaskInfoResponse> getResponseClass() { return DescribeTaskInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeTaskInfoResponse.java
/* * 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.adb.model.v20190315; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeTaskInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTaskInfoResponse extends AcsResponse { private String requestId; private TaskInfo taskInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public TaskInfo getTaskInfo() { return this.taskInfo; } public void setTaskInfo(TaskInfo taskInfo) { this.taskInfo = taskInfo; } public static class TaskInfo { private String status; private String finishTime; private String progress; private String beginTime; private Integer taskId; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getFinishTime() { return this.finishTime; } public void setFinishTime(String finishTime) { this.finishTime = finishTime; } public String getProgress() { return this.progress; } public void setProgress(String progress) { this.progress = progress; } public String getBeginTime() { return this.beginTime; } public void setBeginTime(String beginTime) { this.beginTime = beginTime; } public Integer getTaskId() { return this.taskId; } public void setTaskId(Integer taskId) { this.taskId = taskId; } } @Override public DescribeTaskInfoResponse getInstance(UnmarshallerContext context) { return DescribeTaskInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeVSwitchesRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeVSwitchesRequest extends RpcAcsRequest<DescribeVSwitchesResponse> { private String vswId; private Long resourceOwnerId; private String securityToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String vpcId; private String zoneId; public DescribeVSwitchesRequest() { super("adb", "2019-03-15", "DescribeVSwitches", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getVswId() { return this.vswId; } public void setVswId(String vswId) { this.vswId = vswId; if(vswId != null){ putQueryParameter("VswId", vswId); } } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getSecurityToken() { return this.securityToken; } public void setSecurityToken(String securityToken) { this.securityToken = securityToken; if(securityToken != null){ putQueryParameter("SecurityToken", securityToken); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } @Override public Class<DescribeVSwitchesResponse> getResponseClass() { return DescribeVSwitchesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeVSwitchesResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeVSwitchesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeVSwitchesResponse extends AcsResponse { private String requestId; private VSwitches vSwitches; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public VSwitches getVSwitches() { return this.vSwitches; } public void setVSwitches(VSwitches vSwitches) { this.vSwitches = vSwitches; } public static class VSwitches { private List<VSwitchItem> vSwitch; public List<VSwitchItem> getVSwitch() { return this.vSwitch; } public void setVSwitch(List<VSwitchItem> vSwitch) { this.vSwitch = vSwitch; } public static class VSwitchItem { private String status; private Boolean isDefault; private String vSwitchId; private String cidrBlock; private String regionNo; private String gmtCreate; private String aliUid; private String gmtModified; private String bid; private String izNo; private String vSwitchName; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Boolean getIsDefault() { return this.isDefault; } public void setIsDefault(Boolean isDefault) { this.isDefault = isDefault; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getCidrBlock() { return this.cidrBlock; } public void setCidrBlock(String cidrBlock) { this.cidrBlock = cidrBlock; } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; } public String getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(String gmtCreate) { this.gmtCreate = gmtCreate; } public String getAliUid() { return this.aliUid; } public void setAliUid(String aliUid) { this.aliUid = aliUid; } public String getGmtModified() { return this.gmtModified; } public void setGmtModified(String gmtModified) { this.gmtModified = gmtModified; } public String getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; } public String getIzNo() { return this.izNo; } public void setIzNo(String izNo) { this.izNo = izNo; } public String getVSwitchName() { return this.vSwitchName; } public void setVSwitchName(String vSwitchName) { this.vSwitchName = vSwitchName; } } } @Override public DescribeVSwitchesResponse getInstance(UnmarshallerContext context) { return DescribeVSwitchesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeVSwitchsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeVSwitchsRequest extends RpcAcsRequest<DescribeVSwitchsResponse> { private Long resourceOwnerId; private String securityToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String vpcId; private String zoneId; public DescribeVSwitchsRequest() { super("adb", "2019-03-15", "DescribeVSwitchs", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getSecurityToken() { return this.securityToken; } public void setSecurityToken(String securityToken) { this.securityToken = securityToken; if(securityToken != null){ putQueryParameter("SecurityToken", securityToken); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } @Override public Class<DescribeVSwitchsResponse> getResponseClass() { return DescribeVSwitchsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeVSwitchsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeVSwitchsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeVSwitchsResponse extends AcsResponse { private String requestId; private VSwitches vSwitches; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public VSwitches getVSwitches() { return this.vSwitches; } public void setVSwitches(VSwitches vSwitches) { this.vSwitches = vSwitches; } public static class VSwitches { private List<VSwitchItem> vSwitch; public List<VSwitchItem> getVSwitch() { return this.vSwitch; } public void setVSwitch(List<VSwitchItem> vSwitch) { this.vSwitch = vSwitch; } public static class VSwitchItem { private String status; private Boolean isDefault; private String vSwitchId; private String cidrBlock; private String regionNo; private String gmtCreate; private String aliUid; private String gmtModified; private String bid; private String izNo; private String vSwitchName; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Boolean getIsDefault() { return this.isDefault; } public void setIsDefault(Boolean isDefault) { this.isDefault = isDefault; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getCidrBlock() { return this.cidrBlock; } public void setCidrBlock(String cidrBlock) { this.cidrBlock = cidrBlock; } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; } public String getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(String gmtCreate) { this.gmtCreate = gmtCreate; } public String getAliUid() { return this.aliUid; } public void setAliUid(String aliUid) { this.aliUid = aliUid; } public String getGmtModified() { return this.gmtModified; } public void setGmtModified(String gmtModified) { this.gmtModified = gmtModified; } public String getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; } public String getIzNo() { return this.izNo; } public void setIzNo(String izNo) { this.izNo = izNo; } public String getVSwitchName() { return this.vSwitchName; } public void setVSwitchName(String vSwitchName) { this.vSwitchName = vSwitchName; } } } @Override public DescribeVSwitchsResponse getInstance(UnmarshallerContext context) { return DescribeVSwitchsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeVpcsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeVpcsRequest extends RpcAcsRequest<DescribeVpcsResponse> { private Long resourceOwnerId; private String securityToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String vpcId; private String zoneId; public DescribeVpcsRequest() { super("adb", "2019-03-15", "DescribeVpcs", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getSecurityToken() { return this.securityToken; } public void setSecurityToken(String securityToken) { this.securityToken = securityToken; if(securityToken != null){ putQueryParameter("SecurityToken", securityToken); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } @Override public Class<DescribeVpcsResponse> getResponseClass() { return DescribeVpcsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeVpcsResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeVpcsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeVpcsResponse extends AcsResponse { private String requestId; private Vpcs vpcs; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Vpcs getVpcs() { return this.vpcs; } public void setVpcs(Vpcs vpcs) { this.vpcs = vpcs; } public static class Vpcs { private List<VpcItem> vpc; public List<VpcItem> getVpc() { return this.vpc; } public void setVpc(List<VpcItem> vpc) { this.vpc = vpc; } public static class VpcItem { private String status; private String vpcName; private String vpcId; private Boolean isDefault; private String cidrBlock; private String regionNo; private String gmtCreate; private String aliUid; private String gmtModified; private String bid; private List<VSwitch> vSwitchs; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getVpcName() { return this.vpcName; } public void setVpcName(String vpcName) { this.vpcName = vpcName; } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public Boolean getIsDefault() { return this.isDefault; } public void setIsDefault(Boolean isDefault) { this.isDefault = isDefault; } public String getCidrBlock() { return this.cidrBlock; } public void setCidrBlock(String cidrBlock) { this.cidrBlock = cidrBlock; } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; } public String getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(String gmtCreate) { this.gmtCreate = gmtCreate; } public String getAliUid() { return this.aliUid; } public void setAliUid(String aliUid) { this.aliUid = aliUid; } public String getGmtModified() { return this.gmtModified; } public void setGmtModified(String gmtModified) { this.gmtModified = gmtModified; } public String getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; } public List<VSwitch> getVSwitchs() { return this.vSwitchs; } public void setVSwitchs(List<VSwitch> vSwitchs) { this.vSwitchs = vSwitchs; } public static class VSwitch { private String status; private String vSwitchId; private Boolean isDefault; private String cidrBlock; private String gmtCreate; private String gmtModified; private String izNo; private String vSwitchName; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public Boolean getIsDefault() { return this.isDefault; } public void setIsDefault(Boolean isDefault) { this.isDefault = isDefault; } public String getCidrBlock() { return this.cidrBlock; } public void setCidrBlock(String cidrBlock) { this.cidrBlock = cidrBlock; } public String getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(String gmtCreate) { this.gmtCreate = gmtCreate; } public String getGmtModified() { return this.gmtModified; } public void setGmtModified(String gmtModified) { this.gmtModified = gmtModified; } public String getIzNo() { return this.izNo; } public void setIzNo(String izNo) { this.izNo = izNo; } public String getVSwitchName() { return this.vSwitchName; } public void setVSwitchName(String vSwitchName) { this.vSwitchName = vSwitchName; } } } } @Override public DescribeVpcsResponse getInstance(UnmarshallerContext context) { return DescribeVpcsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeWorkerDetectionRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DescribeWorkerDetectionRequest extends RpcAcsRequest<DescribeWorkerDetectionResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private String startTime; private Long ownerId; private String lang; public DescribeWorkerDetectionRequest() { super("adb", "2019-03-15", "DescribeWorkerDetection", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DescribeWorkerDetectionResponse> getResponseClass() { return DescribeWorkerDetectionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DescribeWorkerDetectionResponse.java
/* * 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.adb.model.v20190315; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DescribeWorkerDetectionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeWorkerDetectionResponse extends AcsResponse { private String totalCount; private String requestId; private String dBClusterId; private List<BaseDetectionItem> detectionItems; public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public List<BaseDetectionItem> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<BaseDetectionItem> detectionItems) { this.detectionItems = detectionItems; } public static class BaseDetectionItem { private String name; private String message; private String status; private Results results; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Results getResults() { return this.results; } public void setResults(Results results) { this.results = results; } public static class Results { private List<SkewedTablesList> skewedTables; private List<PartitionedTablesList> partitionedTables; private List<TopAccessTablesList> topAccessTables; private List<BadOperatorDetails> operatorDetails; private List<BadOperatorAgg> operatorAgg; public List<SkewedTablesList> getSkewedTables() { return this.skewedTables; } public void setSkewedTables(List<SkewedTablesList> skewedTables) { this.skewedTables = skewedTables; } public List<PartitionedTablesList> getPartitionedTables() { return this.partitionedTables; } public void setPartitionedTables(List<PartitionedTablesList> partitionedTables) { this.partitionedTables = partitionedTables; } public List<TopAccessTablesList> getTopAccessTables() { return this.topAccessTables; } public void setTopAccessTables(List<TopAccessTablesList> topAccessTables) { this.topAccessTables = topAccessTables; } public List<BadOperatorDetails> getOperatorDetails() { return this.operatorDetails; } public void setOperatorDetails(List<BadOperatorDetails> operatorDetails) { this.operatorDetails = operatorDetails; } public List<BadOperatorAgg> getOperatorAgg() { return this.operatorAgg; } public void setOperatorAgg(List<BadOperatorAgg> operatorAgg) { this.operatorAgg = operatorAgg; } public static class SkewedTablesList { private String schemaName; private String tableName; private String dDL; private Integer partitionCount; private Long totalDataSize; private Long totalRowCount; private Long totalPkSize; private Long totalRemoteDataSize; private String totalLocalDataSize; private String shardSkewedRows; public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getDDL() { return this.dDL; } public void setDDL(String dDL) { this.dDL = dDL; } public Integer getPartitionCount() { return this.partitionCount; } public void setPartitionCount(Integer partitionCount) { this.partitionCount = partitionCount; } public Long getTotalDataSize() { return this.totalDataSize; } public void setTotalDataSize(Long totalDataSize) { this.totalDataSize = totalDataSize; } public Long getTotalRowCount() { return this.totalRowCount; } public void setTotalRowCount(Long totalRowCount) { this.totalRowCount = totalRowCount; } public Long getTotalPkSize() { return this.totalPkSize; } public void setTotalPkSize(Long totalPkSize) { this.totalPkSize = totalPkSize; } public Long getTotalRemoteDataSize() { return this.totalRemoteDataSize; } public void setTotalRemoteDataSize(Long totalRemoteDataSize) { this.totalRemoteDataSize = totalRemoteDataSize; } public String getTotalLocalDataSize() { return this.totalLocalDataSize; } public void setTotalLocalDataSize(String totalLocalDataSize) { this.totalLocalDataSize = totalLocalDataSize; } public String getShardSkewedRows() { return this.shardSkewedRows; } public void setShardSkewedRows(String shardSkewedRows) { this.shardSkewedRows = shardSkewedRows; } } public static class PartitionedTablesList { private String schemaName; private String tableName; private String dDL; private String partitionCount; private String partitionIds; private Long totalDataSize; public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getDDL() { return this.dDL; } public void setDDL(String dDL) { this.dDL = dDL; } public String getPartitionCount() { return this.partitionCount; } public void setPartitionCount(String partitionCount) { this.partitionCount = partitionCount; } public String getPartitionIds() { return this.partitionIds; } public void setPartitionIds(String partitionIds) { this.partitionIds = partitionIds; } public Long getTotalDataSize() { return this.totalDataSize; } public void setTotalDataSize(Long totalDataSize) { this.totalDataSize = totalDataSize; } } public static class TopAccessTablesList { private String metricName; private List<ResultList> searchResults; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public List<ResultList> getSearchResults() { return this.searchResults; } public void setSearchResults(List<ResultList> searchResults) { this.searchResults = searchResults; } public static class ResultList { private String tableName; private Long maxScanCost; private Double avgScanCost; private Long maxScanSize; private Double avgScanSize; private Long accessCount; public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public Long getMaxScanCost() { return this.maxScanCost; } public void setMaxScanCost(Long maxScanCost) { this.maxScanCost = maxScanCost; } public Double getAvgScanCost() { return this.avgScanCost; } public void setAvgScanCost(Double avgScanCost) { this.avgScanCost = avgScanCost; } public Long getMaxScanSize() { return this.maxScanSize; } public void setMaxScanSize(Long maxScanSize) { this.maxScanSize = maxScanSize; } public Double getAvgScanSize() { return this.avgScanSize; } public void setAvgScanSize(Double avgScanSize) { this.avgScanSize = avgScanSize; } public Long getAccessCount() { return this.accessCount; } public void setAccessCount(Long accessCount) { this.accessCount = accessCount; } } } public static class BadOperatorDetails { private String metricName; private List<ResultList2> searchResults1; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public List<ResultList2> getSearchResults1() { return this.searchResults1; } public void setSearchResults1(List<ResultList2> searchResults1) { this.searchResults1 = searchResults1; } public static class ResultList2 { private String processId; private String stageId; private String operatorName; private Long peakMemory; private Long operatorCost; private Long inputRows; private Long outputRows; private Long inputSize; private Long outputSize; private String operatorInfo; public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; } public String getStageId() { return this.stageId; } public void setStageId(String stageId) { this.stageId = stageId; } public String getOperatorName() { return this.operatorName; } public void setOperatorName(String operatorName) { this.operatorName = operatorName; } public Long getPeakMemory() { return this.peakMemory; } public void setPeakMemory(Long peakMemory) { this.peakMemory = peakMemory; } public Long getOperatorCost() { return this.operatorCost; } public void setOperatorCost(Long operatorCost) { this.operatorCost = operatorCost; } public Long getInputRows() { return this.inputRows; } public void setInputRows(Long inputRows) { this.inputRows = inputRows; } public Long getOutputRows() { return this.outputRows; } public void setOutputRows(Long outputRows) { this.outputRows = outputRows; } public Long getInputSize() { return this.inputSize; } public void setInputSize(Long inputSize) { this.inputSize = inputSize; } public Long getOutputSize() { return this.outputSize; } public void setOutputSize(Long outputSize) { this.outputSize = outputSize; } public String getOperatorInfo() { return this.operatorInfo; } public void setOperatorInfo(String operatorInfo) { this.operatorInfo = operatorInfo; } } } public static class BadOperatorAgg { private String metricName; private List<ResultList4> searchResults3; public String getMetricName() { return this.metricName; } public void setMetricName(String metricName) { this.metricName = metricName; } public List<ResultList4> getSearchResults3() { return this.searchResults3; } public void setSearchResults3(List<ResultList4> searchResults3) { this.searchResults3 = searchResults3; } public static class ResultList4 { private String operatorName; private Long maxValue; private Long totalValue; private Double avgValue; private Long operatorCount; public String getOperatorName() { return this.operatorName; } public void setOperatorName(String operatorName) { this.operatorName = operatorName; } public Long getMaxValue() { return this.maxValue; } public void setMaxValue(Long maxValue) { this.maxValue = maxValue; } public Long getTotalValue() { return this.totalValue; } public void setTotalValue(Long totalValue) { this.totalValue = totalValue; } public Double getAvgValue() { return this.avgValue; } public void setAvgValue(Double avgValue) { this.avgValue = avgValue; } public Long getOperatorCount() { return this.operatorCount; } public void setOperatorCount(Long operatorCount) { this.operatorCount = operatorCount; } } } } } @Override public DescribeWorkerDetectionResponse getInstance(UnmarshallerContext context) { return DescribeWorkerDetectionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DetachUserENIRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DetachUserENIRequest extends RpcAcsRequest<DetachUserENIResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DetachUserENIRequest() { super("adb", "2019-03-15", "DetachUserENI", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DetachUserENIResponse> getResponseClass() { return DetachUserENIResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DetachUserENIResponse.java
/* * 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.adb.model.v20190315; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DetachUserENIResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DetachUserENIResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DetachUserENIResponse getInstance(UnmarshallerContext context) { return DetachUserENIResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DisableAdviceServiceRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DisableAdviceServiceRequest extends RpcAcsRequest<DisableAdviceServiceResponse> { private String dBClusterId; public DisableAdviceServiceRequest() { super("adb", "2019-03-15", "DisableAdviceService", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } @Override public Class<DisableAdviceServiceResponse> getResponseClass() { return DisableAdviceServiceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DisableAdviceServiceResponse.java
/* * 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.adb.model.v20190315; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DisableAdviceServiceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DisableAdviceServiceResponse extends AcsResponse { private String message; private String requestId; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DisableAdviceServiceResponse getInstance(UnmarshallerContext context) { return DisableAdviceServiceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DownloadDiagnosisRecordsRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DownloadDiagnosisRecordsRequest extends RpcAcsRequest<DownloadDiagnosisRecordsResponse> { private String queryCondition; private String startTime; private String database; private String clientIp; private String keyword; private String lang; private Long maxScanSize; private String resourceGroup; private String dBClusterId; private String endTime; private Long minPeakMemory; private Long minScanSize; private Long maxPeakMemory; private String userName; public DownloadDiagnosisRecordsRequest() { super("adb", "2019-03-15", "DownloadDiagnosisRecords", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getQueryCondition() { return this.queryCondition; } public void setQueryCondition(String queryCondition) { this.queryCondition = queryCondition; if(queryCondition != null){ putQueryParameter("QueryCondition", queryCondition); } } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getDatabase() { return this.database; } public void setDatabase(String database) { this.database = database; if(database != null){ putQueryParameter("Database", database); } } public String getClientIp() { return this.clientIp; } public void setClientIp(String clientIp) { this.clientIp = clientIp; if(clientIp != null){ putQueryParameter("ClientIp", clientIp); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public Long getMaxScanSize() { return this.maxScanSize; } public void setMaxScanSize(Long maxScanSize) { this.maxScanSize = maxScanSize; if(maxScanSize != null){ putQueryParameter("MaxScanSize", maxScanSize.toString()); } } public String getResourceGroup() { return this.resourceGroup; } public void setResourceGroup(String resourceGroup) { this.resourceGroup = resourceGroup; if(resourceGroup != null){ putQueryParameter("ResourceGroup", resourceGroup); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Long getMinPeakMemory() { return this.minPeakMemory; } public void setMinPeakMemory(Long minPeakMemory) { this.minPeakMemory = minPeakMemory; if(minPeakMemory != null){ putQueryParameter("MinPeakMemory", minPeakMemory.toString()); } } public Long getMinScanSize() { return this.minScanSize; } public void setMinScanSize(Long minScanSize) { this.minScanSize = minScanSize; if(minScanSize != null){ putQueryParameter("MinScanSize", minScanSize.toString()); } } public Long getMaxPeakMemory() { return this.maxPeakMemory; } public void setMaxPeakMemory(Long maxPeakMemory) { this.maxPeakMemory = maxPeakMemory; if(maxPeakMemory != null){ putQueryParameter("MaxPeakMemory", maxPeakMemory.toString()); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } @Override public Class<DownloadDiagnosisRecordsResponse> getResponseClass() { return DownloadDiagnosisRecordsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/DownloadDiagnosisRecordsResponse.java
/* * 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.adb.model.v20190315; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.DownloadDiagnosisRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DownloadDiagnosisRecordsResponse extends AcsResponse { private Integer downloadId; private String requestId; public Integer getDownloadId() { return this.downloadId; } public void setDownloadId(Integer downloadId) { this.downloadId = downloadId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DownloadDiagnosisRecordsResponse getInstance(UnmarshallerContext context) { return DownloadDiagnosisRecordsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/EnableAdviceServiceRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class EnableAdviceServiceRequest extends RpcAcsRequest<EnableAdviceServiceResponse> { private String dBClusterId; public EnableAdviceServiceRequest() { super("adb", "2019-03-15", "EnableAdviceService", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } @Override public Class<EnableAdviceServiceResponse> getResponseClass() { return EnableAdviceServiceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/EnableAdviceServiceResponse.java
/* * 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.adb.model.v20190315; import com.aliyuncs.AcsResponse; import com.aliyuncs.adb.transform.v20190315.EnableAdviceServiceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class EnableAdviceServiceResponse extends AcsResponse { private String message; private String requestId; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public EnableAdviceServiceResponse getInstance(UnmarshallerContext context) { return EnableAdviceServiceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model
java-sources/com/aliyun/aliyun-java-sdk-adb/1.0.28/com/aliyuncs/adb/model/v20190315/GetCreateTableSQLRequest.java
/* * 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.adb.model.v20190315; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class GetCreateTableSQLRequest extends RpcAcsRequest<GetCreateTableSQLResponse> { private Long resourceOwnerId; private String tableName; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public GetCreateTableSQLRequest() { super("adb", "2019-03-15", "GetCreateTableSQL", "ads"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; if(tableName != null){ putQueryParameter("TableName", tableName); } } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; if(schemaName != null){ putQueryParameter("SchemaName", schemaName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<GetCreateTableSQLResponse> getResponseClass() { return GetCreateTableSQLResponse.class; } }