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/BindDBResourcePoolWithUserResponse.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.BindDBResourcePoolWithUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BindDBResourcePoolWithUserResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public BindDBResourcePoolWithUserResponse getInstance(UnmarshallerContext context) { return BindDBResourcePoolWithUserResponseUnmarshaller.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/CancelActiveOperationTasksRequest.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 CancelActiveOperationTasksRequest extends RpcAcsRequest<CancelActiveOperationTasksResponse> { private Long resourceOwnerId; private String securityToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String ids; public CancelActiveOperationTasksRequest() { super("adb", "2019-03-15", "CancelActiveOperationTasks", "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 getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } @Override public Class<CancelActiveOperationTasksResponse> getResponseClass() { return CancelActiveOperationTasksResponse.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/CancelActiveOperationTasksResponse.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.CancelActiveOperationTasksResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CancelActiveOperationTasksResponse extends AcsResponse { private String requestId; private String ids; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; } @Override public CancelActiveOperationTasksResponse getInstance(UnmarshallerContext context) { return CancelActiveOperationTasksResponseUnmarshaller.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/CheckServiceLinkedRoleRequest.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 CheckServiceLinkedRoleRequest extends RpcAcsRequest<CheckServiceLinkedRoleResponse> { private Long resourceOwnerId; private String serviceName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public CheckServiceLinkedRoleRequest() { super("adb", "2019-03-15", "CheckServiceLinkedRole", "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 getServiceName() { return this.serviceName; } public void setServiceName(String serviceName) { this.serviceName = serviceName; if(serviceName != null){ putQueryParameter("ServiceName", serviceName); } } 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<CheckServiceLinkedRoleResponse> getResponseClass() { return CheckServiceLinkedRoleResponse.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/CheckServiceLinkedRoleResponse.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.CheckServiceLinkedRoleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CheckServiceLinkedRoleResponse extends AcsResponse { private String requestId; private Boolean hasServiceLinkedRole; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getHasServiceLinkedRole() { return this.hasServiceLinkedRole; } public void setHasServiceLinkedRole(Boolean hasServiceLinkedRole) { this.hasServiceLinkedRole = hasServiceLinkedRole; } @Override public CheckServiceLinkedRoleResponse getInstance(UnmarshallerContext context) { return CheckServiceLinkedRoleResponseUnmarshaller.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/CreateAccountRequest.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.google.gson.Gson; import com.google.gson.annotations.SerializedName; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class CreateAccountRequest extends RpcAcsRequest<CreateAccountResponse> { private Long resourceOwnerId; private String accountType; private String accountDescription; private String accountName; @SerializedName("tag") private List<Tag> tag; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String accountPassword; public CreateAccountRequest() { super("adb", "2019-03-15", "CreateAccount", "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 getAccountType() { return this.accountType; } public void setAccountType(String accountType) { this.accountType = accountType; if(accountType != null){ putQueryParameter("AccountType", accountType); } } public String getAccountDescription() { return this.accountDescription; } public void setAccountDescription(String accountDescription) { this.accountDescription = accountDescription; if(accountDescription != null){ putQueryParameter("AccountDescription", accountDescription); } } public String getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; if(accountName != null){ putQueryParameter("AccountName", accountName); } } public List<Tag> getTag() { return this.tag; } public void setTag(List<Tag> tag) { this.tag = tag; if (tag != null) { putQueryParameter("Tag" , new Gson().toJson(tag)); } } 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 getAccountPassword() { return this.accountPassword; } public void setAccountPassword(String accountPassword) { this.accountPassword = accountPassword; if(accountPassword != null){ putQueryParameter("AccountPassword", accountPassword); } } public static class Tag { @SerializedName("Value") private String value; @SerializedName("Key") private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<CreateAccountResponse> getResponseClass() { return CreateAccountResponse.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/CreateAccountResponse.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.CreateAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateAccountResponse extends AcsResponse { private Integer taskId; private String requestId; private String dBClusterId; public Integer getTaskId() { return this.taskId; } public void setTaskId(Integer taskId) { this.taskId = taskId; } 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; } @Override public CreateAccountResponse getInstance(UnmarshallerContext context) { return CreateAccountResponseUnmarshaller.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/CreateDBClusterRequest.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 CreateDBClusterRequest extends RpcAcsRequest<CreateDBClusterResponse> { private Long resourceOwnerId; private String dBClusterDescription; private String storageType; private String mode; private String resourceGroupId; private List<Tag> tags; private String period; private String backupSetID; private Long ownerId; private String dBNodeGroupCount; private String vSwitchId; private String zoneId; private String computeResource; private String kmsId; private String elasticIOResource; private String sourceDBInstanceName; private String clientToken; private String storageResource; private String dBClusterCategory; private String dBClusterNetworkType; private String restoreTime; private String resourceOwnerAccount; private String ownerAccount; private String dBClusterVersion; private String dBClusterClass; private String usedTime; private String restoreType; private Boolean enableSSL; private String dBNodeStorage; private String executorCount; private String vPCId; private Boolean diskEncryption; private String payType; public CreateDBClusterRequest() { super("adb", "2019-03-15", "CreateDBCluster", "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 getDBClusterDescription() { return this.dBClusterDescription; } public void setDBClusterDescription(String dBClusterDescription) { this.dBClusterDescription = dBClusterDescription; if(dBClusterDescription != null){ putQueryParameter("DBClusterDescription", dBClusterDescription); } } public String getStorageType() { return this.storageType; } public void setStorageType(String storageType) { this.storageType = storageType; if(storageType != null){ putQueryParameter("StorageType", storageType); } } public String getMode() { return this.mode; } public void setMode(String mode) { this.mode = mode; if(mode != null){ putQueryParameter("Mode", mode); } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getPeriod() { return this.period; } public void setPeriod(String period) { this.period = period; if(period != null){ putQueryParameter("Period", period); } } public String getBackupSetID() { return this.backupSetID; } public void setBackupSetID(String backupSetID) { this.backupSetID = backupSetID; if(backupSetID != null){ putQueryParameter("BackupSetID", backupSetID); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getDBNodeGroupCount() { return this.dBNodeGroupCount; } public void setDBNodeGroupCount(String dBNodeGroupCount) { this.dBNodeGroupCount = dBNodeGroupCount; if(dBNodeGroupCount != null){ putQueryParameter("DBNodeGroupCount", dBNodeGroupCount); } } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; if(vSwitchId != null){ putQueryParameter("VSwitchId", vSwitchId); } } 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 getKmsId() { return this.kmsId; } public void setKmsId(String kmsId) { this.kmsId = kmsId; if(kmsId != null){ putQueryParameter("KmsId", kmsId); } } public String getElasticIOResource() { return this.elasticIOResource; } public void setElasticIOResource(String elasticIOResource) { this.elasticIOResource = elasticIOResource; if(elasticIOResource != null){ putQueryParameter("ElasticIOResource", elasticIOResource); } } public String getSourceDBInstanceName() { return this.sourceDBInstanceName; } public void setSourceDBInstanceName(String sourceDBInstanceName) { this.sourceDBInstanceName = sourceDBInstanceName; if(sourceDBInstanceName != null){ putQueryParameter("SourceDBInstanceName", sourceDBInstanceName); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getStorageResource() { return this.storageResource; } public void setStorageResource(String storageResource) { this.storageResource = storageResource; if(storageResource != null){ putQueryParameter("StorageResource", storageResource); } } public String getDBClusterCategory() { return this.dBClusterCategory; } public void setDBClusterCategory(String dBClusterCategory) { this.dBClusterCategory = dBClusterCategory; if(dBClusterCategory != null){ putQueryParameter("DBClusterCategory", dBClusterCategory); } } public String getDBClusterNetworkType() { return this.dBClusterNetworkType; } public void setDBClusterNetworkType(String dBClusterNetworkType) { this.dBClusterNetworkType = dBClusterNetworkType; if(dBClusterNetworkType != null){ putQueryParameter("DBClusterNetworkType", dBClusterNetworkType); } } public String getRestoreTime() { return this.restoreTime; } public void setRestoreTime(String restoreTime) { this.restoreTime = restoreTime; if(restoreTime != null){ putQueryParameter("RestoreTime", restoreTime); } } 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 getDBClusterVersion() { return this.dBClusterVersion; } public void setDBClusterVersion(String dBClusterVersion) { this.dBClusterVersion = dBClusterVersion; if(dBClusterVersion != null){ putQueryParameter("DBClusterVersion", dBClusterVersion); } } public String getDBClusterClass() { return this.dBClusterClass; } public void setDBClusterClass(String dBClusterClass) { this.dBClusterClass = dBClusterClass; if(dBClusterClass != null){ putQueryParameter("DBClusterClass", dBClusterClass); } } public String getUsedTime() { return this.usedTime; } public void setUsedTime(String usedTime) { this.usedTime = usedTime; if(usedTime != null){ putQueryParameter("UsedTime", usedTime); } } public String getRestoreType() { return this.restoreType; } public void setRestoreType(String restoreType) { this.restoreType = restoreType; if(restoreType != null){ putQueryParameter("RestoreType", restoreType); } } public Boolean getEnableSSL() { return this.enableSSL; } public void setEnableSSL(Boolean enableSSL) { this.enableSSL = enableSSL; if(enableSSL != null){ putQueryParameter("EnableSSL", enableSSL.toString()); } } public String getDBNodeStorage() { return this.dBNodeStorage; } public void setDBNodeStorage(String dBNodeStorage) { this.dBNodeStorage = dBNodeStorage; if(dBNodeStorage != null){ putQueryParameter("DBNodeStorage", dBNodeStorage); } } public String getExecutorCount() { return this.executorCount; } public void setExecutorCount(String executorCount) { this.executorCount = executorCount; if(executorCount != null){ putQueryParameter("ExecutorCount", executorCount); } } public String getVPCId() { return this.vPCId; } public void setVPCId(String vPCId) { this.vPCId = vPCId; if(vPCId != null){ putQueryParameter("VPCId", vPCId); } } public Boolean getDiskEncryption() { return this.diskEncryption; } public void setDiskEncryption(Boolean diskEncryption) { this.diskEncryption = diskEncryption; if(diskEncryption != null){ putQueryParameter("DiskEncryption", diskEncryption.toString()); } } public String getPayType() { return this.payType; } public void setPayType(String payType) { this.payType = payType; if(payType != null){ putQueryParameter("PayType", payType); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<CreateDBClusterResponse> getResponseClass() { return CreateDBClusterResponse.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/CreateDBClusterResponse.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.CreateDBClusterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateDBClusterResponse extends AcsResponse { private String requestId; private String resourceGroupId; private String dBClusterId; private String orderId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } @Override public CreateDBClusterResponse getInstance(UnmarshallerContext context) { return CreateDBClusterResponseUnmarshaller.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/CreateDBResourceGroupRequest.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 CreateDBResourceGroupRequest extends RpcAcsRequest<CreateDBResourceGroupResponse> { private Long resourceOwnerId; private String clientToken; private Integer nodeNum; private String groupType; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String groupName; public CreateDBResourceGroupRequest() { super("adb", "2019-03-15", "CreateDBResourceGroup", "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 getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public Integer getNodeNum() { return this.nodeNum; } public void setNodeNum(Integer nodeNum) { this.nodeNum = nodeNum; if(nodeNum != null){ putQueryParameter("NodeNum", nodeNum.toString()); } } public String getGroupType() { return this.groupType; } public void setGroupType(String groupType) { this.groupType = groupType; if(groupType != null){ putQueryParameter("GroupType", groupType); } } 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<CreateDBResourceGroupResponse> getResponseClass() { return CreateDBResourceGroupResponse.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/CreateDBResourceGroupResponse.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.CreateDBResourceGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateDBResourceGroupResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateDBResourceGroupResponse getInstance(UnmarshallerContext context) { return CreateDBResourceGroupResponseUnmarshaller.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/CreateDBResourcePoolRequest.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 CreateDBResourcePoolRequest extends RpcAcsRequest<CreateDBResourcePoolResponse> { private String poolName; private Long resourceOwnerId; private Integer nodeNum; private String queryType; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public CreateDBResourcePoolRequest() { super("adb", "2019-03-15", "CreateDBResourcePool", "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 getPoolName() { return this.poolName; } public void setPoolName(String poolName) { this.poolName = poolName; if(poolName != null){ putQueryParameter("PoolName", poolName); } } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getNodeNum() { return this.nodeNum; } public void setNodeNum(Integer nodeNum) { this.nodeNum = nodeNum; if(nodeNum != null){ putQueryParameter("NodeNum", nodeNum.toString()); } } 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 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<CreateDBResourcePoolResponse> getResponseClass() { return CreateDBResourcePoolResponse.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/CreateDBResourcePoolResponse.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.CreateDBResourcePoolResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateDBResourcePoolResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateDBResourcePoolResponse getInstance(UnmarshallerContext context) { return CreateDBResourcePoolResponseUnmarshaller.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/CreateElasticPlanRequest.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 CreateElasticPlanRequest extends RpcAcsRequest<CreateElasticPlanResponse> { private Long resourceOwnerId; private String elasticPlanType; private String elasticPlanTimeStart; private String elasticPlanEndDay; private String elasticPlanWeeklyRepeat; private String elasticPlanWorkerSpec; private Boolean elasticPlanEnable; private String elasticPlanTimeEnd; private String elasticPlanStartDay; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String elasticPlanName; private String elasticPlanMonthlyRepeat; private String resourcePoolName; private Integer elasticPlanNodeNum; public CreateElasticPlanRequest() { super("adb", "2019-03-15", "CreateElasticPlan", "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 getElasticPlanType() { return this.elasticPlanType; } public void setElasticPlanType(String elasticPlanType) { this.elasticPlanType = elasticPlanType; if(elasticPlanType != null){ putQueryParameter("ElasticPlanType", elasticPlanType); } } public String getElasticPlanTimeStart() { return this.elasticPlanTimeStart; } public void setElasticPlanTimeStart(String elasticPlanTimeStart) { this.elasticPlanTimeStart = elasticPlanTimeStart; if(elasticPlanTimeStart != null){ putQueryParameter("ElasticPlanTimeStart", elasticPlanTimeStart); } } public String getElasticPlanEndDay() { return this.elasticPlanEndDay; } public void setElasticPlanEndDay(String elasticPlanEndDay) { this.elasticPlanEndDay = elasticPlanEndDay; if(elasticPlanEndDay != null){ putQueryParameter("ElasticPlanEndDay", elasticPlanEndDay); } } public String getElasticPlanWeeklyRepeat() { return this.elasticPlanWeeklyRepeat; } public void setElasticPlanWeeklyRepeat(String elasticPlanWeeklyRepeat) { this.elasticPlanWeeklyRepeat = elasticPlanWeeklyRepeat; if(elasticPlanWeeklyRepeat != null){ putQueryParameter("ElasticPlanWeeklyRepeat", elasticPlanWeeklyRepeat); } } public String getElasticPlanWorkerSpec() { return this.elasticPlanWorkerSpec; } public void setElasticPlanWorkerSpec(String elasticPlanWorkerSpec) { this.elasticPlanWorkerSpec = elasticPlanWorkerSpec; if(elasticPlanWorkerSpec != null){ putQueryParameter("ElasticPlanWorkerSpec", elasticPlanWorkerSpec); } } public Boolean getElasticPlanEnable() { return this.elasticPlanEnable; } public void setElasticPlanEnable(Boolean elasticPlanEnable) { this.elasticPlanEnable = elasticPlanEnable; if(elasticPlanEnable != null){ putQueryParameter("ElasticPlanEnable", elasticPlanEnable.toString()); } } public String getElasticPlanTimeEnd() { return this.elasticPlanTimeEnd; } public void setElasticPlanTimeEnd(String elasticPlanTimeEnd) { this.elasticPlanTimeEnd = elasticPlanTimeEnd; if(elasticPlanTimeEnd != null){ putQueryParameter("ElasticPlanTimeEnd", elasticPlanTimeEnd); } } public String getElasticPlanStartDay() { return this.elasticPlanStartDay; } public void setElasticPlanStartDay(String elasticPlanStartDay) { this.elasticPlanStartDay = elasticPlanStartDay; if(elasticPlanStartDay != null){ putQueryParameter("ElasticPlanStartDay", elasticPlanStartDay); } } 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 getElasticPlanMonthlyRepeat() { return this.elasticPlanMonthlyRepeat; } public void setElasticPlanMonthlyRepeat(String elasticPlanMonthlyRepeat) { this.elasticPlanMonthlyRepeat = elasticPlanMonthlyRepeat; if(elasticPlanMonthlyRepeat != null){ putQueryParameter("ElasticPlanMonthlyRepeat", elasticPlanMonthlyRepeat); } } public String getResourcePoolName() { return this.resourcePoolName; } public void setResourcePoolName(String resourcePoolName) { this.resourcePoolName = resourcePoolName; if(resourcePoolName != null){ putQueryParameter("ResourcePoolName", resourcePoolName); } } public Integer getElasticPlanNodeNum() { return this.elasticPlanNodeNum; } public void setElasticPlanNodeNum(Integer elasticPlanNodeNum) { this.elasticPlanNodeNum = elasticPlanNodeNum; if(elasticPlanNodeNum != null){ putQueryParameter("ElasticPlanNodeNum", elasticPlanNodeNum.toString()); } } @Override public Class<CreateElasticPlanResponse> getResponseClass() { return CreateElasticPlanResponse.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/CreateElasticPlanResponse.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.CreateElasticPlanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateElasticPlanResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateElasticPlanResponse getInstance(UnmarshallerContext context) { return CreateElasticPlanResponseUnmarshaller.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/CreateServiceLinkedRoleRequest.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 CreateServiceLinkedRoleRequest extends RpcAcsRequest<CreateServiceLinkedRoleResponse> { private Long resourceOwnerId; private String serviceName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public CreateServiceLinkedRoleRequest() { super("adb", "2019-03-15", "CreateServiceLinkedRole", "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 getServiceName() { return this.serviceName; } public void setServiceName(String serviceName) { this.serviceName = serviceName; if(serviceName != null){ putQueryParameter("ServiceName", serviceName); } } 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<CreateServiceLinkedRoleResponse> getResponseClass() { return CreateServiceLinkedRoleResponse.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/CreateServiceLinkedRoleResponse.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.CreateServiceLinkedRoleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateServiceLinkedRoleResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateServiceLinkedRoleResponse getInstance(UnmarshallerContext context) { return CreateServiceLinkedRoleResponseUnmarshaller.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/DeleteAccountRequest.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 DeleteAccountRequest extends RpcAcsRequest<DeleteAccountResponse> { private Long resourceOwnerId; private String accountType; private String accountName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DeleteAccountRequest() { super("adb", "2019-03-15", "DeleteAccount", "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 getAccountType() { return this.accountType; } public void setAccountType(String accountType) { this.accountType = accountType; if(accountType != null){ putQueryParameter("AccountType", accountType); } } public String getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; if(accountName != null){ putQueryParameter("AccountName", accountName); } } 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<DeleteAccountResponse> getResponseClass() { return DeleteAccountResponse.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/DeleteAccountResponse.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.DeleteAccountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteAccountResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteAccountResponse getInstance(UnmarshallerContext context) { return DeleteAccountResponseUnmarshaller.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/DeleteBackupsRequest.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.ProtocolType; import com.aliyuncs.http.MethodType; import com.aliyuncs.adb.Endpoint; /** * @author auto create * @version */ public class DeleteBackupsRequest extends RpcAcsRequest<DeleteBackupsResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String backupIds; public DeleteBackupsRequest() { super("adb", "2019-03-15", "DeleteBackups", "ads"); setProtocol(ProtocolType.HTTPS); 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 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 getBackupIds() { return this.backupIds; } public void setBackupIds(String backupIds) { this.backupIds = backupIds; if(backupIds != null){ putQueryParameter("BackupIds", backupIds); } } @Override public Class<DeleteBackupsResponse> getResponseClass() { return DeleteBackupsResponse.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/DeleteBackupsResponse.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.DeleteBackupsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteBackupsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteBackupsResponse getInstance(UnmarshallerContext context) { return DeleteBackupsResponseUnmarshaller.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/DeleteDBClusterRequest.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 DeleteDBClusterRequest extends RpcAcsRequest<DeleteDBClusterResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DeleteDBClusterRequest() { super("adb", "2019-03-15", "DeleteDBCluster", "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<DeleteDBClusterResponse> getResponseClass() { return DeleteDBClusterResponse.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/DeleteDBClusterResponse.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.DeleteDBClusterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteDBClusterResponse extends AcsResponse { private Integer taskId; private String requestId; private String dBClusterId; public Integer getTaskId() { return this.taskId; } public void setTaskId(Integer taskId) { this.taskId = taskId; } 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; } @Override public DeleteDBClusterResponse getInstance(UnmarshallerContext context) { return DeleteDBClusterResponseUnmarshaller.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/DeleteDBResourceGroupRequest.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 DeleteDBResourceGroupRequest extends RpcAcsRequest<DeleteDBResourceGroupResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String groupName; public DeleteDBResourceGroupRequest() { super("adb", "2019-03-15", "DeleteDBResourceGroup", "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 getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } @Override public Class<DeleteDBResourceGroupResponse> getResponseClass() { return DeleteDBResourceGroupResponse.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/DeleteDBResourceGroupResponse.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.DeleteDBResourceGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteDBResourceGroupResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteDBResourceGroupResponse getInstance(UnmarshallerContext context) { return DeleteDBResourceGroupResponseUnmarshaller.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/DeleteDBResourcePoolRequest.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 DeleteDBResourcePoolRequest extends RpcAcsRequest<DeleteDBResourcePoolResponse> { private String poolName; private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DeleteDBResourcePoolRequest() { super("adb", "2019-03-15", "DeleteDBResourcePool", "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 getPoolName() { return this.poolName; } public void setPoolName(String poolName) { this.poolName = poolName; if(poolName != null){ putQueryParameter("PoolName", poolName); } } 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<DeleteDBResourcePoolResponse> getResponseClass() { return DeleteDBResourcePoolResponse.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/DeleteDBResourcePoolResponse.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.DeleteDBResourcePoolResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteDBResourcePoolResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteDBResourcePoolResponse getInstance(UnmarshallerContext context) { return DeleteDBResourcePoolResponseUnmarshaller.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/DeleteElasticPlanRequest.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 DeleteElasticPlanRequest extends RpcAcsRequest<DeleteElasticPlanResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String elasticPlanName; public DeleteElasticPlanRequest() { super("adb", "2019-03-15", "DeleteElasticPlan", "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 getElasticPlanName() { return this.elasticPlanName; } public void setElasticPlanName(String elasticPlanName) { this.elasticPlanName = elasticPlanName; if(elasticPlanName != null){ putQueryParameter("ElasticPlanName", elasticPlanName); } } @Override public Class<DeleteElasticPlanResponse> getResponseClass() { return DeleteElasticPlanResponse.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/DeleteElasticPlanResponse.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.DeleteElasticPlanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteElasticPlanResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteElasticPlanResponse getInstance(UnmarshallerContext context) { return DeleteElasticPlanResponseUnmarshaller.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/DescribeAbnormalPatternDetectionRequest.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 DescribeAbnormalPatternDetectionRequest extends RpcAcsRequest<DescribeAbnormalPatternDetectionResponse> { 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 DescribeAbnormalPatternDetectionRequest() { super("adb", "2019-03-15", "DescribeAbnormalPatternDetection", "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<DescribeAbnormalPatternDetectionResponse> getResponseClass() { return DescribeAbnormalPatternDetectionResponse.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/DescribeAbnormalPatternDetectionResponse.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.DescribeAbnormalPatternDetectionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAbnormalPatternDetectionResponse extends AcsResponse { private String totalCount; private String requestId; private String dBClusterId; private List<OpenApiFasDetectionItem> 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<OpenApiFasDetectionItem> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<OpenApiFasDetectionItem> detectionItems) { this.detectionItems = detectionItems; } public static class OpenApiFasDetectionItem { private String name; private String status; private String message; private List<AbnormalPatterns> results; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public List<AbnormalPatterns> getResults() { return this.results; } public void setResults(List<AbnormalPatterns> results) { this.results = results; } public static class AbnormalPatterns { private String patternId; private String sQLPattern; private String detail; private String relatedMetrics; private String user; private String accessIp; private String tables; private Long queryCount; private Long failedCount; public String getPatternId() { return this.patternId; } public void setPatternId(String patternId) { this.patternId = patternId; } public String getSQLPattern() { return this.sQLPattern; } public void setSQLPattern(String sQLPattern) { this.sQLPattern = sQLPattern; } public String getDetail() { return this.detail; } public void setDetail(String detail) { this.detail = detail; } public String getRelatedMetrics() { return this.relatedMetrics; } public void setRelatedMetrics(String relatedMetrics) { this.relatedMetrics = relatedMetrics; } 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 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; } } } @Override public DescribeAbnormalPatternDetectionResponse getInstance(UnmarshallerContext context) { return DescribeAbnormalPatternDetectionResponseUnmarshaller.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/DescribeAccountsRequest.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 DescribeAccountsRequest extends RpcAcsRequest<DescribeAccountsResponse> { private Long resourceOwnerId; private String accountType; private String accountName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private List<Tags> tagss; public DescribeAccountsRequest() { super("adb", "2019-03-15", "DescribeAccounts", "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 getAccountType() { return this.accountType; } public void setAccountType(String accountType) { this.accountType = accountType; if(accountType != null){ putQueryParameter("AccountType", accountType); } } public String getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; if(accountName != null){ putQueryParameter("AccountName", accountName); } } 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 List<Tags> getTagss() { return this.tagss; } public void setTagss(List<Tags> tagss) { this.tagss = tagss; if (tagss != null) { for (int depth1 = 0; depth1 < tagss.size(); depth1++) { putQueryParameter("Tags." + (depth1 + 1) + ".Value" , tagss.get(depth1).getValue()); putQueryParameter("Tags." + (depth1 + 1) + ".Key" , tagss.get(depth1).getKey()); } } } public static class Tags { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<DescribeAccountsResponse> getResponseClass() { return DescribeAccountsResponse.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/DescribeAccountsResponse.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.DescribeAccountsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAccountsResponse extends AcsResponse { private String requestId; private List<DBAccount> accountList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<DBAccount> getAccountList() { return this.accountList; } public void setAccountList(List<DBAccount> accountList) { this.accountList = accountList; } public static class DBAccount { private String accountStatus; private String accountDescription; private String accountType; private String accountName; private List<Tag> tags; public String getAccountStatus() { return this.accountStatus; } public void setAccountStatus(String accountStatus) { this.accountStatus = accountStatus; } public String getAccountDescription() { return this.accountDescription; } public void setAccountDescription(String accountDescription) { this.accountDescription = accountDescription; } public String getAccountType() { return this.accountType; } public void setAccountType(String accountType) { this.accountType = accountType; } public String getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public DescribeAccountsResponse getInstance(UnmarshallerContext context) { return DescribeAccountsResponseUnmarshaller.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/DescribeActiveOperationMaintainConfRequest.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 DescribeActiveOperationMaintainConfRequest extends RpcAcsRequest<DescribeActiveOperationMaintainConfResponse> { private Long resourceOwnerId; private String resourceGroupId; private String securityToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String ids; public DescribeActiveOperationMaintainConfRequest() { super("adb", "2019-03-15", "DescribeActiveOperationMaintainConf", "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 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 getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } @Override public Class<DescribeActiveOperationMaintainConfResponse> getResponseClass() { return DescribeActiveOperationMaintainConfResponse.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/DescribeActiveOperationMaintainConfResponse.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.DescribeActiveOperationMaintainConfResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeActiveOperationMaintainConfResponse extends AcsResponse { private String requestId; private Integer hasConfig; private Config config; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getHasConfig() { return this.hasConfig; } public void setHasConfig(Integer hasConfig) { this.hasConfig = hasConfig; } public Config getConfig() { return this.config; } public void setConfig(Config config) { this.config = config; } public static class Config { private String cycleType; private Integer status; private String modifiedTime; private String maintainStartTime; private String maintainEndTime; private String cycleTime; private String createdTime; public String getCycleType() { return this.cycleType; } public void setCycleType(String cycleType) { this.cycleType = cycleType; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getModifiedTime() { return this.modifiedTime; } public void setModifiedTime(String modifiedTime) { this.modifiedTime = modifiedTime; } public String getMaintainStartTime() { return this.maintainStartTime; } public void setMaintainStartTime(String maintainStartTime) { this.maintainStartTime = maintainStartTime; } public String getMaintainEndTime() { return this.maintainEndTime; } public void setMaintainEndTime(String maintainEndTime) { this.maintainEndTime = maintainEndTime; } public String getCycleTime() { return this.cycleTime; } public void setCycleTime(String cycleTime) { this.cycleTime = cycleTime; } public String getCreatedTime() { return this.createdTime; } public void setCreatedTime(String createdTime) { this.createdTime = createdTime; } } @Override public DescribeActiveOperationMaintainConfResponse getInstance(UnmarshallerContext context) { return DescribeActiveOperationMaintainConfResponseUnmarshaller.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/DescribeActiveOperationTasksRequest.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 DescribeActiveOperationTasksRequest extends RpcAcsRequest<DescribeActiveOperationTasksResponse> { private Long resourceOwnerId; private String productId; private String changeLevel; private Integer pageNumber; private String insName; private String securityToken; private Integer pageSize; private String taskType; private String resourceOwnerAccount; private String ownerAccount; private Integer allowCancel; private Long ownerId; private String dbType; private Integer allowChange; private String region; private Integer status; public DescribeActiveOperationTasksRequest() { super("adb", "2019-03-15", "DescribeActiveOperationTasks", "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 getChangeLevel() { return this.changeLevel; } public void setChangeLevel(String changeLevel) { this.changeLevel = changeLevel; if(changeLevel != null){ putQueryParameter("ChangeLevel", changeLevel); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getInsName() { return this.insName; } public void setInsName(String insName) { this.insName = insName; if(insName != null){ putQueryParameter("InsName", insName); } } public String getSecurityToken() { return this.securityToken; } public void setSecurityToken(String securityToken) { this.securityToken = securityToken; if(securityToken != null){ putQueryParameter("SecurityToken", securityToken); } } 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 Integer getAllowCancel() { return this.allowCancel; } public void setAllowCancel(Integer allowCancel) { this.allowCancel = allowCancel; if(allowCancel != null){ putQueryParameter("AllowCancel", allowCancel.toString()); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getDbType() { return this.dbType; } public void setDbType(String dbType) { this.dbType = dbType; if(dbType != null){ putQueryParameter("DbType", dbType); } } public Integer getAllowChange() { return this.allowChange; } public void setAllowChange(Integer allowChange) { this.allowChange = allowChange; if(allowChange != null){ putQueryParameter("AllowChange", allowChange.toString()); } } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; if(region != null){ putQueryParameter("Region", region); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<DescribeActiveOperationTasksResponse> getResponseClass() { return DescribeActiveOperationTasksResponse.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/DescribeActiveOperationTasksResponse.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.DescribeActiveOperationTasksResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeActiveOperationTasksResponse extends AcsResponse { private String requestId; private Integer pageNumber; private Integer pageSize; private Integer totalRecordCount; 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 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 Integer status; private String changeLevelEn; private String taskType; private String insName; private String region; private String impactZh; private String createdTime; private String switchTime; private String changeLevelZh; private String deadline; private String prepareInterval; private String impact; private String taskTypeZh; private String currentAVZ; private String allowChange; private String dbVersion; private String impactEn; private String insComment; private String startTime; private String modifiedTime; private String allowCancel; private String dbType; private String changeLevel; private String taskTypeEn; private String resultInfo; private Integer id; private String taskParams; private List<String> subInsNames; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getChangeLevelEn() { return this.changeLevelEn; } public void setChangeLevelEn(String changeLevelEn) { this.changeLevelEn = changeLevelEn; } public String getTaskType() { return this.taskType; } public void setTaskType(String taskType) { this.taskType = taskType; } public String getInsName() { return this.insName; } public void setInsName(String insName) { this.insName = insName; } public String getRegion() { return this.region; } public void setRegion(String region) { this.region = region; } public String getImpactZh() { return this.impactZh; } public void setImpactZh(String impactZh) { this.impactZh = impactZh; } public String getCreatedTime() { return this.createdTime; } public void setCreatedTime(String createdTime) { this.createdTime = createdTime; } public String getSwitchTime() { return this.switchTime; } public void setSwitchTime(String switchTime) { this.switchTime = switchTime; } public String getChangeLevelZh() { return this.changeLevelZh; } public void setChangeLevelZh(String changeLevelZh) { this.changeLevelZh = changeLevelZh; } 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 getImpact() { return this.impact; } public void setImpact(String impact) { this.impact = impact; } public String getTaskTypeZh() { return this.taskTypeZh; } public void setTaskTypeZh(String taskTypeZh) { this.taskTypeZh = taskTypeZh; } public String getCurrentAVZ() { return this.currentAVZ; } public void setCurrentAVZ(String currentAVZ) { this.currentAVZ = currentAVZ; } public String getAllowChange() { return this.allowChange; } public void setAllowChange(String allowChange) { this.allowChange = allowChange; } public String getDbVersion() { return this.dbVersion; } public void setDbVersion(String dbVersion) { this.dbVersion = dbVersion; } public String getImpactEn() { return this.impactEn; } public void setImpactEn(String impactEn) { this.impactEn = impactEn; } public String getInsComment() { return this.insComment; } public void setInsComment(String insComment) { this.insComment = insComment; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getModifiedTime() { return this.modifiedTime; } public void setModifiedTime(String modifiedTime) { this.modifiedTime = modifiedTime; } public String getAllowCancel() { return this.allowCancel; } public void setAllowCancel(String allowCancel) { this.allowCancel = allowCancel; } public String getDbType() { return this.dbType; } public void setDbType(String dbType) { this.dbType = dbType; } public String getChangeLevel() { return this.changeLevel; } public void setChangeLevel(String changeLevel) { this.changeLevel = changeLevel; } public String getTaskTypeEn() { return this.taskTypeEn; } public void setTaskTypeEn(String taskTypeEn) { this.taskTypeEn = taskTypeEn; } public String getResultInfo() { return this.resultInfo; } public void setResultInfo(String resultInfo) { this.resultInfo = resultInfo; } public Integer getId() { return this.id; } public void setId(Integer id) { this.id = id; } public String getTaskParams() { return this.taskParams; } public void setTaskParams(String taskParams) { this.taskParams = taskParams; } public List<String> getSubInsNames() { return this.subInsNames; } public void setSubInsNames(List<String> subInsNames) { this.subInsNames = subInsNames; } } @Override public DescribeActiveOperationTasksResponse getInstance(UnmarshallerContext context) { return DescribeActiveOperationTasksResponseUnmarshaller.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/DescribeAdviceServiceEnabledRequest.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 DescribeAdviceServiceEnabledRequest extends RpcAcsRequest<DescribeAdviceServiceEnabledResponse> { private String dBClusterId; public DescribeAdviceServiceEnabledRequest() { super("adb", "2019-03-15", "DescribeAdviceServiceEnabled", "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<DescribeAdviceServiceEnabledResponse> getResponseClass() { return DescribeAdviceServiceEnabledResponse.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/DescribeAdviceServiceEnabledResponse.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.DescribeAdviceServiceEnabledResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAdviceServiceEnabledResponse extends AcsResponse { private String message; private String requestId; private Boolean result; 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; } public Boolean getResult() { return this.result; } public void setResult(Boolean result) { this.result = result; } @Override public DescribeAdviceServiceEnabledResponse getInstance(UnmarshallerContext context) { return DescribeAdviceServiceEnabledResponseUnmarshaller.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/DescribeAllAccountsRequest.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 DescribeAllAccountsRequest extends RpcAcsRequest<DescribeAllAccountsResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeAllAccountsRequest() { super("adb", "2019-03-15", "DescribeAllAccounts", "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<DescribeAllAccountsResponse> getResponseClass() { return DescribeAllAccountsResponse.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/DescribeAllAccountsResponse.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.DescribeAllAccountsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAllAccountsResponse extends AcsResponse { private String requestId; private List<AccountInfo> accountList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<AccountInfo> getAccountList() { return this.accountList; } public void setAccountList(List<AccountInfo> accountList) { this.accountList = accountList; } public static class AccountInfo { private String user; public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } } @Override public DescribeAllAccountsResponse getInstance(UnmarshallerContext context) { return DescribeAllAccountsResponseUnmarshaller.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/DescribeAllDataSourceRequest.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 DescribeAllDataSourceRequest extends RpcAcsRequest<DescribeAllDataSourceResponse> { private Long resourceOwnerId; private String tableName; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeAllDataSourceRequest() { super("adb", "2019-03-15", "DescribeAllDataSource", "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<DescribeAllDataSourceResponse> getResponseClass() { return DescribeAllDataSourceResponse.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/DescribeAllDataSourceResponse.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.DescribeAllDataSourceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAllDataSourceResponse extends AcsResponse { private String requestId; private List<Table> tables; private List<Column> columns; private List<Schema> schemas; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Table> getTables() { return this.tables; } public void setTables(List<Table> tables) { this.tables = tables; } public List<Column> getColumns() { return this.columns; } public void setColumns(List<Column> columns) { this.columns = columns; } public List<Schema> getSchemas() { return this.schemas; } public void setSchemas(List<Schema> schemas) { this.schemas = schemas; } 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; } } public static class Column { private String type; private String columnName; private String tableName; private Boolean autoIncrementColumn; private String dBClusterId; private Boolean primaryKey; private String schemaName; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getColumnName() { return this.columnName; } public void setColumnName(String columnName) { this.columnName = columnName; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public Boolean getAutoIncrementColumn() { return this.autoIncrementColumn; } public void setAutoIncrementColumn(Boolean autoIncrementColumn) { this.autoIncrementColumn = autoIncrementColumn; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public Boolean getPrimaryKey() { return this.primaryKey; } public void setPrimaryKey(Boolean primaryKey) { this.primaryKey = primaryKey; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } } 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 DescribeAllDataSourceResponse getInstance(UnmarshallerContext context) { return DescribeAllDataSourceResponseUnmarshaller.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/DescribeAppliedAdvicesRequest.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 DescribeAppliedAdvicesRequest extends RpcAcsRequest<DescribeAppliedAdvicesResponse> { private String dBClusterId; private String schemaTableName; private Long endTime; private Long startTime; private Long pageNumber; private String adviceType; private Long pageSize; private String lang; private String keyword; private String order; public DescribeAppliedAdvicesRequest() { super("adb", "2019-03-15", "DescribeAppliedAdvices", "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 getSchemaTableName() { return this.schemaTableName; } public void setSchemaTableName(String schemaTableName) { this.schemaTableName = schemaTableName; if(schemaTableName != null){ putQueryParameter("SchemaTableName", schemaTableName); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime.toString()); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime.toString()); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getAdviceType() { return this.adviceType; } public void setAdviceType(String adviceType) { this.adviceType = adviceType; if(adviceType != null){ putQueryParameter("AdviceType", adviceType); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long 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 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<DescribeAppliedAdvicesResponse> getResponseClass() { return DescribeAppliedAdvicesResponse.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/DescribeAppliedAdvicesResponse.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.DescribeAppliedAdvicesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAppliedAdvicesResponse extends AcsResponse { private Long pageNumber; private Long pageSize; private String requestId; private Long totalCount; private List<ItemsItem> items; private List<String> schemaTableNames; public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public List<String> getSchemaTableNames() { return this.schemaTableNames; } public void setSchemaTableNames(List<String> schemaTableNames) { this.schemaTableNames = schemaTableNames; } public static class ItemsItem { private String adviceId; private String submitTime; private String submitStatus; private String sQL; private String rollbackSQL; private String jobStatus; private String benefit; private String buildSQL; private Long totalCount; private Long pageSize; private Long pageNumber; private String schemaName; private String tableName; public String getAdviceId() { return this.adviceId; } public void setAdviceId(String adviceId) { this.adviceId = adviceId; } public String getSubmitTime() { return this.submitTime; } public void setSubmitTime(String submitTime) { this.submitTime = submitTime; } public String getSubmitStatus() { return this.submitStatus; } public void setSubmitStatus(String submitStatus) { this.submitStatus = submitStatus; } public String getSQL() { return this.sQL; } public void setSQL(String sQL) { this.sQL = sQL; } public String getRollbackSQL() { return this.rollbackSQL; } public void setRollbackSQL(String rollbackSQL) { this.rollbackSQL = rollbackSQL; } public String getJobStatus() { return this.jobStatus; } public void setJobStatus(String jobStatus) { this.jobStatus = jobStatus; } public String getBenefit() { return this.benefit; } public void setBenefit(String benefit) { this.benefit = benefit; } public String getBuildSQL() { return this.buildSQL; } public void setBuildSQL(String buildSQL) { this.buildSQL = buildSQL; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } 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; } } @Override public DescribeAppliedAdvicesResponse getInstance(UnmarshallerContext context) { return DescribeAppliedAdvicesResponseUnmarshaller.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/DescribeAuditLogConfigRequest.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 DescribeAuditLogConfigRequest extends RpcAcsRequest<DescribeAuditLogConfigResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeAuditLogConfigRequest() { super("adb", "2019-03-15", "DescribeAuditLogConfig", "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<DescribeAuditLogConfigResponse> getResponseClass() { return DescribeAuditLogConfigResponse.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/DescribeAuditLogConfigResponse.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.DescribeAuditLogConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAuditLogConfigResponse extends AcsResponse { private String requestId; private String auditLogStatus; private String dBClusterId; private String accessDeniedDetail; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getAuditLogStatus() { return this.auditLogStatus; } public void setAuditLogStatus(String auditLogStatus) { this.auditLogStatus = auditLogStatus; } 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; } @Override public DescribeAuditLogConfigResponse getInstance(UnmarshallerContext context) { return DescribeAuditLogConfigResponseUnmarshaller.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/DescribeAuditLogRecordsRequest.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 DescribeAuditLogRecordsRequest extends RpcAcsRequest<DescribeAuditLogRecordsResponse> { private Long resourceOwnerId; private String startTime; private Integer pageNumber; private String hostAddress; private Integer pageSize; private String order; private String sqlType; private String resourceOwnerAccount; private String dBClusterId; private String queryKeyword; private String ownerAccount; private String endTime; private Long ownerId; private String dBName; private String succeed; private String user; private String orderType; public DescribeAuditLogRecordsRequest() { super("adb", "2019-03-15", "DescribeAuditLogRecords", "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 String getHostAddress() { return this.hostAddress; } public void setHostAddress(String hostAddress) { this.hostAddress = hostAddress; if(hostAddress != null){ putQueryParameter("HostAddress", hostAddress); } } 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); } } public String getSqlType() { return this.sqlType; } public void setSqlType(String sqlType) { this.sqlType = sqlType; if(sqlType != null){ putQueryParameter("SqlType", sqlType); } } 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 getQueryKeyword() { return this.queryKeyword; } public void setQueryKeyword(String queryKeyword) { this.queryKeyword = queryKeyword; if(queryKeyword != null){ putQueryParameter("QueryKeyword", queryKeyword); } } 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 getSucceed() { return this.succeed; } public void setSucceed(String succeed) { this.succeed = succeed; if(succeed != null){ putQueryParameter("Succeed", succeed); } } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; if(user != null){ putQueryParameter("User", user); } } public String getOrderType() { return this.orderType; } public void setOrderType(String orderType) { this.orderType = orderType; if(orderType != null){ putQueryParameter("OrderType", orderType); } } @Override public Class<DescribeAuditLogRecordsResponse> getResponseClass() { return DescribeAuditLogRecordsResponse.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/DescribeAuditLogRecordsResponse.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.DescribeAuditLogRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAuditLogRecordsResponse 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 String succeed; private String sQLText; private String totalTime; private String connId; private String dBName; private String sQLType; private String executeTime; private String processID; private String user; public String getHostAddress() { return this.hostAddress; } public void setHostAddress(String hostAddress) { this.hostAddress = hostAddress; } public String getSucceed() { return this.succeed; } public void setSucceed(String succeed) { this.succeed = succeed; } public String getSQLText() { return this.sQLText; } public void setSQLText(String sQLText) { this.sQLText = sQLText; } public String getTotalTime() { return this.totalTime; } public void setTotalTime(String totalTime) { this.totalTime = totalTime; } public String getConnId() { return this.connId; } public void setConnId(String connId) { this.connId = connId; } public String getDBName() { return this.dBName; } public void setDBName(String dBName) { this.dBName = dBName; } public String getSQLType() { return this.sQLType; } public void setSQLType(String sQLType) { this.sQLType = sQLType; } public String getExecuteTime() { return this.executeTime; } public void setExecuteTime(String executeTime) { this.executeTime = executeTime; } public String getProcessID() { return this.processID; } public void setProcessID(String processID) { this.processID = processID; } public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } } @Override public DescribeAuditLogRecordsResponse getInstance(UnmarshallerContext context) { return DescribeAuditLogRecordsResponseUnmarshaller.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/DescribeAutoRenewAttributeRequest.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 DescribeAutoRenewAttributeRequest extends RpcAcsRequest<DescribeAutoRenewAttributeResponse> { private Long resourceOwnerId; private Integer pageNumber; private String resourceGroupId; private Integer pageSize; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String dBClusterIds; public DescribeAutoRenewAttributeRequest() { super("adb", "2019-03-15", "DescribeAutoRenewAttribute", "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 getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } 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 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 getDBClusterIds() { return this.dBClusterIds; } public void setDBClusterIds(String dBClusterIds) { this.dBClusterIds = dBClusterIds; if(dBClusterIds != null){ putQueryParameter("DBClusterIds", dBClusterIds); } } @Override public Class<DescribeAutoRenewAttributeResponse> getResponseClass() { return DescribeAutoRenewAttributeResponse.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/DescribeAutoRenewAttributeResponse.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.DescribeAutoRenewAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAutoRenewAttributeResponse extends AcsResponse { private Integer totalRecordCount; private Integer pageRecordCount; private String requestId; private Integer pageNumber; private List<AutoRenewAttribute> items; public Integer getTotalRecordCount() { return this.totalRecordCount; } public void setTotalRecordCount(Integer totalRecordCount) { this.totalRecordCount = totalRecordCount; } public Integer getPageRecordCount() { return this.pageRecordCount; } public void setPageRecordCount(Integer pageRecordCount) { this.pageRecordCount = pageRecordCount; } 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 List<AutoRenewAttribute> getItems() { return this.items; } public void setItems(List<AutoRenewAttribute> items) { this.items = items; } public static class AutoRenewAttribute { private String dBClusterId; private String periodUnit; private Integer duration; private String renewalStatus; private Boolean autoRenewEnabled; private String regionId; public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getPeriodUnit() { return this.periodUnit; } public void setPeriodUnit(String periodUnit) { this.periodUnit = periodUnit; } public Integer getDuration() { return this.duration; } public void setDuration(Integer duration) { this.duration = duration; } public String getRenewalStatus() { return this.renewalStatus; } public void setRenewalStatus(String renewalStatus) { this.renewalStatus = renewalStatus; } public Boolean getAutoRenewEnabled() { return this.autoRenewEnabled; } public void setAutoRenewEnabled(Boolean autoRenewEnabled) { this.autoRenewEnabled = autoRenewEnabled; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } } @Override public DescribeAutoRenewAttributeResponse getInstance(UnmarshallerContext context) { return DescribeAutoRenewAttributeResponseUnmarshaller.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/DescribeAvailableAdvicesRequest.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 DescribeAvailableAdvicesRequest extends RpcAcsRequest<DescribeAvailableAdvicesResponse> { private String dBClusterId; private String schemaTableName; private Long pageNumber; private String adviceType; private Long adviceDate; private Long pageSize; private String lang; private String keyword; private String order; public DescribeAvailableAdvicesRequest() { super("adb", "2019-03-15", "DescribeAvailableAdvices", "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 getSchemaTableName() { return this.schemaTableName; } public void setSchemaTableName(String schemaTableName) { this.schemaTableName = schemaTableName; if(schemaTableName != null){ putQueryParameter("SchemaTableName", schemaTableName); } } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getAdviceType() { return this.adviceType; } public void setAdviceType(String adviceType) { this.adviceType = adviceType; if(adviceType != null){ putQueryParameter("AdviceType", adviceType); } } public Long getAdviceDate() { return this.adviceDate; } public void setAdviceDate(Long adviceDate) { this.adviceDate = adviceDate; if(adviceDate != null){ putQueryParameter("AdviceDate", adviceDate.toString()); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long 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 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<DescribeAvailableAdvicesResponse> getResponseClass() { return DescribeAvailableAdvicesResponse.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/DescribeAvailableAdvicesResponse.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.DescribeAvailableAdvicesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAvailableAdvicesResponse extends AcsResponse { private Long pageNumber; private Long pageSize; private String requestId; private Long totalCount; private List<ItemsItem> items; private List<String> schemaTableNames; public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public List<String> getSchemaTableNames() { return this.schemaTableNames; } public void setSchemaTableNames(List<String> schemaTableNames) { this.schemaTableNames = schemaTableNames; } public static class ItemsItem { private String adviceId; private String adviceDate; private String adviceType; private String sQL; private String reason; private String benefit; private Long totalCount; private Long pageSize; private Long pageNumber; private String schemaName; private String tableName; public String getAdviceId() { return this.adviceId; } public void setAdviceId(String adviceId) { this.adviceId = adviceId; } public String getAdviceDate() { return this.adviceDate; } public void setAdviceDate(String adviceDate) { this.adviceDate = adviceDate; } public String getAdviceType() { return this.adviceType; } public void setAdviceType(String adviceType) { this.adviceType = adviceType; } public String getSQL() { return this.sQL; } public void setSQL(String sQL) { this.sQL = sQL; } public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; } public String getBenefit() { return this.benefit; } public void setBenefit(String benefit) { this.benefit = benefit; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public Long getPageNumber() { return this.pageNumber; } public void setPageNumber(Long pageNumber) { this.pageNumber = pageNumber; } 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; } } @Override public DescribeAvailableAdvicesResponse getInstance(UnmarshallerContext context) { return DescribeAvailableAdvicesResponseUnmarshaller.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/DescribeAvailableResourceRequest.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 DescribeAvailableResourceRequest extends RpcAcsRequest<DescribeAvailableResourceResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private String dBClusterVersion; private Long ownerId; private String acceptLanguage; private String zoneId; private String chargeType; public DescribeAvailableResourceRequest() { super("adb", "2019-03-15", "DescribeAvailableResource", "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 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 getAcceptLanguage() { return this.acceptLanguage; } public void setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; if(acceptLanguage != null){ putQueryParameter("AcceptLanguage", acceptLanguage); } } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } public String getChargeType() { return this.chargeType; } public void setChargeType(String chargeType) { this.chargeType = chargeType; if(chargeType != null){ putQueryParameter("ChargeType", chargeType); } } @Override public Class<DescribeAvailableResourceResponse> getResponseClass() { return DescribeAvailableResourceResponse.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/DescribeAvailableResourceResponse.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.DescribeAvailableResourceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAvailableResourceResponse extends AcsResponse { private String regionId; private String requestId; private List<AvailableZone> availableZoneList; public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<AvailableZone> getAvailableZoneList() { return this.availableZoneList; } public void setAvailableZoneList(List<AvailableZone> availableZoneList) { this.availableZoneList = availableZoneList; } public static class AvailableZone { private String zoneId; private String zoneName; private List<SupportedModeItem> supportedMode; private List<String> supportedComputeResource; private List<String> supportedStorageResource; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getZoneName() { return this.zoneName; } public void setZoneName(String zoneName) { this.zoneName = zoneName; } public List<SupportedModeItem> getSupportedMode() { return this.supportedMode; } public void setSupportedMode(List<SupportedModeItem> supportedMode) { this.supportedMode = supportedMode; } public List<String> getSupportedComputeResource() { return this.supportedComputeResource; } public void setSupportedComputeResource(List<String> supportedComputeResource) { this.supportedComputeResource = supportedComputeResource; } public List<String> getSupportedStorageResource() { return this.supportedStorageResource; } public void setSupportedStorageResource(List<String> supportedStorageResource) { this.supportedStorageResource = supportedStorageResource; } public static class SupportedModeItem { private String mode; private List<SupportedSerialListItem> supportedSerialList; public String getMode() { return this.mode; } public void setMode(String mode) { this.mode = mode; } public List<SupportedSerialListItem> getSupportedSerialList() { return this.supportedSerialList; } public void setSupportedSerialList(List<SupportedSerialListItem> supportedSerialList) { this.supportedSerialList = supportedSerialList; } public static class SupportedSerialListItem { private String serial; private List<SupportedFlexibleResourceItem> supportedFlexibleResource; private List<SupportedInstanceClass> supportedInstanceClassList; public String getSerial() { return this.serial; } public void setSerial(String serial) { this.serial = serial; } public List<SupportedFlexibleResourceItem> getSupportedFlexibleResource() { return this.supportedFlexibleResource; } public void setSupportedFlexibleResource(List<SupportedFlexibleResourceItem> supportedFlexibleResource) { this.supportedFlexibleResource = supportedFlexibleResource; } public List<SupportedInstanceClass> getSupportedInstanceClassList() { return this.supportedInstanceClassList; } public void setSupportedInstanceClassList(List<SupportedInstanceClass> supportedInstanceClassList) { this.supportedInstanceClassList = supportedInstanceClassList; } public static class SupportedFlexibleResourceItem { private String storageType; private List<String> supportedComputeResource1; private List<String> supportedStorageResource2; private SupportedElasticIOResource supportedElasticIOResource; public String getStorageType() { return this.storageType; } public void setStorageType(String storageType) { this.storageType = storageType; } public List<String> getSupportedComputeResource1() { return this.supportedComputeResource1; } public void setSupportedComputeResource1(List<String> supportedComputeResource1) { this.supportedComputeResource1 = supportedComputeResource1; } public List<String> getSupportedStorageResource2() { return this.supportedStorageResource2; } public void setSupportedStorageResource2(List<String> supportedStorageResource2) { this.supportedStorageResource2 = supportedStorageResource2; } public SupportedElasticIOResource getSupportedElasticIOResource() { return this.supportedElasticIOResource; } public void setSupportedElasticIOResource(SupportedElasticIOResource supportedElasticIOResource) { this.supportedElasticIOResource = supportedElasticIOResource; } public static class SupportedElasticIOResource { private String step; private String minCount; private String maxCount; public String getStep() { return this.step; } public void setStep(String step) { this.step = step; } public String getMinCount() { return this.minCount; } public void setMinCount(String minCount) { this.minCount = minCount; } public String getMaxCount() { return this.maxCount; } public void setMaxCount(String maxCount) { this.maxCount = maxCount; } } } public static class SupportedInstanceClass { private String instanceClass; private String tips; private List<SupportedNodeCount> supportedNodeCountList; private List<SupportedExecutor> supportedExecutorList; public String getInstanceClass() { return this.instanceClass; } public void setInstanceClass(String instanceClass) { this.instanceClass = instanceClass; } public String getTips() { return this.tips; } public void setTips(String tips) { this.tips = tips; } public List<SupportedNodeCount> getSupportedNodeCountList() { return this.supportedNodeCountList; } public void setSupportedNodeCountList(List<SupportedNodeCount> supportedNodeCountList) { this.supportedNodeCountList = supportedNodeCountList; } public List<SupportedExecutor> getSupportedExecutorList() { return this.supportedExecutorList; } public void setSupportedExecutorList(List<SupportedExecutor> supportedExecutorList) { this.supportedExecutorList = supportedExecutorList; } public static class SupportedNodeCount { private List<String> storageSize; private NodeCount nodeCount; public List<String> getStorageSize() { return this.storageSize; } public void setStorageSize(List<String> storageSize) { this.storageSize = storageSize; } public NodeCount getNodeCount() { return this.nodeCount; } public void setNodeCount(NodeCount nodeCount) { this.nodeCount = nodeCount; } public static class NodeCount { private String step; private String minCount; private String maxCount; public String getStep() { return this.step; } public void setStep(String step) { this.step = step; } public String getMinCount() { return this.minCount; } public void setMinCount(String minCount) { this.minCount = minCount; } public String getMaxCount() { return this.maxCount; } public void setMaxCount(String maxCount) { this.maxCount = maxCount; } } } public static class SupportedExecutor { private NodeCount3 nodeCount3; public NodeCount3 getNodeCount3() { return this.nodeCount3; } public void setNodeCount3(NodeCount3 nodeCount3) { this.nodeCount3 = nodeCount3; } public static class NodeCount3 { private String step; private String minCount; private String maxCount; public String getStep() { return this.step; } public void setStep(String step) { this.step = step; } public String getMinCount() { return this.minCount; } public void setMinCount(String minCount) { this.minCount = minCount; } public String getMaxCount() { return this.maxCount; } public void setMaxCount(String maxCount) { this.maxCount = maxCount; } } } } } } } @Override public DescribeAvailableResourceResponse getInstance(UnmarshallerContext context) { return DescribeAvailableResourceResponseUnmarshaller.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/DescribeBackupPolicyRequest.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 DescribeBackupPolicyRequest extends RpcAcsRequest<DescribeBackupPolicyResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeBackupPolicyRequest() { super("adb", "2019-03-15", "DescribeBackupPolicy", "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<DescribeBackupPolicyResponse> getResponseClass() { return DescribeBackupPolicyResponse.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/DescribeBackupPolicyResponse.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.DescribeBackupPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeBackupPolicyResponse extends AcsResponse { private String preferredBackupPeriod; private Integer logBackupRetentionPeriod; private String requestId; private String preferredBackupTime; private String enableBackupLog; private Integer backupRetentionPeriod; public String getPreferredBackupPeriod() { return this.preferredBackupPeriod; } public void setPreferredBackupPeriod(String preferredBackupPeriod) { this.preferredBackupPeriod = preferredBackupPeriod; } public Integer getLogBackupRetentionPeriod() { return this.logBackupRetentionPeriod; } public void setLogBackupRetentionPeriod(Integer logBackupRetentionPeriod) { this.logBackupRetentionPeriod = logBackupRetentionPeriod; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getPreferredBackupTime() { return this.preferredBackupTime; } public void setPreferredBackupTime(String preferredBackupTime) { this.preferredBackupTime = preferredBackupTime; } public String getEnableBackupLog() { return this.enableBackupLog; } public void setEnableBackupLog(String enableBackupLog) { this.enableBackupLog = enableBackupLog; } public Integer getBackupRetentionPeriod() { return this.backupRetentionPeriod; } public void setBackupRetentionPeriod(Integer backupRetentionPeriod) { this.backupRetentionPeriod = backupRetentionPeriod; } @Override public DescribeBackupPolicyResponse getInstance(UnmarshallerContext context) { return DescribeBackupPolicyResponseUnmarshaller.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/DescribeBackupsRequest.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 DescribeBackupsRequest extends RpcAcsRequest<DescribeBackupsResponse> { private Long resourceOwnerId; private String startTime; private Integer pageNumber; private Integer pageSize; private String crossUid; private String crossRole; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String backupId; private String endTime; private Long ownerId; public DescribeBackupsRequest() { super("adb", "2019-03-15", "DescribeBackups", "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 getCrossUid() { return this.crossUid; } public void setCrossUid(String crossUid) { this.crossUid = crossUid; if(crossUid != null){ putQueryParameter("CrossUid", crossUid); } } public String getCrossRole() { return this.crossRole; } public void setCrossRole(String crossRole) { this.crossRole = crossRole; if(crossRole != null){ putQueryParameter("CrossRole", crossRole); } } 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 getBackupId() { return this.backupId; } public void setBackupId(String backupId) { this.backupId = backupId; if(backupId != null){ putQueryParameter("BackupId", backupId); } } 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<DescribeBackupsResponse> getResponseClass() { return DescribeBackupsResponse.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/DescribeBackupsResponse.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.DescribeBackupsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeBackupsResponse extends AcsResponse { private String totalCount; private String pageSize; private String requestId; private String pageNumber; private Long freeBackupSize; private Long totalBackupSize; private List<Backup> 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 Long getFreeBackupSize() { return this.freeBackupSize; } public void setFreeBackupSize(Long freeBackupSize) { this.freeBackupSize = freeBackupSize; } public Long getTotalBackupSize() { return this.totalBackupSize; } public void setTotalBackupSize(Long totalBackupSize) { this.totalBackupSize = totalBackupSize; } public List<Backup> getItems() { return this.items; } public void setItems(List<Backup> items) { this.items = items; } public static class Backup { private String dBClusterId; private String backupType; private String backupStartTime; private Long backupSize; private String backupEndTime; private String backupExpiredTime; private String backupId; private String backupMethod; public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getBackupType() { return this.backupType; } public void setBackupType(String backupType) { this.backupType = backupType; } public String getBackupStartTime() { return this.backupStartTime; } public void setBackupStartTime(String backupStartTime) { this.backupStartTime = backupStartTime; } public Long getBackupSize() { return this.backupSize; } public void setBackupSize(Long backupSize) { this.backupSize = backupSize; } public String getBackupEndTime() { return this.backupEndTime; } public void setBackupEndTime(String backupEndTime) { this.backupEndTime = backupEndTime; } public String getBackupExpiredTime() { return this.backupExpiredTime; } public void setBackupExpiredTime(String backupExpiredTime) { this.backupExpiredTime = backupExpiredTime; } public String getBackupId() { return this.backupId; } public void setBackupId(String backupId) { this.backupId = backupId; } public String getBackupMethod() { return this.backupMethod; } public void setBackupMethod(String backupMethod) { this.backupMethod = backupMethod; } } @Override public DescribeBackupsResponse getInstance(UnmarshallerContext context) { return DescribeBackupsResponseUnmarshaller.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/DescribeBadSqlDetectionRequest.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 DescribeBadSqlDetectionRequest extends RpcAcsRequest<DescribeBadSqlDetectionResponse> { private Long resourceOwnerId; private String startTime; private String lang; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; public DescribeBadSqlDetectionRequest() { super("adb", "2019-03-15", "DescribeBadSqlDetection", "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 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 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<DescribeBadSqlDetectionResponse> getResponseClass() { return DescribeBadSqlDetectionResponse.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/DescribeBadSqlDetectionResponse.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.DescribeBadSqlDetectionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeBadSqlDetectionResponse extends AcsResponse { private String totalCount; private String requestId; private String dBClusterId; private String accessDeniedDetail; private List<OpenApiFasDetectionItem> 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 String getAccessDeniedDetail() { return this.accessDeniedDetail; } public void setAccessDeniedDetail(String accessDeniedDetail) { this.accessDeniedDetail = accessDeniedDetail; } public List<OpenApiFasDetectionItem> getDetectionItems() { return this.detectionItems; } public void setDetectionItems(List<OpenApiFasDetectionItem> detectionItems) { this.detectionItems = detectionItems; } public static class OpenApiFasDetectionItem { private String name; private String status; private String message; private List<BadSqlDiagnosisResult> results; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public List<BadSqlDiagnosisResult> getResults() { return this.results; } public void setResults(List<BadSqlDiagnosisResult> results) { this.results = results; } public static class BadSqlDiagnosisResult { private Long cost; private Long peakMemory; private Long operatorCost; private Long scanSize; private Long outputDataSize; private String processId; private Integer totalStages; private String sQL; private String patternId; private String startTime; private List<BasicDiagnosisInfo> diagnosisResults; public Long getCost() { return this.cost; } public void setCost(Long cost) { this.cost = cost; } 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 getScanSize() { return this.scanSize; } public void setScanSize(Long scanSize) { this.scanSize = scanSize; } public Long getOutputDataSize() { return this.outputDataSize; } public void setOutputDataSize(Long outputDataSize) { this.outputDataSize = outputDataSize; } public String getProcessId() { return this.processId; } public void setProcessId(String processId) { this.processId = processId; } public Integer getTotalStages() { return this.totalStages; } public void setTotalStages(Integer totalStages) { this.totalStages = totalStages; } public String getSQL() { return this.sQL; } public void setSQL(String sQL) { this.sQL = sQL; } public String getPatternId() { return this.patternId; } public void setPatternId(String patternId) { this.patternId = patternId; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public List<BasicDiagnosisInfo> getDiagnosisResults() { return this.diagnosisResults; } public void setDiagnosisResults(List<BasicDiagnosisInfo> diagnosisResults) { this.diagnosisResults = diagnosisResults; } public static class BasicDiagnosisInfo { private String code; private String detail; private String stageId; private String operatorId; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getDetail() { return this.detail; } public void setDetail(String detail) { this.detail = detail; } public String getStageId() { return this.stageId; } public void setStageId(String stageId) { this.stageId = stageId; } public String getOperatorId() { return this.operatorId; } public void setOperatorId(String operatorId) { this.operatorId = operatorId; } } } } @Override public DescribeBadSqlDetectionResponse getInstance(UnmarshallerContext context) { return DescribeBadSqlDetectionResponseUnmarshaller.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/DescribeColumnsRequest.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 DescribeColumnsRequest extends RpcAcsRequest<DescribeColumnsResponse> { private Long resourceOwnerId; private String tableName; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeColumnsRequest() { super("adb", "2019-03-15", "DescribeColumns", "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<DescribeColumnsResponse> getResponseClass() { return DescribeColumnsResponse.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/DescribeColumnsResponse.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.DescribeColumnsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeColumnsResponse extends AcsResponse { private String requestId; private List<Column> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Column> getItems() { return this.items; } public void setItems(List<Column> items) { this.items = items; } public static class Column { private String type; private String columnName; private String tableName; private Boolean autoIncrementColumn; private String dBClusterId; private Boolean primaryKey; private String schemaName; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getColumnName() { return this.columnName; } public void setColumnName(String columnName) { this.columnName = columnName; } public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public Boolean getAutoIncrementColumn() { return this.autoIncrementColumn; } public void setAutoIncrementColumn(Boolean autoIncrementColumn) { this.autoIncrementColumn = autoIncrementColumn; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public Boolean getPrimaryKey() { return this.primaryKey; } public void setPrimaryKey(Boolean primaryKey) { this.primaryKey = primaryKey; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } } @Override public DescribeColumnsResponse getInstance(UnmarshallerContext context) { return DescribeColumnsResponseUnmarshaller.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/DescribeComputeResourceRequest.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 DescribeComputeResourceRequest extends RpcAcsRequest<DescribeComputeResourceResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String dBClusterVersion; private Long ownerId; private String zoneId; private Boolean migrate; public DescribeComputeResourceRequest() { super("adb", "2019-03-15", "DescribeComputeResource", "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 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 getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } public Boolean getMigrate() { return this.migrate; } public void setMigrate(Boolean migrate) { this.migrate = migrate; if(migrate != null){ putQueryParameter("Migrate", migrate.toString()); } } @Override public Class<DescribeComputeResourceResponse> getResponseClass() { return DescribeComputeResourceResponse.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/DescribeComputeResourceResponse.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.DescribeComputeResourceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeComputeResourceResponse extends AcsResponse { private String requestId; private List<ComputeResourceItem> computeResource; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ComputeResourceItem> getComputeResource() { return this.computeResource; } public void setComputeResource(List<ComputeResourceItem> computeResource) { this.computeResource = computeResource; } public static class ComputeResourceItem { private String displayValue; private String realValue; public String getDisplayValue() { return this.displayValue; } public void setDisplayValue(String displayValue) { this.displayValue = displayValue; } public String getRealValue() { return this.realValue; } public void setRealValue(String realValue) { this.realValue = realValue; } } @Override public DescribeComputeResourceResponse getInstance(UnmarshallerContext context) { return DescribeComputeResourceResponseUnmarshaller.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/DescribeConnectionCountRecordsRequest.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 DescribeConnectionCountRecordsRequest extends RpcAcsRequest<DescribeConnectionCountRecordsResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeConnectionCountRecordsRequest() { super("adb", "2019-03-15", "DescribeConnectionCountRecords", "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<DescribeConnectionCountRecordsResponse> getResponseClass() { return DescribeConnectionCountRecordsResponse.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/DescribeConnectionCountRecordsResponse.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.DescribeConnectionCountRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeConnectionCountRecordsResponse extends AcsResponse { private String totalCount; private String requestId; private String dBClusterId; private List<AccessIps> accessIpRecords; private List<Users> userRecords; 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<AccessIps> getAccessIpRecords() { return this.accessIpRecords; } public void setAccessIpRecords(List<AccessIps> accessIpRecords) { this.accessIpRecords = accessIpRecords; } public List<Users> getUserRecords() { return this.userRecords; } public void setUserRecords(List<Users> userRecords) { this.userRecords = userRecords; } public static class AccessIps { private String accessIp; private Long count; public String getAccessIp() { return this.accessIp; } public void setAccessIp(String accessIp) { this.accessIp = accessIp; } public Long getCount() { return this.count; } public void setCount(Long count) { this.count = count; } } public static class Users { private String user; private Long count; public String getUser() { return this.user; } public void setUser(String user) { this.user = user; } public Long getCount() { return this.count; } public void setCount(Long count) { this.count = count; } } @Override public DescribeConnectionCountRecordsResponse getInstance(UnmarshallerContext context) { return DescribeConnectionCountRecordsResponseUnmarshaller.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/DescribeControllerDetectionRequest.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 DescribeControllerDetectionRequest extends RpcAcsRequest<DescribeControllerDetectionResponse> { 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 DescribeControllerDetectionRequest() { super("adb", "2019-03-15", "DescribeControllerDetection", "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<DescribeControllerDetectionResponse> getResponseClass() { return DescribeControllerDetectionResponse.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/DescribeControllerDetectionResponse.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.DescribeControllerDetectionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeControllerDetectionResponse 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 message; private String name; private String status; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } @Override public DescribeControllerDetectionResponse getInstance(UnmarshallerContext context) { return DescribeControllerDetectionResponseUnmarshaller.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/DescribeDBClusterAccessWhiteListRequest.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 DescribeDBClusterAccessWhiteListRequest extends RpcAcsRequest<DescribeDBClusterAccessWhiteListResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBClusterAccessWhiteListRequest() { super("adb", "2019-03-15", "DescribeDBClusterAccessWhiteList", "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<DescribeDBClusterAccessWhiteListResponse> getResponseClass() { return DescribeDBClusterAccessWhiteListResponse.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/DescribeDBClusterAccessWhiteListResponse.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.DescribeDBClusterAccessWhiteListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterAccessWhiteListResponse extends AcsResponse { private String requestId; private List<IPArray> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<IPArray> getItems() { return this.items; } public void setItems(List<IPArray> items) { this.items = items; } public static class IPArray { private String dBClusterIPArrayAttribute; private String securityIPList; private String dBClusterIPArrayName; public String getDBClusterIPArrayAttribute() { return this.dBClusterIPArrayAttribute; } public void setDBClusterIPArrayAttribute(String dBClusterIPArrayAttribute) { this.dBClusterIPArrayAttribute = dBClusterIPArrayAttribute; } public String getSecurityIPList() { return this.securityIPList; } public void setSecurityIPList(String securityIPList) { this.securityIPList = securityIPList; } public String getDBClusterIPArrayName() { return this.dBClusterIPArrayName; } public void setDBClusterIPArrayName(String dBClusterIPArrayName) { this.dBClusterIPArrayName = dBClusterIPArrayName; } } @Override public DescribeDBClusterAccessWhiteListResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterAccessWhiteListResponseUnmarshaller.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/DescribeDBClusterAttributeRequest.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 DescribeDBClusterAttributeRequest extends RpcAcsRequest<DescribeDBClusterAttributeResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBClusterAttributeRequest() { super("adb", "2019-03-15", "DescribeDBClusterAttribute", "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<DescribeDBClusterAttributeResponse> getResponseClass() { return DescribeDBClusterAttributeResponse.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/DescribeDBClusterAttributeResponse.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.DescribeDBClusterAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterAttributeResponse extends AcsResponse { private String requestId; private List<DBCluster> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<DBCluster> getItems() { return this.items; } public void setItems(List<DBCluster> items) { this.items = items; } public static class DBCluster { private String creationTime; private Boolean enableSpark; private String dtsJobId; private Long dBNodeCount; private String expired; private String maintainTime; private String payType; private String diskType; private String mode; private Integer port; private String lockMode; private String engineVersion; private Boolean enableAirflow; private String executorCount; private String storageResource; private String dBClusterId; private String connectionString; private String rdsInstanceId; private String dBClusterType; private String commodityCode; private String expireTime; private Long dBNodeStorage; private String dBNodeClass; private String lockReason; private String vPCId; private String computeResource; private String regionId; private Integer elasticIOResource; private String vSwitchId; private String dBVersion; private String vPCCloudInstanceId; private String dBClusterStatus; private String resourceGroupId; private String dBClusterNetworkType; private String dBClusterDescription; private Boolean userENIStatus; private String zoneId; private String category; private String engine; private String kmsId; private String innerIp; private String innerPort; private String diskPerformanceLevel; private String elasticIOResourceSize; private Boolean diskEncryption; private String productVersion; private String secondaryZoneId; private String secondaryVSwitchId; private String reservedNodeSize; private Integer reservedNodeCount; private String productForm; private List<Tag> tags; private TaskInfo taskInfo; public String getCreationTime() { return this.creationTime; } public void setCreationTime(String creationTime) { this.creationTime = creationTime; } public Boolean getEnableSpark() { return this.enableSpark; } public void setEnableSpark(Boolean enableSpark) { this.enableSpark = enableSpark; } public String getDtsJobId() { return this.dtsJobId; } public void setDtsJobId(String dtsJobId) { this.dtsJobId = dtsJobId; } public Long getDBNodeCount() { return this.dBNodeCount; } public void setDBNodeCount(Long dBNodeCount) { this.dBNodeCount = dBNodeCount; } public String getExpired() { return this.expired; } public void setExpired(String expired) { this.expired = expired; } public String getMaintainTime() { return this.maintainTime; } public void setMaintainTime(String maintainTime) { this.maintainTime = maintainTime; } public String getPayType() { return this.payType; } public void setPayType(String payType) { this.payType = payType; } public String getDiskType() { return this.diskType; } public void setDiskType(String diskType) { this.diskType = diskType; } public String getMode() { return this.mode; } public void setMode(String mode) { this.mode = mode; } public Integer getPort() { return this.port; } public void setPort(Integer port) { this.port = port; } public String getLockMode() { return this.lockMode; } public void setLockMode(String lockMode) { this.lockMode = lockMode; } public String getEngineVersion() { return this.engineVersion; } public void setEngineVersion(String engineVersion) { this.engineVersion = engineVersion; } public Boolean getEnableAirflow() { return this.enableAirflow; } public void setEnableAirflow(Boolean enableAirflow) { this.enableAirflow = enableAirflow; } public String getExecutorCount() { return this.executorCount; } public void setExecutorCount(String executorCount) { this.executorCount = executorCount; } public String getStorageResource() { return this.storageResource; } public void setStorageResource(String storageResource) { this.storageResource = storageResource; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getConnectionString() { return this.connectionString; } public void setConnectionString(String connectionString) { this.connectionString = connectionString; } public String getRdsInstanceId() { return this.rdsInstanceId; } public void setRdsInstanceId(String rdsInstanceId) { this.rdsInstanceId = rdsInstanceId; } public String getDBClusterType() { return this.dBClusterType; } public void setDBClusterType(String dBClusterType) { this.dBClusterType = dBClusterType; } public String getCommodityCode() { return this.commodityCode; } public void setCommodityCode(String commodityCode) { this.commodityCode = commodityCode; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public Long getDBNodeStorage() { return this.dBNodeStorage; } public void setDBNodeStorage(Long dBNodeStorage) { this.dBNodeStorage = dBNodeStorage; } public String getDBNodeClass() { return this.dBNodeClass; } public void setDBNodeClass(String dBNodeClass) { this.dBNodeClass = dBNodeClass; } public String getLockReason() { return this.lockReason; } public void setLockReason(String lockReason) { this.lockReason = lockReason; } public String getVPCId() { return this.vPCId; } public void setVPCId(String vPCId) { this.vPCId = vPCId; } public String getComputeResource() { return this.computeResource; } public void setComputeResource(String computeResource) { this.computeResource = computeResource; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public Integer getElasticIOResource() { return this.elasticIOResource; } public void setElasticIOResource(Integer elasticIOResource) { this.elasticIOResource = elasticIOResource; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getDBVersion() { return this.dBVersion; } public void setDBVersion(String dBVersion) { this.dBVersion = dBVersion; } public String getVPCCloudInstanceId() { return this.vPCCloudInstanceId; } public void setVPCCloudInstanceId(String vPCCloudInstanceId) { this.vPCCloudInstanceId = vPCCloudInstanceId; } public String getDBClusterStatus() { return this.dBClusterStatus; } public void setDBClusterStatus(String dBClusterStatus) { this.dBClusterStatus = dBClusterStatus; } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; } public String getDBClusterNetworkType() { return this.dBClusterNetworkType; } public void setDBClusterNetworkType(String dBClusterNetworkType) { this.dBClusterNetworkType = dBClusterNetworkType; } public String getDBClusterDescription() { return this.dBClusterDescription; } public void setDBClusterDescription(String dBClusterDescription) { this.dBClusterDescription = dBClusterDescription; } public Boolean getUserENIStatus() { return this.userENIStatus; } public void setUserENIStatus(Boolean userENIStatus) { this.userENIStatus = userENIStatus; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public String getEngine() { return this.engine; } public void setEngine(String engine) { this.engine = engine; } public String getKmsId() { return this.kmsId; } public void setKmsId(String kmsId) { this.kmsId = kmsId; } public String getInnerIp() { return this.innerIp; } public void setInnerIp(String innerIp) { this.innerIp = innerIp; } public String getInnerPort() { return this.innerPort; } public void setInnerPort(String innerPort) { this.innerPort = innerPort; } public String getDiskPerformanceLevel() { return this.diskPerformanceLevel; } public void setDiskPerformanceLevel(String diskPerformanceLevel) { this.diskPerformanceLevel = diskPerformanceLevel; } public String getElasticIOResourceSize() { return this.elasticIOResourceSize; } public void setElasticIOResourceSize(String elasticIOResourceSize) { this.elasticIOResourceSize = elasticIOResourceSize; } public Boolean getDiskEncryption() { return this.diskEncryption; } public void setDiskEncryption(Boolean diskEncryption) { this.diskEncryption = diskEncryption; } public String getProductVersion() { return this.productVersion; } public void setProductVersion(String productVersion) { this.productVersion = productVersion; } public String getSecondaryZoneId() { return this.secondaryZoneId; } public void setSecondaryZoneId(String secondaryZoneId) { this.secondaryZoneId = secondaryZoneId; } public String getSecondaryVSwitchId() { return this.secondaryVSwitchId; } public void setSecondaryVSwitchId(String secondaryVSwitchId) { this.secondaryVSwitchId = secondaryVSwitchId; } public String getReservedNodeSize() { return this.reservedNodeSize; } public void setReservedNodeSize(String reservedNodeSize) { this.reservedNodeSize = reservedNodeSize; } public Integer getReservedNodeCount() { return this.reservedNodeCount; } public void setReservedNodeCount(Integer reservedNodeCount) { this.reservedNodeCount = reservedNodeCount; } public String getProductForm() { return this.productForm; } public void setProductForm(String productForm) { this.productForm = productForm; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public TaskInfo getTaskInfo() { return this.taskInfo; } public void setTaskInfo(TaskInfo taskInfo) { this.taskInfo = taskInfo; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class TaskInfo { private String name; private String status; private String progress; private List<StepListItem> stepList; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getProgress() { return this.progress; } public void setProgress(String progress) { this.progress = progress; } public List<StepListItem> getStepList() { return this.stepList; } public void setStepList(List<StepListItem> stepList) { this.stepList = stepList; } public static class StepListItem { private String stepName; private String stepDesc; private String stepStatus; private String stepProgress; private String startTime; private String endTime; public String getStepName() { return this.stepName; } public void setStepName(String stepName) { this.stepName = stepName; } public String getStepDesc() { return this.stepDesc; } public void setStepDesc(String stepDesc) { this.stepDesc = stepDesc; } public String getStepStatus() { return this.stepStatus; } public void setStepStatus(String stepStatus) { this.stepStatus = stepStatus; } public String getStepProgress() { return this.stepProgress; } public void setStepProgress(String stepProgress) { this.stepProgress = stepProgress; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; } } } } @Override public DescribeDBClusterAttributeResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterAttributeResponseUnmarshaller.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/DescribeDBClusterHealthStatusRequest.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 DescribeDBClusterHealthStatusRequest extends RpcAcsRequest<DescribeDBClusterHealthStatusResponse> { private String dBClusterId; public DescribeDBClusterHealthStatusRequest() { super("adb", "2019-03-15", "DescribeDBClusterHealthStatus", "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<DescribeDBClusterHealthStatusResponse> getResponseClass() { return DescribeDBClusterHealthStatusResponse.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/DescribeDBClusterHealthStatusResponse.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.DescribeDBClusterHealthStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterHealthStatusResponse extends AcsResponse { private String instanceStatus; private String requestId; private CS cS; private Executor executor; private Worker worker; public String getInstanceStatus() { return this.instanceStatus; } public void setInstanceStatus(String instanceStatus) { this.instanceStatus = instanceStatus; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public CS getCS() { return this.cS; } public void setCS(CS cS) { this.cS = cS; } public Executor getExecutor() { return this.executor; } public void setExecutor(Executor executor) { this.executor = executor; } public Worker getWorker() { return this.worker; } public void setWorker(Worker worker) { this.worker = worker; } public static class CS { private Long activeCount; private Long unavailableCount; private Long riskCount; private Long expectedCount; private String status; public Long getActiveCount() { return this.activeCount; } public void setActiveCount(Long activeCount) { this.activeCount = activeCount; } public Long getUnavailableCount() { return this.unavailableCount; } public void setUnavailableCount(Long unavailableCount) { this.unavailableCount = unavailableCount; } public Long getRiskCount() { return this.riskCount; } public void setRiskCount(Long riskCount) { this.riskCount = riskCount; } public Long getExpectedCount() { return this.expectedCount; } public void setExpectedCount(Long expectedCount) { this.expectedCount = expectedCount; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } public static class Executor { private Long activeCount; private Long unavailableCount; private Long riskCount; private Long expectedCount; private String status; public Long getActiveCount() { return this.activeCount; } public void setActiveCount(Long activeCount) { this.activeCount = activeCount; } public Long getUnavailableCount() { return this.unavailableCount; } public void setUnavailableCount(Long unavailableCount) { this.unavailableCount = unavailableCount; } public Long getRiskCount() { return this.riskCount; } public void setRiskCount(Long riskCount) { this.riskCount = riskCount; } public Long getExpectedCount() { return this.expectedCount; } public void setExpectedCount(Long expectedCount) { this.expectedCount = expectedCount; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } public static class Worker { private Long activeCount; private Long unavailableCount; private Long riskCount; private Long expectedCount; private String status; public Long getActiveCount() { return this.activeCount; } public void setActiveCount(Long activeCount) { this.activeCount = activeCount; } public Long getUnavailableCount() { return this.unavailableCount; } public void setUnavailableCount(Long unavailableCount) { this.unavailableCount = unavailableCount; } public Long getRiskCount() { return this.riskCount; } public void setRiskCount(Long riskCount) { this.riskCount = riskCount; } public Long getExpectedCount() { return this.expectedCount; } public void setExpectedCount(Long expectedCount) { this.expectedCount = expectedCount; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } @Override public DescribeDBClusterHealthStatusResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterHealthStatusResponseUnmarshaller.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/DescribeDBClusterNetInfoRequest.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 DescribeDBClusterNetInfoRequest extends RpcAcsRequest<DescribeDBClusterNetInfoResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBClusterNetInfoRequest() { super("adb", "2019-03-15", "DescribeDBClusterNetInfo", "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<DescribeDBClusterNetInfoResponse> getResponseClass() { return DescribeDBClusterNetInfoResponse.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/DescribeDBClusterNetInfoResponse.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.DescribeDBClusterNetInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterNetInfoResponse extends AcsResponse { private String clusterNetworkType; private String requestId; private List<Address> items; public String getClusterNetworkType() { return this.clusterNetworkType; } public void setClusterNetworkType(String clusterNetworkType) { this.clusterNetworkType = clusterNetworkType; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Address> getItems() { return this.items; } public void setItems(List<Address> items) { this.items = items; } public static class Address { private String vSwitchId; private String connectionString; private String netType; private String port; private String vPCId; private String iPAddress; private String connectionStringPrefix; public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getConnectionString() { return this.connectionString; } public void setConnectionString(String connectionString) { this.connectionString = connectionString; } public String getNetType() { return this.netType; } public void setNetType(String netType) { this.netType = netType; } public String getPort() { return this.port; } public void setPort(String port) { this.port = port; } public String getVPCId() { return this.vPCId; } public void setVPCId(String vPCId) { this.vPCId = vPCId; } public String getIPAddress() { return this.iPAddress; } public void setIPAddress(String iPAddress) { this.iPAddress = iPAddress; } public String getConnectionStringPrefix() { return this.connectionStringPrefix; } public void setConnectionStringPrefix(String connectionStringPrefix) { this.connectionStringPrefix = connectionStringPrefix; } } @Override public DescribeDBClusterNetInfoResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterNetInfoResponseUnmarshaller.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/DescribeDBClusterPerformanceRequest.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 DescribeDBClusterPerformanceRequest extends RpcAcsRequest<DescribeDBClusterPerformanceResponse> { private Long resourceOwnerId; private String startTime; private String resourcePools; private String key; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; public DescribeDBClusterPerformanceRequest() { super("adb", "2019-03-15", "DescribeDBClusterPerformance", "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 String getResourcePools() { return this.resourcePools; } public void setResourcePools(String resourcePools) { this.resourcePools = resourcePools; if(resourcePools != null){ putQueryParameter("ResourcePools", resourcePools); } } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; if(key != null){ putQueryParameter("Key", key); } } 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<DescribeDBClusterPerformanceResponse> getResponseClass() { return DescribeDBClusterPerformanceResponse.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/DescribeDBClusterPerformanceResponse.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.DescribeDBClusterPerformanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterPerformanceResponse extends AcsResponse { private String endTime; private String requestId; private String startTime; private String dBClusterId; private String accessDeniedDetail; 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 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<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 String tags; private String translateKey; private List<String> values; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getTags() { return this.tags; } public void setTags(String tags) { this.tags = tags; } public String getTranslateKey() { return this.translateKey; } public void setTranslateKey(String translateKey) { this.translateKey = translateKey; } public List<String> getValues() { return this.values; } public void setValues(List<String> values) { this.values = values; } } } @Override public DescribeDBClusterPerformanceResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterPerformanceResponseUnmarshaller.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/DescribeDBClusterResourcePoolPerformanceRequest.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 DescribeDBClusterResourcePoolPerformanceRequest extends RpcAcsRequest<DescribeDBClusterResourcePoolPerformanceResponse> { private Long resourceOwnerId; private String startTime; private String resourcePools; private String key; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; public DescribeDBClusterResourcePoolPerformanceRequest() { super("adb", "2019-03-15", "DescribeDBClusterResourcePoolPerformance", "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 String getResourcePools() { return this.resourcePools; } public void setResourcePools(String resourcePools) { this.resourcePools = resourcePools; if(resourcePools != null){ putQueryParameter("ResourcePools", resourcePools); } } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; if(key != null){ putQueryParameter("Key", key); } } 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<DescribeDBClusterResourcePoolPerformanceResponse> getResponseClass() { return DescribeDBClusterResourcePoolPerformanceResponse.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/DescribeDBClusterResourcePoolPerformanceResponse.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.DescribeDBClusterResourcePoolPerformanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterResourcePoolPerformanceResponse extends AcsResponse { private String endTime; private String requestId; private String startTime; private String dBClusterId; 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 getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } 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<ResourcePoolPerformancesItem> resourcePoolPerformances; 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<ResourcePoolPerformancesItem> getResourcePoolPerformances() { return this.resourcePoolPerformances; } public void setResourcePoolPerformances(List<ResourcePoolPerformancesItem> resourcePoolPerformances) { this.resourcePoolPerformances = resourcePoolPerformances; } public static class ResourcePoolPerformancesItem { private String resourcePoolName; private List<ResourcePoolSeriesItem> resourcePoolSeries; public String getResourcePoolName() { return this.resourcePoolName; } public void setResourcePoolName(String resourcePoolName) { this.resourcePoolName = resourcePoolName; } public List<ResourcePoolSeriesItem> getResourcePoolSeries() { return this.resourcePoolSeries; } public void setResourcePoolSeries(List<ResourcePoolSeriesItem> resourcePoolSeries) { this.resourcePoolSeries = resourcePoolSeries; } public static class ResourcePoolSeriesItem { 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 DescribeDBClusterResourcePoolPerformanceResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterResourcePoolPerformanceResponseUnmarshaller.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/DescribeDBClusterSSLRequest.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 DescribeDBClusterSSLRequest extends RpcAcsRequest<DescribeDBClusterSSLResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBClusterSSLRequest() { super("adb", "2019-03-15", "DescribeDBClusterSSL", "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<DescribeDBClusterSSLResponse> getResponseClass() { return DescribeDBClusterSSLResponse.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/DescribeDBClusterSSLResponse.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.DescribeDBClusterSSLResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterSSLResponse extends AcsResponse { private String requestId; private String expireTime; private String connectionString; private Boolean sSLEnabled; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public String getConnectionString() { return this.connectionString; } public void setConnectionString(String connectionString) { this.connectionString = connectionString; } public Boolean getSSLEnabled() { return this.sSLEnabled; } public void setSSLEnabled(Boolean sSLEnabled) { this.sSLEnabled = sSLEnabled; } @Override public DescribeDBClusterSSLResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterSSLResponseUnmarshaller.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/DescribeDBClusterShardNumberRequest.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 DescribeDBClusterShardNumberRequest extends RpcAcsRequest<DescribeDBClusterShardNumberResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBClusterShardNumberRequest() { super("adb", "2019-03-15", "DescribeDBClusterShardNumber", "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<DescribeDBClusterShardNumberResponse> getResponseClass() { return DescribeDBClusterShardNumberResponse.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/DescribeDBClusterShardNumberResponse.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.DescribeDBClusterShardNumberResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterShardNumberResponse extends AcsResponse { private String requestId; private Integer shardNumber; private List<AvailableShardNumberListItem> availableShardNumberList; private List<Integer> availableShardNumbers; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getShardNumber() { return this.shardNumber; } public void setShardNumber(Integer shardNumber) { this.shardNumber = shardNumber; } public List<AvailableShardNumberListItem> getAvailableShardNumberList() { return this.availableShardNumberList; } public void setAvailableShardNumberList(List<AvailableShardNumberListItem> availableShardNumberList) { this.availableShardNumberList = availableShardNumberList; } public List<Integer> getAvailableShardNumbers() { return this.availableShardNumbers; } public void setAvailableShardNumbers(List<Integer> availableShardNumbers) { this.availableShardNumbers = availableShardNumbers; } public static class AvailableShardNumberListItem { private Integer shardNumber; public Integer getShardNumber() { return this.shardNumber; } public void setShardNumber(Integer shardNumber) { this.shardNumber = shardNumber; } } @Override public DescribeDBClusterShardNumberResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterShardNumberResponseUnmarshaller.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/DescribeDBClusterSpaceSummaryRequest.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 DescribeDBClusterSpaceSummaryRequest extends RpcAcsRequest<DescribeDBClusterSpaceSummaryResponse> { private String dBClusterId; public DescribeDBClusterSpaceSummaryRequest() { super("adb", "2019-03-15", "DescribeDBClusterSpaceSummary", "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<DescribeDBClusterSpaceSummaryResponse> getResponseClass() { return DescribeDBClusterSpaceSummaryResponse.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/DescribeDBClusterSpaceSummaryResponse.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.DescribeDBClusterSpaceSummaryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterSpaceSummaryResponse extends AcsResponse { private String requestId; private Data data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String totalSize; private HotData hotData; private ColdData coldData; private DataGrowth dataGrowth; public String getTotalSize() { return this.totalSize; } public void setTotalSize(String totalSize) { this.totalSize = totalSize; } public HotData getHotData() { return this.hotData; } public void setHotData(HotData hotData) { this.hotData = hotData; } public ColdData getColdData() { return this.coldData; } public void setColdData(ColdData coldData) { this.coldData = coldData; } public DataGrowth getDataGrowth() { return this.dataGrowth; } public void setDataGrowth(DataGrowth dataGrowth) { this.dataGrowth = dataGrowth; } public static class HotData { private Long totalSize; private Long dataSize; private Long indexSize; private Long primaryKeyIndexSize; private Long otherSize; public Long getTotalSize() { return this.totalSize; } public void setTotalSize(Long totalSize) { this.totalSize = totalSize; } 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 getOtherSize() { return this.otherSize; } public void setOtherSize(Long otherSize) { this.otherSize = otherSize; } } public static class ColdData { private Long totalSize; private Long dataSize; private Long indexSize; private Long primaryKeyIndexSize; private Long otherSize; public Long getTotalSize() { return this.totalSize; } public void setTotalSize(Long totalSize) { this.totalSize = totalSize; } 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 getOtherSize() { return this.otherSize; } public void setOtherSize(Long otherSize) { this.otherSize = otherSize; } } public static class DataGrowth { private Long dayGrowth; private Long weekGrowth; public Long getDayGrowth() { return this.dayGrowth; } public void setDayGrowth(Long dayGrowth) { this.dayGrowth = dayGrowth; } public Long getWeekGrowth() { return this.weekGrowth; } public void setWeekGrowth(Long weekGrowth) { this.weekGrowth = weekGrowth; } } } @Override public DescribeDBClusterSpaceSummaryResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterSpaceSummaryResponseUnmarshaller.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/DescribeDBClusterStatusRequest.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 DescribeDBClusterStatusRequest extends RpcAcsRequest<DescribeDBClusterStatusResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public DescribeDBClusterStatusRequest() { super("adb", "2019-03-15", "DescribeDBClusterStatus", "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<DescribeDBClusterStatusResponse> getResponseClass() { return DescribeDBClusterStatusResponse.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/DescribeDBClusterStatusResponse.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.DescribeDBClusterStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterStatusResponse extends AcsResponse { private String requestId; private List<String> status; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<String> getStatus() { return this.status; } public void setStatus(List<String> status) { this.status = status; } @Override public DescribeDBClusterStatusResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterStatusResponseUnmarshaller.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/DescribeDBClustersRequest.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 DescribeDBClustersRequest extends RpcAcsRequest<DescribeDBClustersResponse> { private Long resourceOwnerId; private String dBClusterDescription; private String dBClusterStatus; private Integer pageNumber; private String resourceGroupId; private Integer pageSize; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String dBVersion; private String dBClusterIds; public DescribeDBClustersRequest() { super("adb", "2019-03-15", "DescribeDBClusters", "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 getDBClusterDescription() { return this.dBClusterDescription; } public void setDBClusterDescription(String dBClusterDescription) { this.dBClusterDescription = dBClusterDescription; if(dBClusterDescription != null){ putQueryParameter("DBClusterDescription", dBClusterDescription); } } public String getDBClusterStatus() { return this.dBClusterStatus; } public void setDBClusterStatus(String dBClusterStatus) { this.dBClusterStatus = dBClusterStatus; if(dBClusterStatus != null){ putQueryParameter("DBClusterStatus", dBClusterStatus); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; if(resourceGroupId != null){ putQueryParameter("ResourceGroupId", resourceGroupId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } 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 getDBVersion() { return this.dBVersion; } public void setDBVersion(String dBVersion) { this.dBVersion = dBVersion; if(dBVersion != null){ putQueryParameter("DBVersion", dBVersion); } } public String getDBClusterIds() { return this.dBClusterIds; } public void setDBClusterIds(String dBClusterIds) { this.dBClusterIds = dBClusterIds; if(dBClusterIds != null){ putQueryParameter("DBClusterIds", dBClusterIds); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<DescribeDBClustersResponse> getResponseClass() { return DescribeDBClustersResponse.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/DescribeDBClustersResponse.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.DescribeDBClustersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClustersResponse extends AcsResponse { private Integer totalCount; private Integer pageSize; private String requestId; private Integer pageNumber; private List<DBCluster> items; 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 List<DBCluster> getItems() { return this.items; } public void setItems(List<DBCluster> items) { this.items = items; } public static class DBCluster { private String dtsJobId; private Long dBNodeCount; private String expired; private String createTime; private String payType; private String diskType; private String mode; private String port; private String lockMode; private String storageResource; private String executorCount; private String dBClusterId; private String connectionString; private String rdsInstanceId; private String dBClusterType; private String commodityCode; private String expireTime; private Long dBNodeStorage; private String dBNodeClass; private String lockReason; private String vPCId; private String regionId; private String computeResource; private Integer elasticIOResource; private String vSwitchId; private String dBVersion; private String vPCCloudInstanceId; private String dBClusterStatus; private String resourceGroupId; private String dBClusterNetworkType; private String dBClusterDescription; private String zoneId; private String category; private String engine; private String innerIp; private String innerPort; private String productVersion; private List<Tag> tags; private TaskInfo taskInfo; public String getDtsJobId() { return this.dtsJobId; } public void setDtsJobId(String dtsJobId) { this.dtsJobId = dtsJobId; } public Long getDBNodeCount() { return this.dBNodeCount; } public void setDBNodeCount(Long dBNodeCount) { this.dBNodeCount = dBNodeCount; } public String getExpired() { return this.expired; } public void setExpired(String expired) { this.expired = expired; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getPayType() { return this.payType; } public void setPayType(String payType) { this.payType = payType; } public String getDiskType() { return this.diskType; } public void setDiskType(String diskType) { this.diskType = diskType; } public String getMode() { return this.mode; } public void setMode(String mode) { this.mode = mode; } public String getPort() { return this.port; } public void setPort(String port) { this.port = port; } public String getLockMode() { return this.lockMode; } public void setLockMode(String lockMode) { this.lockMode = lockMode; } public String getStorageResource() { return this.storageResource; } public void setStorageResource(String storageResource) { this.storageResource = storageResource; } public String getExecutorCount() { return this.executorCount; } public void setExecutorCount(String executorCount) { this.executorCount = executorCount; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getConnectionString() { return this.connectionString; } public void setConnectionString(String connectionString) { this.connectionString = connectionString; } public String getRdsInstanceId() { return this.rdsInstanceId; } public void setRdsInstanceId(String rdsInstanceId) { this.rdsInstanceId = rdsInstanceId; } public String getDBClusterType() { return this.dBClusterType; } public void setDBClusterType(String dBClusterType) { this.dBClusterType = dBClusterType; } public String getCommodityCode() { return this.commodityCode; } public void setCommodityCode(String commodityCode) { this.commodityCode = commodityCode; } public String getExpireTime() { return this.expireTime; } public void setExpireTime(String expireTime) { this.expireTime = expireTime; } public Long getDBNodeStorage() { return this.dBNodeStorage; } public void setDBNodeStorage(Long dBNodeStorage) { this.dBNodeStorage = dBNodeStorage; } public String getDBNodeClass() { return this.dBNodeClass; } public void setDBNodeClass(String dBNodeClass) { this.dBNodeClass = dBNodeClass; } public String getLockReason() { return this.lockReason; } public void setLockReason(String lockReason) { this.lockReason = lockReason; } public String getVPCId() { return this.vPCId; } public void setVPCId(String vPCId) { this.vPCId = vPCId; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getComputeResource() { return this.computeResource; } public void setComputeResource(String computeResource) { this.computeResource = computeResource; } public Integer getElasticIOResource() { return this.elasticIOResource; } public void setElasticIOResource(Integer elasticIOResource) { this.elasticIOResource = elasticIOResource; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getDBVersion() { return this.dBVersion; } public void setDBVersion(String dBVersion) { this.dBVersion = dBVersion; } public String getVPCCloudInstanceId() { return this.vPCCloudInstanceId; } public void setVPCCloudInstanceId(String vPCCloudInstanceId) { this.vPCCloudInstanceId = vPCCloudInstanceId; } public String getDBClusterStatus() { return this.dBClusterStatus; } public void setDBClusterStatus(String dBClusterStatus) { this.dBClusterStatus = dBClusterStatus; } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; } public String getDBClusterNetworkType() { return this.dBClusterNetworkType; } public void setDBClusterNetworkType(String dBClusterNetworkType) { this.dBClusterNetworkType = dBClusterNetworkType; } public String getDBClusterDescription() { return this.dBClusterDescription; } public void setDBClusterDescription(String dBClusterDescription) { this.dBClusterDescription = dBClusterDescription; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getCategory() { return this.category; } public void setCategory(String category) { this.category = category; } public String getEngine() { return this.engine; } public void setEngine(String engine) { this.engine = engine; } public String getInnerIp() { return this.innerIp; } public void setInnerIp(String innerIp) { this.innerIp = innerIp; } public String getInnerPort() { return this.innerPort; } public void setInnerPort(String innerPort) { this.innerPort = innerPort; } public String getProductVersion() { return this.productVersion; } public void setProductVersion(String productVersion) { this.productVersion = productVersion; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public TaskInfo getTaskInfo() { return this.taskInfo; } public void setTaskInfo(TaskInfo taskInfo) { this.taskInfo = taskInfo; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class TaskInfo { private String name; private String status; private String progress; private List<StepListItem> stepList; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getProgress() { return this.progress; } public void setProgress(String progress) { this.progress = progress; } public List<StepListItem> getStepList() { return this.stepList; } public void setStepList(List<StepListItem> stepList) { this.stepList = stepList; } public static class StepListItem { private String stepName; private String stepDesc; private String stepStatus; private String stepProgress; private String startTime; private String endTime; public String getStepName() { return this.stepName; } public void setStepName(String stepName) { this.stepName = stepName; } public String getStepDesc() { return this.stepDesc; } public void setStepDesc(String stepDesc) { this.stepDesc = stepDesc; } public String getStepStatus() { return this.stepStatus; } public void setStepStatus(String stepStatus) { this.stepStatus = stepStatus; } public String getStepProgress() { return this.stepProgress; } public void setStepProgress(String stepProgress) { this.stepProgress = stepProgress; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; } } } } @Override public DescribeDBClustersResponse getInstance(UnmarshallerContext context) { return DescribeDBClustersResponseUnmarshaller.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/DescribeDBResourceGroupRequest.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 DescribeDBResourceGroupRequest extends RpcAcsRequest<DescribeDBResourceGroupResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String groupName; public DescribeDBResourceGroupRequest() { super("adb", "2019-03-15", "DescribeDBResourceGroup", "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 getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } @Override public Class<DescribeDBResourceGroupResponse> getResponseClass() { return DescribeDBResourceGroupResponse.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/DescribeDBResourceGroupResponse.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.DescribeDBResourceGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBResourceGroupResponse extends AcsResponse { private String requestId; private String dBClusterId; private List<PoolInfo> groupsInfo; 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<PoolInfo> getGroupsInfo() { return this.groupsInfo; } public void setGroupsInfo(List<PoolInfo> groupsInfo) { this.groupsInfo = groupsInfo; } public static class PoolInfo { private String groupType; private String updateTime; private String groupName; private String createTime; private String groupUsers; private Integer nodeNum; private List<String> groupUserList; public String getGroupType() { return this.groupType; } public void setGroupType(String groupType) { this.groupType = groupType; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getGroupUsers() { return this.groupUsers; } public void setGroupUsers(String groupUsers) { this.groupUsers = groupUsers; } public Integer getNodeNum() { return this.nodeNum; } public void setNodeNum(Integer nodeNum) { this.nodeNum = nodeNum; } public List<String> getGroupUserList() { return this.groupUserList; } public void setGroupUserList(List<String> groupUserList) { this.groupUserList = groupUserList; } } @Override public DescribeDBResourceGroupResponse getInstance(UnmarshallerContext context) { return DescribeDBResourceGroupResponseUnmarshaller.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/DescribeDBResourcePoolRequest.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 DescribeDBResourcePoolRequest extends RpcAcsRequest<DescribeDBResourcePoolResponse> { private String poolName; private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBResourcePoolRequest() { super("adb", "2019-03-15", "DescribeDBResourcePool", "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 getPoolName() { return this.poolName; } public void setPoolName(String poolName) { this.poolName = poolName; if(poolName != null){ putQueryParameter("PoolName", poolName); } } 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<DescribeDBResourcePoolResponse> getResponseClass() { return DescribeDBResourcePoolResponse.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/DescribeDBResourcePoolResponse.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.DescribeDBResourcePoolResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBResourcePoolResponse extends AcsResponse { private String requestId; private String dBClusterId; private List<PoolInfo> poolsInfo; 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<PoolInfo> getPoolsInfo() { return this.poolsInfo; } public void setPoolsInfo(List<PoolInfo> poolsInfo) { this.poolsInfo = poolsInfo; } public static class PoolInfo { private String queryType; private String updateTime; private String poolName; private String createTime; private String poolUsers; private Integer nodeNum; public String getQueryType() { return this.queryType; } public void setQueryType(String queryType) { this.queryType = queryType; } public String getUpdateTime() { return this.updateTime; } public void setUpdateTime(String updateTime) { this.updateTime = updateTime; } public String getPoolName() { return this.poolName; } public void setPoolName(String poolName) { this.poolName = poolName; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getPoolUsers() { return this.poolUsers; } public void setPoolUsers(String poolUsers) { this.poolUsers = poolUsers; } public Integer getNodeNum() { return this.nodeNum; } public void setNodeNum(Integer nodeNum) { this.nodeNum = nodeNum; } } @Override public DescribeDBResourcePoolResponse getInstance(UnmarshallerContext context) { return DescribeDBResourcePoolResponseUnmarshaller.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/DescribeDiagnosisDimensionsRequest.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 DescribeDiagnosisDimensionsRequest extends RpcAcsRequest<DescribeDiagnosisDimensionsResponse> { private String dBClusterId; private String queryCondition; private String endTime; private String startTime; private String lang; public DescribeDiagnosisDimensionsRequest() { super("adb", "2019-03-15", "DescribeDiagnosisDimensions", "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 getQueryCondition() { return this.queryCondition; } public void setQueryCondition(String queryCondition) { this.queryCondition = queryCondition; if(queryCondition != null){ putQueryParameter("QueryCondition", queryCondition); } } 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 String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DescribeDiagnosisDimensionsResponse> getResponseClass() { return DescribeDiagnosisDimensionsResponse.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/DescribeDiagnosisDimensionsResponse.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.DescribeDiagnosisDimensionsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDiagnosisDimensionsResponse extends AcsResponse { private String requestId; private List<String> clientIps; private List<String> resourceGroups; private List<String> userNames; private List<String> databases; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<String> getClientIps() { return this.clientIps; } public void setClientIps(List<String> clientIps) { this.clientIps = clientIps; } public List<String> getResourceGroups() { return this.resourceGroups; } public void setResourceGroups(List<String> resourceGroups) { this.resourceGroups = resourceGroups; } public List<String> getUserNames() { return this.userNames; } public void setUserNames(List<String> userNames) { this.userNames = userNames; } public List<String> getDatabases() { return this.databases; } public void setDatabases(List<String> databases) { this.databases = databases; } @Override public DescribeDiagnosisDimensionsResponse getInstance(UnmarshallerContext context) { return DescribeDiagnosisDimensionsResponseUnmarshaller.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/DescribeDiagnosisMonitorPerformanceRequest.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 DescribeDiagnosisMonitorPerformanceRequest extends RpcAcsRequest<DescribeDiagnosisMonitorPerformanceResponse> { private String dBClusterId; private String queryCondition; private String endTime; private String startTime; private String lang; public DescribeDiagnosisMonitorPerformanceRequest() { super("adb", "2019-03-15", "DescribeDiagnosisMonitorPerformance", "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 getQueryCondition() { return this.queryCondition; } public void setQueryCondition(String queryCondition) { this.queryCondition = queryCondition; if(queryCondition != null){ putQueryParameter("QueryCondition", queryCondition); } } 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 String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DescribeDiagnosisMonitorPerformanceResponse> getResponseClass() { return DescribeDiagnosisMonitorPerformanceResponse.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/DescribeDiagnosisMonitorPerformanceResponse.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.DescribeDiagnosisMonitorPerformanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDiagnosisMonitorPerformanceResponse extends AcsResponse { private Integer performancesThreshold; private Boolean performancesTruncated; private String requestId; private List<Items> performances; public Integer getPerformancesThreshold() { return this.performancesThreshold; } public void setPerformancesThreshold(Integer performancesThreshold) { this.performancesThreshold = performancesThreshold; } public Boolean getPerformancesTruncated() { return this.performancesTruncated; } public void setPerformancesTruncated(Boolean performancesTruncated) { this.performancesTruncated = performancesTruncated; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Items> getPerformances() { return this.performances; } public void setPerformances(List<Items> performances) { this.performances = performances; } public static class Items { private String status; private String processId; private Long startTime; private Long cost; private Long scanRows; private Long peakMemory; private String rcHost; private Long scanSize; private String userName; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } 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 Long getCost() { return this.cost; } public void setCost(Long cost) { this.cost = cost; } 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 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 getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } } @Override public DescribeDiagnosisMonitorPerformanceResponse getInstance(UnmarshallerContext context) { return DescribeDiagnosisMonitorPerformanceResponseUnmarshaller.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/DescribeDiagnosisRecordsRequest.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 DescribeDiagnosisRecordsRequest extends RpcAcsRequest<DescribeDiagnosisRecordsResponse> { private String queryCondition; private String startTime; private Integer pageNumber; private String database; private String clientIp; private Integer pageSize; private String keyword; private String lang; private String order; private Long maxScanSize; private String resourceGroup; private String dBClusterId; private String patternId; private String endTime; private Long minPeakMemory; private Long minScanSize; private Long maxPeakMemory; private String userName; public DescribeDiagnosisRecordsRequest() { super("adb", "2019-03-15", "DescribeDiagnosisRecords", "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 Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } 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 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); } } 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 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 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<DescribeDiagnosisRecordsResponse> getResponseClass() { return DescribeDiagnosisRecordsResponse.class; } }