index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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("clickhouse", "2019-11-11", "DeleteDBCluster", "service"); 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DeleteDBClusterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteDBClusterResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DeleteSyndbRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DeleteSyndbRequest extends RpcAcsRequest<DeleteSyndbResponse> { private Long resourceOwnerId; private String synDb; private String resourceOwnerAccount; private String dbClusterId; private String ownerAccount; private Long ownerId; public DeleteSyndbRequest() { super("clickhouse", "2019-11-11", "DeleteSyndb", "service"); 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 getSynDb() { return this.synDb; } public void setSynDb(String synDb) { this.synDb = synDb; if(synDb != null){ putQueryParameter("SynDb", synDb); } } 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<DeleteSyndbResponse> getResponseClass() { return DeleteSyndbResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DeleteSyndbResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DeleteSyndbResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteSyndbResponse extends AcsResponse { private String requestId; private Boolean status; private String errorMsg; private Long errorCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getStatus() { return this.status; } public void setStatus(Boolean status) { this.status = status; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public Long getErrorCode() { return this.errorCode; } public void setErrorCode(Long errorCode) { this.errorCode = errorCode; } @Override public DeleteSyndbResponse getInstance(UnmarshallerContext context) { return DeleteSyndbResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeAccountAuthorityRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeAccountAuthorityRequest extends RpcAcsRequest<DescribeAccountAuthorityResponse> { private Long resourceOwnerId; private String accountName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeAccountAuthorityRequest() { super("clickhouse", "2019-11-11", "DescribeAccountAuthority", "service"); 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 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<DescribeAccountAuthorityResponse> getResponseClass() { return DescribeAccountAuthorityResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeAccountAuthorityResponse.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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeAccountAuthorityResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAccountAuthorityResponse extends AcsResponse { private Boolean ddlAuthority; private String dmlAuthority; private String requestId; private String accountName; private List<String> totalDatabases; private List<String> totalDictionaries; private List<String> allowDictionaries; private List<String> allowDatabases; public Boolean getDdlAuthority() { return this.ddlAuthority; } public void setDdlAuthority(Boolean ddlAuthority) { this.ddlAuthority = ddlAuthority; } public String getDmlAuthority() { return this.dmlAuthority; } public void setDmlAuthority(String dmlAuthority) { this.dmlAuthority = dmlAuthority; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; } public List<String> getTotalDatabases() { return this.totalDatabases; } public void setTotalDatabases(List<String> totalDatabases) { this.totalDatabases = totalDatabases; } public List<String> getTotalDictionaries() { return this.totalDictionaries; } public void setTotalDictionaries(List<String> totalDictionaries) { this.totalDictionaries = totalDictionaries; } public List<String> getAllowDictionaries() { return this.allowDictionaries; } public void setAllowDictionaries(List<String> allowDictionaries) { this.allowDictionaries = allowDictionaries; } public List<String> getAllowDatabases() { return this.allowDatabases; } public void setAllowDatabases(List<String> allowDatabases) { this.allowDatabases = allowDatabases; } @Override public DescribeAccountAuthorityResponse getInstance(UnmarshallerContext context) { return DescribeAccountAuthorityResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeAccountsRequest extends RpcAcsRequest<DescribeAccountsResponse> { private Long resourceOwnerId; private Integer pageNumber; private String accountName; private Integer pageSize; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeAccountsRequest() { super("clickhouse", "2019-11-11", "DescribeAccounts", "service"); 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 getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; if(accountName != null){ putQueryParameter("AccountName", accountName); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeAccountsResponse> getResponseClass() { return DescribeAccountsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeAccountsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAccountsResponse extends AcsResponse { private Integer totalCount; private Integer pageSize; private String requestId; private Integer pageNumber; private List<Account> accounts; 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<Account> getAccounts() { return this.accounts; } public void setAccounts(List<Account> accounts) { this.accounts = accounts; } public static class Account { private String accountStatus; private String accountDescription; private String accountType; private String accountName; private String configType; 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 String getConfigType() { return this.configType; } public void setConfigType(String configType) { this.configType = configType; } } @Override public DescribeAccountsResponse getInstance(UnmarshallerContext context) { return DescribeAccountsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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("clickhouse", "2019-11-11", "DescribeAllDataSource", "service"); 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeAllDataSourcesRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeAllDataSourcesRequest extends RpcAcsRequest<DescribeAllDataSourcesResponse> { private Long resourceOwnerId; private String tableName; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeAllDataSourcesRequest() { super("clickhouse", "2019-11-11", "DescribeAllDataSources", "service"); 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<DescribeAllDataSourcesResponse> getResponseClass() { return DescribeAllDataSourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeAllDataSourcesResponse.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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeAllDataSourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAllDataSourcesResponse 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 DescribeAllDataSourcesResponse getInstance(UnmarshallerContext context) { return DescribeAllDataSourcesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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("clickhouse", "2019-11-11", "DescribeBackupPolicy", "service"); 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeBackupPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeBackupPolicyResponse extends AcsResponse { private String preferredBackupPeriod; private String _switch; private String requestId; private String preferredBackupTime; private Integer backupRetentionPeriod; private String backupSize; public String getPreferredBackupPeriod() { return this.preferredBackupPeriod; } public void setPreferredBackupPeriod(String preferredBackupPeriod) { this.preferredBackupPeriod = preferredBackupPeriod; } public String get_Switch() { return this._switch; } public void set_Switch(String _switch) { this._switch = _switch; } 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 Integer getBackupRetentionPeriod() { return this.backupRetentionPeriod; } public void setBackupRetentionPeriod(Integer backupRetentionPeriod) { this.backupRetentionPeriod = backupRetentionPeriod; } public String getBackupSize() { return this.backupSize; } public void setBackupSize(String backupSize) { this.backupSize = backupSize; } @Override public DescribeBackupPolicyResponse getInstance(UnmarshallerContext context) { return DescribeBackupPolicyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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 resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String backupId; private String endTime; private Long ownerId; public DescribeBackupsRequest() { super("clickhouse", "2019-11-11", "DescribeBackups", "service"); 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 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.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 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 List<Backup> getItems() { return this.items; } public void setItems(List<Backup> items) { this.items = items; } public static class Backup { private String dBClusterId; private String backupStatus; private String backupType; private String backupStartTime; private Long backupSize; private String backupEndTime; private String backupSetInfo; private String backupId; private String backupMethod; private String expireDate; public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getBackupStatus() { return this.backupStatus; } public void setBackupStatus(String backupStatus) { this.backupStatus = backupStatus; } 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 getBackupSetInfo() { return this.backupSetInfo; } public void setBackupSetInfo(String backupSetInfo) { this.backupSetInfo = backupSetInfo; } 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; } public String getExpireDate() { return this.expireDate; } public void setExpireDate(String expireDate) { this.expireDate = expireDate; } } @Override public DescribeBackupsResponse getInstance(UnmarshallerContext context) { return DescribeBackupsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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("clickhouse", "2019-11-11", "DescribeColumns", "service"); 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeConfigHistoryRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeConfigHistoryRequest extends RpcAcsRequest<DescribeConfigHistoryResponse> { private String startTime; private String dBClusterId; private String endTime; public DescribeConfigHistoryRequest() { super("clickhouse", "2019-11-11", "DescribeConfigHistory", "service"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } @Override public Class<DescribeConfigHistoryResponse> getResponseClass() { return DescribeConfigHistoryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeConfigHistoryResponse.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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeConfigHistoryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeConfigHistoryResponse extends AcsResponse { private String requestId; private List<ConfigHistoryItem> configHistoryItems; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ConfigHistoryItem> getConfigHistoryItems() { return this.configHistoryItems; } public void setConfigHistoryItems(List<ConfigHistoryItem> configHistoryItems) { this.configHistoryItems = configHistoryItems; } public static class ConfigHistoryItem { private String time; private String ownerId; private String reason; private Boolean success; private String changeId; public String getTime() { return this.time; } public void setTime(String time) { this.time = time; } public String getOwnerId() { return this.ownerId; } public void setOwnerId(String ownerId) { this.ownerId = ownerId; } public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getChangeId() { return this.changeId; } public void setChangeId(String changeId) { this.changeId = changeId; } } @Override public DescribeConfigHistoryResponse getInstance(UnmarshallerContext context) { return DescribeConfigHistoryResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeConfigVersionDifferenceRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeConfigVersionDifferenceRequest extends RpcAcsRequest<DescribeConfigVersionDifferenceResponse> { private String dBClusterId; private String changeId; public DescribeConfigVersionDifferenceRequest() { super("clickhouse", "2019-11-11", "DescribeConfigVersionDifference", "service"); setMethod(MethodType.GET); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getChangeId() { return this.changeId; } public void setChangeId(String changeId) { this.changeId = changeId; if(changeId != null){ putQueryParameter("ChangeId", changeId); } } @Override public Class<DescribeConfigVersionDifferenceResponse> getResponseClass() { return DescribeConfigVersionDifferenceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeConfigVersionDifferenceResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeConfigVersionDifferenceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeConfigVersionDifferenceResponse extends AcsResponse { private String requestId; private String oldConfigXML; private String newConfigXML; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getOldConfigXML() { return this.oldConfigXML; } public void setOldConfigXML(String oldConfigXML) { this.oldConfigXML = oldConfigXML; } public String getNewConfigXML() { return this.newConfigXML; } public void setNewConfigXML(String newConfigXML) { this.newConfigXML = newConfigXML; } @Override public DescribeConfigVersionDifferenceResponse getInstance(UnmarshallerContext context) { return DescribeConfigVersionDifferenceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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("clickhouse", "2019-11-11", "DescribeDBClusterAccessWhiteList", "service"); 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeDBClusterAccessWhiteListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterAccessWhiteListResponse extends AcsResponse { private String requestId; private List<IPArray> dBClusterAccessWhiteList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<IPArray> getDBClusterAccessWhiteList() { return this.dBClusterAccessWhiteList; } public void setDBClusterAccessWhiteList(List<IPArray> dBClusterAccessWhiteList) { this.dBClusterAccessWhiteList = dBClusterAccessWhiteList; } 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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("clickhouse", "2019-11-11", "DescribeDBClusterAttribute", "service"); 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeDBClusterAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterAttributeResponse extends AcsResponse { private String requestId; private DBCluster dBCluster; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public DBCluster getDBCluster() { return this.dBCluster; } public void setDBCluster(DBCluster dBCluster) { this.dBCluster = dBCluster; } public static class DBCluster { private String vpcId; private Integer supportBackup; private Integer supportOss; private String encryptionType; private Long dBNodeCount; private String maintainTime; private String createTime; private String payType; private String publicConnectionString; private String storageType; private Integer port; private String lockMode; private String bid; private String engineVersion; private String isExpired; private String vpcCloudInstanceId; private String dBClusterId; private String connectionString; private String encryptionKey; private String dBClusterType; private String commodityCode; private String expireTime; private Long dBNodeStorage; private String dBNodeClass; private String aliUid; private String lockReason; private String regionId; private String publicPort; private String vSwitchId; private String dBClusterStatus; private String dBClusterNetworkType; private String dBClusterDescription; private String zoneId; private String category; private String engine; private Boolean supportMysqlPort; private Boolean supportHttpsPort; private String controlVersion; private String publicIpAddr; private String vpcIpAddr; private String engineMinorVersion; private String engineLatestMinorVersion; private Boolean maintainAutoType; private String extStorageType; private Integer extStorageSize; private String resourceGroupId; private String zookeeperClass; private String appointmentRestartTime; private Map<Object,Object> zoneIdVswitchMap; private Map<Object,Object> availableUpgradeMajorVersion; private String appointmentRestartNodeTime; private String appointmentRestartNodeList; private String appointmentElectZookeeperTime; private Boolean appointmentElectZookeeperDisableWrite; private List<Tag> tags; private ScaleOutStatus scaleOutStatus; public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public Integer getSupportBackup() { return this.supportBackup; } public void setSupportBackup(Integer supportBackup) { this.supportBackup = supportBackup; } public Integer getSupportOss() { return this.supportOss; } public void setSupportOss(Integer supportOss) { this.supportOss = supportOss; } public String getEncryptionType() { return this.encryptionType; } public void setEncryptionType(String encryptionType) { this.encryptionType = encryptionType; } public Long getDBNodeCount() { return this.dBNodeCount; } public void setDBNodeCount(Long dBNodeCount) { this.dBNodeCount = dBNodeCount; } public String getMaintainTime() { return this.maintainTime; } public void setMaintainTime(String maintainTime) { this.maintainTime = maintainTime; } 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 getPublicConnectionString() { return this.publicConnectionString; } public void setPublicConnectionString(String publicConnectionString) { this.publicConnectionString = publicConnectionString; } public String getStorageType() { return this.storageType; } public void setStorageType(String storageType) { this.storageType = storageType; } 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 getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; } public String getEngineVersion() { return this.engineVersion; } public void setEngineVersion(String engineVersion) { this.engineVersion = engineVersion; } public String getIsExpired() { return this.isExpired; } public void setIsExpired(String isExpired) { this.isExpired = isExpired; } public String getVpcCloudInstanceId() { return this.vpcCloudInstanceId; } public void setVpcCloudInstanceId(String vpcCloudInstanceId) { this.vpcCloudInstanceId = vpcCloudInstanceId; } 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 getEncryptionKey() { return this.encryptionKey; } public void setEncryptionKey(String encryptionKey) { this.encryptionKey = encryptionKey; } 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 getAliUid() { return this.aliUid; } public void setAliUid(String aliUid) { this.aliUid = aliUid; } public String getLockReason() { return this.lockReason; } public void setLockReason(String lockReason) { this.lockReason = lockReason; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getPublicPort() { return this.publicPort; } public void setPublicPort(String publicPort) { this.publicPort = publicPort; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getDBClusterStatus() { return this.dBClusterStatus; } public void setDBClusterStatus(String dBClusterStatus) { this.dBClusterStatus = dBClusterStatus; } 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 Boolean getSupportMysqlPort() { return this.supportMysqlPort; } public void setSupportMysqlPort(Boolean supportMysqlPort) { this.supportMysqlPort = supportMysqlPort; } public Boolean getSupportHttpsPort() { return this.supportHttpsPort; } public void setSupportHttpsPort(Boolean supportHttpsPort) { this.supportHttpsPort = supportHttpsPort; } public String getControlVersion() { return this.controlVersion; } public void setControlVersion(String controlVersion) { this.controlVersion = controlVersion; } public String getPublicIpAddr() { return this.publicIpAddr; } public void setPublicIpAddr(String publicIpAddr) { this.publicIpAddr = publicIpAddr; } public String getVpcIpAddr() { return this.vpcIpAddr; } public void setVpcIpAddr(String vpcIpAddr) { this.vpcIpAddr = vpcIpAddr; } public String getEngineMinorVersion() { return this.engineMinorVersion; } public void setEngineMinorVersion(String engineMinorVersion) { this.engineMinorVersion = engineMinorVersion; } public String getEngineLatestMinorVersion() { return this.engineLatestMinorVersion; } public void setEngineLatestMinorVersion(String engineLatestMinorVersion) { this.engineLatestMinorVersion = engineLatestMinorVersion; } public Boolean getMaintainAutoType() { return this.maintainAutoType; } public void setMaintainAutoType(Boolean maintainAutoType) { this.maintainAutoType = maintainAutoType; } public String getExtStorageType() { return this.extStorageType; } public void setExtStorageType(String extStorageType) { this.extStorageType = extStorageType; } public Integer getExtStorageSize() { return this.extStorageSize; } public void setExtStorageSize(Integer extStorageSize) { this.extStorageSize = extStorageSize; } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; } public String getZookeeperClass() { return this.zookeeperClass; } public void setZookeeperClass(String zookeeperClass) { this.zookeeperClass = zookeeperClass; } public String getAppointmentRestartTime() { return this.appointmentRestartTime; } public void setAppointmentRestartTime(String appointmentRestartTime) { this.appointmentRestartTime = appointmentRestartTime; } public Map<Object,Object> getZoneIdVswitchMap() { return this.zoneIdVswitchMap; } public void setZoneIdVswitchMap(Map<Object,Object> zoneIdVswitchMap) { this.zoneIdVswitchMap = zoneIdVswitchMap; } public Map<Object,Object> getAvailableUpgradeMajorVersion() { return this.availableUpgradeMajorVersion; } public void setAvailableUpgradeMajorVersion(Map<Object,Object> availableUpgradeMajorVersion) { this.availableUpgradeMajorVersion = availableUpgradeMajorVersion; } public String getAppointmentRestartNodeTime() { return this.appointmentRestartNodeTime; } public void setAppointmentRestartNodeTime(String appointmentRestartNodeTime) { this.appointmentRestartNodeTime = appointmentRestartNodeTime; } public String getAppointmentRestartNodeList() { return this.appointmentRestartNodeList; } public void setAppointmentRestartNodeList(String appointmentRestartNodeList) { this.appointmentRestartNodeList = appointmentRestartNodeList; } public String getAppointmentElectZookeeperTime() { return this.appointmentElectZookeeperTime; } public void setAppointmentElectZookeeperTime(String appointmentElectZookeeperTime) { this.appointmentElectZookeeperTime = appointmentElectZookeeperTime; } public Boolean getAppointmentElectZookeeperDisableWrite() { return this.appointmentElectZookeeperDisableWrite; } public void setAppointmentElectZookeeperDisableWrite(Boolean appointmentElectZookeeperDisableWrite) { this.appointmentElectZookeeperDisableWrite = appointmentElectZookeeperDisableWrite; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public ScaleOutStatus getScaleOutStatus() { return this.scaleOutStatus; } public void setScaleOutStatus(ScaleOutStatus scaleOutStatus) { this.scaleOutStatus = scaleOutStatus; } 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 ScaleOutStatus { private String progress; private String ratio; public String getProgress() { return this.progress; } public void setProgress(String progress) { this.progress = progress; } public String getRatio() { return this.ratio; } public void setRatio(String ratio) { this.ratio = ratio; } } } @Override public DescribeDBClusterAttributeResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBClusterConfigInXMLRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeDBClusterConfigInXMLRequest extends RpcAcsRequest<DescribeDBClusterConfigInXMLResponse> { private String dBClusterId; public DescribeDBClusterConfigInXMLRequest() { super("clickhouse", "2019-11-11", "DescribeDBClusterConfigInXML", "service"); 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<DescribeDBClusterConfigInXMLResponse> getResponseClass() { return DescribeDBClusterConfigInXMLResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBClusterConfigInXMLResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeDBClusterConfigInXMLResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterConfigInXMLResponse extends AcsResponse { private String requestId; private String config; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; } @Override public DescribeDBClusterConfigInXMLResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterConfigInXMLResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBClusterConfigRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeDBClusterConfigRequest extends RpcAcsRequest<DescribeDBClusterConfigResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBClusterConfigRequest() { super("clickhouse", "2019-11-11", "DescribeDBClusterConfig", "service"); 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<DescribeDBClusterConfigResponse> getResponseClass() { return DescribeDBClusterConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBClusterConfigResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeDBClusterConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterConfigResponse extends AcsResponse { private String requestId; private String config; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; } @Override public DescribeDBClusterConfigResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBClusterNetInfoItemsRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeDBClusterNetInfoItemsRequest extends RpcAcsRequest<DescribeDBClusterNetInfoItemsResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBClusterNetInfoItemsRequest() { super("clickhouse", "2019-11-11", "DescribeDBClusterNetInfoItems", "service"); 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<DescribeDBClusterNetInfoItemsResponse> getResponseClass() { return DescribeDBClusterNetInfoItemsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBClusterNetInfoItemsResponse.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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeDBClusterNetInfoItemsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBClusterNetInfoItemsResponse extends AcsResponse { private String clusterNetworkType; private String requestId; private Boolean enableSLB; private List<NetInfoItem> netInfoItems; 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 Boolean getEnableSLB() { return this.enableSLB; } public void setEnableSLB(Boolean enableSLB) { this.enableSLB = enableSLB; } public List<NetInfoItem> getNetInfoItems() { return this.netInfoItems; } public void setNetInfoItems(List<NetInfoItem> netInfoItems) { this.netInfoItems = netInfoItems; } public static class NetInfoItem { private String vpcId; private String vSwitchId; private String connectionString; private String jdbcPort; private String netType; private String httpPort; private String iPAddress; private String httpsPort; private String mySQLPort; public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } 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 getJdbcPort() { return this.jdbcPort; } public void setJdbcPort(String jdbcPort) { this.jdbcPort = jdbcPort; } public String getNetType() { return this.netType; } public void setNetType(String netType) { this.netType = netType; } public String getHttpPort() { return this.httpPort; } public void setHttpPort(String httpPort) { this.httpPort = httpPort; } public String getIPAddress() { return this.iPAddress; } public void setIPAddress(String iPAddress) { this.iPAddress = iPAddress; } public String getHttpsPort() { return this.httpsPort; } public void setHttpsPort(String httpsPort) { this.httpsPort = httpsPort; } public String getMySQLPort() { return this.mySQLPort; } public void setMySQLPort(String mySQLPort) { this.mySQLPort = mySQLPort; } } @Override public DescribeDBClusterNetInfoItemsResponse getInstance(UnmarshallerContext context) { return DescribeDBClusterNetInfoItemsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeDBClusterPerformanceRequest extends RpcAcsRequest<DescribeDBClusterPerformanceResponse> { private Long resourceOwnerId; private String startTime; private String key; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; public DescribeDBClusterPerformanceRequest() { super("clickhouse", "2019-11-11", "DescribeDBClusterPerformance", "service"); 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 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.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 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 String name; 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 String getName() { return this.name; } public void setName(String name) { this.name = name; } public List<SeriesItem> getSeries() { return this.series; } public void setSeries(List<SeriesItem> series) { this.series = series; } public static class SeriesItem { private String name; private List<ValueItem> values; public String getName() { return this.name; } public void setName(String name) { this.name = name; } public List<ValueItem> getValues() { return this.values; } public void setValues(List<ValueItem> values) { this.values = values; } public static class ValueItem { private List<String> point; public List<String> getPoint() { return this.point; } public void setPoint(List<String> point) { this.point = point; } } } } @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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.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 dBClusterIds; public DescribeDBClustersRequest() { super("clickhouse", "2019-11-11", "DescribeDBClusters", "service"); 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 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-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.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> dBClusters; 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> getDBClusters() { return this.dBClusters; } public void setDBClusters(List<DBCluster> dBClusters) { this.dBClusters = dBClusters; } public static class DBCluster { private String vpcId; private Long dBNodeCount; private String createTime; private String payType; private String storageType; private Integer port; private String lockMode; private String bid; private String isExpired; private String vpcCloudInstanceId; private String scaleOutDisableWriteWindows; private String dBClusterId; private String connectionString; private String commodityCode; private String expireTime; private Long dBNodeStorage; private String dBNodeClass; private String aliUid; private String lockReason; private String regionId; private String vSwitchId; private String dBClusterStatus; private String dBClusterDescription; private String dBClusterNetworkType; private String zoneId; private String category; private String controlVersion; private String extStorageType; private Integer extStorageSize; private String resourceGroupId; private String dbVersion; private List<Tag> tags; private ScaleOutStatus scaleOutStatus; public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public Long getDBNodeCount() { return this.dBNodeCount; } public void setDBNodeCount(Long dBNodeCount) { this.dBNodeCount = dBNodeCount; } 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 getStorageType() { return this.storageType; } public void setStorageType(String storageType) { this.storageType = storageType; } 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 getBid() { return this.bid; } public void setBid(String bid) { this.bid = bid; } public String getIsExpired() { return this.isExpired; } public void setIsExpired(String isExpired) { this.isExpired = isExpired; } public String getVpcCloudInstanceId() { return this.vpcCloudInstanceId; } public void setVpcCloudInstanceId(String vpcCloudInstanceId) { this.vpcCloudInstanceId = vpcCloudInstanceId; } public String getScaleOutDisableWriteWindows() { return this.scaleOutDisableWriteWindows; } public void setScaleOutDisableWriteWindows(String scaleOutDisableWriteWindows) { this.scaleOutDisableWriteWindows = scaleOutDisableWriteWindows; } 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 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 getAliUid() { return this.aliUid; } public void setAliUid(String aliUid) { this.aliUid = aliUid; } public String getLockReason() { return this.lockReason; } public void setLockReason(String lockReason) { this.lockReason = lockReason; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getDBClusterStatus() { return this.dBClusterStatus; } public void setDBClusterStatus(String dBClusterStatus) { this.dBClusterStatus = dBClusterStatus; } public String getDBClusterDescription() { return this.dBClusterDescription; } public void setDBClusterDescription(String dBClusterDescription) { this.dBClusterDescription = dBClusterDescription; } public String getDBClusterNetworkType() { return this.dBClusterNetworkType; } public void setDBClusterNetworkType(String dBClusterNetworkType) { this.dBClusterNetworkType = dBClusterNetworkType; } 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 getControlVersion() { return this.controlVersion; } public void setControlVersion(String controlVersion) { this.controlVersion = controlVersion; } public String getExtStorageType() { return this.extStorageType; } public void setExtStorageType(String extStorageType) { this.extStorageType = extStorageType; } public Integer getExtStorageSize() { return this.extStorageSize; } public void setExtStorageSize(Integer extStorageSize) { this.extStorageSize = extStorageSize; } public String getResourceGroupId() { return this.resourceGroupId; } public void setResourceGroupId(String resourceGroupId) { this.resourceGroupId = resourceGroupId; } public String getDbVersion() { return this.dbVersion; } public void setDbVersion(String dbVersion) { this.dbVersion = dbVersion; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public ScaleOutStatus getScaleOutStatus() { return this.scaleOutStatus; } public void setScaleOutStatus(ScaleOutStatus scaleOutStatus) { this.scaleOutStatus = scaleOutStatus; } 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 ScaleOutStatus { private String progress; private String ratio; public String getProgress() { return this.progress; } public void setProgress(String progress) { this.progress = progress; } public String getRatio() { return this.ratio; } public void setRatio(String ratio) { this.ratio = ratio; } } } @Override public DescribeDBClustersResponse getInstance(UnmarshallerContext context) { return DescribeDBClustersResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBConfigRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeDBConfigRequest extends RpcAcsRequest<DescribeDBConfigResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeDBConfigRequest() { super("clickhouse", "2019-11-11", "DescribeDBConfig", "service"); 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<DescribeDBConfigResponse> getResponseClass() { return DescribeDBConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeDBConfigResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeDBConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDBConfigResponse extends AcsResponse { private String requestId; private String config; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; } @Override public DescribeDBConfigResponse getInstance(UnmarshallerContext context) { return DescribeDBConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeOSSStorageRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeOSSStorageRequest extends RpcAcsRequest<DescribeOSSStorageResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeOSSStorageRequest() { super("clickhouse", "2019-11-11", "DescribeOSSStorage", "service"); 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<DescribeOSSStorageResponse> getResponseClass() { return DescribeOSSStorageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeOSSStorageResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeOSSStorageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeOSSStorageResponse extends AcsResponse { private String policy; private String requestId; private String state; private Boolean coldStorage; private String storageUsage; public String getPolicy() { return this.policy; } public void setPolicy(String policy) { this.policy = policy; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getState() { return this.state; } public void setState(String state) { this.state = state; } public Boolean getColdStorage() { return this.coldStorage; } public void setColdStorage(Boolean coldStorage) { this.coldStorage = coldStorage; } public String getStorageUsage() { return this.storageUsage; } public void setStorageUsage(String storageUsage) { this.storageUsage = storageUsage; } @Override public DescribeOSSStorageResponse getInstance(UnmarshallerContext context) { return DescribeOSSStorageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeProcessListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeProcessListRequest extends RpcAcsRequest<DescribeProcessListResponse> { private Long resourceOwnerId; private String initialQueryId; private Integer queryDurationMs; private Integer pageNumber; private Integer pageSize; private String initialUser; private String keyword; private String order; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeProcessListRequest() { super("clickhouse", "2019-11-11", "DescribeProcessList", "service"); 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 getInitialQueryId() { return this.initialQueryId; } public void setInitialQueryId(String initialQueryId) { this.initialQueryId = initialQueryId; if(initialQueryId != null){ putQueryParameter("InitialQueryId", initialQueryId); } } public Integer getQueryDurationMs() { return this.queryDurationMs; } public void setQueryDurationMs(Integer queryDurationMs) { this.queryDurationMs = queryDurationMs; if(queryDurationMs != null){ putQueryParameter("QueryDurationMs", queryDurationMs.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getInitialUser() { return this.initialUser; } public void setInitialUser(String initialUser) { this.initialUser = initialUser; if(initialUser != null){ putQueryParameter("InitialUser", initialUser); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getOrder() { return this.order; } public void setOrder(String order) { this.order = order; if(order != null){ putQueryParameter("Order", order); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeProcessListResponse> getResponseClass() { return DescribeProcessListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeProcessListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeProcessListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeProcessListResponse extends AcsResponse { private String requestId; private ProcessList processList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public ProcessList getProcessList() { return this.processList; } public void setProcessList(ProcessList processList) { this.processList = processList; } public static class ProcessList { private String rows; private String rowsBeforeLimitAtLeast; private List<ResultSet> tableSchema; private List<ResultSet1> data; private Statistics statistics; public String getRows() { return this.rows; } public void setRows(String rows) { this.rows = rows; } public String getRowsBeforeLimitAtLeast() { return this.rowsBeforeLimitAtLeast; } public void setRowsBeforeLimitAtLeast(String rowsBeforeLimitAtLeast) { this.rowsBeforeLimitAtLeast = rowsBeforeLimitAtLeast; } public List<ResultSet> getTableSchema() { return this.tableSchema; } public void setTableSchema(List<ResultSet> tableSchema) { this.tableSchema = tableSchema; } public List<ResultSet1> getData() { return this.data; } public void setData(List<ResultSet1> data) { this.data = data; } public Statistics getStatistics() { return this.statistics; } public void setStatistics(Statistics statistics) { this.statistics = statistics; } public static class ResultSet { private String type; private String name; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } public static class ResultSet1 { private String queryStartTime; private String query; private String initialAddress; private String initialQueryId; private String initialUser; private String queryDurationMs; public String getQueryStartTime() { return this.queryStartTime; } public void setQueryStartTime(String queryStartTime) { this.queryStartTime = queryStartTime; } public String getQuery() { return this.query; } public void setQuery(String query) { this.query = query; } public String getInitialAddress() { return this.initialAddress; } public void setInitialAddress(String initialAddress) { this.initialAddress = initialAddress; } public String getInitialQueryId() { return this.initialQueryId; } public void setInitialQueryId(String initialQueryId) { this.initialQueryId = initialQueryId; } public String getInitialUser() { return this.initialUser; } public void setInitialUser(String initialUser) { this.initialUser = initialUser; } public String getQueryDurationMs() { return this.queryDurationMs; } public void setQueryDurationMs(String queryDurationMs) { this.queryDurationMs = queryDurationMs; } } public static class Statistics { private Integer rowsRead; private Float elapsedTime; private Integer bytesRead; public Integer getRowsRead() { return this.rowsRead; } public void setRowsRead(Integer rowsRead) { this.rowsRead = rowsRead; } public Float getElapsedTime() { return this.elapsedTime; } public void setElapsedTime(Float elapsedTime) { this.elapsedTime = elapsedTime; } public Integer getBytesRead() { return this.bytesRead; } public void setBytesRead(Integer bytesRead) { this.bytesRead = bytesRead; } } } @Override public DescribeProcessListResponse getInstance(UnmarshallerContext context) { return DescribeProcessListResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeRegionsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeRegionsRequest extends RpcAcsRequest<DescribeRegionsResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public DescribeRegionsRequest() { super("clickhouse", "2019-11-11", "DescribeRegions", "service"); 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<DescribeRegionsResponse> getResponseClass() { return DescribeRegionsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeRegionsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeRegionsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeRegionsResponse extends AcsResponse { private String requestId; private List<Region> regions; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Region> getRegions() { return this.regions; } public void setRegions(List<Region> regions) { this.regions = regions; } public static class Region { private String regionId; private List<Zone> zones; public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public List<Zone> getZones() { return this.zones; } public void setZones(List<Zone> zones) { this.zones = zones; } public static class Zone { private String zoneId; private Boolean vpcEnabled; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public Boolean getVpcEnabled() { return this.vpcEnabled; } public void setVpcEnabled(Boolean vpcEnabled) { this.vpcEnabled = vpcEnabled; } } } @Override public DescribeRegionsResponse getInstance(UnmarshallerContext context) { return DescribeRegionsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSchemasRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeSchemasRequest extends RpcAcsRequest<DescribeSchemasResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeSchemasRequest() { super("clickhouse", "2019-11-11", "DescribeSchemas", "service"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeSchemasResponse> getResponseClass() { return DescribeSchemasResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSchemasResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeSchemasResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSchemasResponse extends AcsResponse { private String requestId; private List<Schema> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Schema> getItems() { return this.items; } public void setItems(List<Schema> items) { this.items = items; } public static class Schema { private String dBClusterId; private String schemaName; public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } } @Override public DescribeSchemasResponse getInstance(UnmarshallerContext context) { return DescribeSchemasResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSlowLogRecordsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeSlowLogRecordsRequest extends RpcAcsRequest<DescribeSlowLogRecordsResponse> { private Long resourceOwnerId; private Integer queryDurationMs; private String startTime; private Integer pageNumber; private Integer pageSize; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String endTime; private Long ownerId; public DescribeSlowLogRecordsRequest() { super("clickhouse", "2019-11-11", "DescribeSlowLogRecords", "service"); 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 getQueryDurationMs() { return this.queryDurationMs; } public void setQueryDurationMs(Integer queryDurationMs) { this.queryDurationMs = queryDurationMs; if(queryDurationMs != null){ putQueryParameter("QueryDurationMs", queryDurationMs.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 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<DescribeSlowLogRecordsResponse> getResponseClass() { return DescribeSlowLogRecordsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSlowLogRecordsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeSlowLogRecordsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSlowLogRecordsResponse extends AcsResponse { private String requestId; private SlowLogRecords slowLogRecords; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public SlowLogRecords getSlowLogRecords() { return this.slowLogRecords; } public void setSlowLogRecords(SlowLogRecords slowLogRecords) { this.slowLogRecords = slowLogRecords; } public static class SlowLogRecords { private String rows; private String rowsBeforeLimitAtLeast; private List<ResultSet> tableSchema; private List<ResultSet1> data; private Statistics statistics; public String getRows() { return this.rows; } public void setRows(String rows) { this.rows = rows; } public String getRowsBeforeLimitAtLeast() { return this.rowsBeforeLimitAtLeast; } public void setRowsBeforeLimitAtLeast(String rowsBeforeLimitAtLeast) { this.rowsBeforeLimitAtLeast = rowsBeforeLimitAtLeast; } public List<ResultSet> getTableSchema() { return this.tableSchema; } public void setTableSchema(List<ResultSet> tableSchema) { this.tableSchema = tableSchema; } public List<ResultSet1> getData() { return this.data; } public void setData(List<ResultSet1> data) { this.data = data; } public Statistics getStatistics() { return this.statistics; } public void setStatistics(Statistics statistics) { this.statistics = statistics; } public static class ResultSet { private String type; private String name; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } public static class ResultSet1 { private String type; private String queryStartTime; private String query; private String readRows; private String initialAddress; private String memoryUsage; private String initialUser; private String initialQueryId; private String readBytes; private String queryDurationMs; private String resultBytes; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getQueryStartTime() { return this.queryStartTime; } public void setQueryStartTime(String queryStartTime) { this.queryStartTime = queryStartTime; } public String getQuery() { return this.query; } public void setQuery(String query) { this.query = query; } public String getReadRows() { return this.readRows; } public void setReadRows(String readRows) { this.readRows = readRows; } public String getInitialAddress() { return this.initialAddress; } public void setInitialAddress(String initialAddress) { this.initialAddress = initialAddress; } public String getMemoryUsage() { return this.memoryUsage; } public void setMemoryUsage(String memoryUsage) { this.memoryUsage = memoryUsage; } public String getInitialUser() { return this.initialUser; } public void setInitialUser(String initialUser) { this.initialUser = initialUser; } public String getInitialQueryId() { return this.initialQueryId; } public void setInitialQueryId(String initialQueryId) { this.initialQueryId = initialQueryId; } public String getReadBytes() { return this.readBytes; } public void setReadBytes(String readBytes) { this.readBytes = readBytes; } public String getQueryDurationMs() { return this.queryDurationMs; } public void setQueryDurationMs(String queryDurationMs) { this.queryDurationMs = queryDurationMs; } public String getResultBytes() { return this.resultBytes; } public void setResultBytes(String resultBytes) { this.resultBytes = resultBytes; } } public static class Statistics { private Integer rowsRead; private Float elapsedTime; private Integer bytesRead; public Integer getRowsRead() { return this.rowsRead; } public void setRowsRead(Integer rowsRead) { this.rowsRead = rowsRead; } public Float getElapsedTime() { return this.elapsedTime; } public void setElapsedTime(Float elapsedTime) { this.elapsedTime = elapsedTime; } public Integer getBytesRead() { return this.bytesRead; } public void setBytesRead(Integer bytesRead) { this.bytesRead = bytesRead; } } } @Override public DescribeSlowLogRecordsResponse getInstance(UnmarshallerContext context) { return DescribeSlowLogRecordsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSynDbTablesRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeSynDbTablesRequest extends RpcAcsRequest<DescribeSynDbTablesResponse> { private Long resourceOwnerId; private String synDb; private String resourceOwnerAccount; private String dbClusterId; private String ownerAccount; private Long ownerId; public DescribeSynDbTablesRequest() { super("clickhouse", "2019-11-11", "DescribeSynDbTables", "service"); 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 getSynDb() { return this.synDb; } public void setSynDb(String synDb) { this.synDb = synDb; if(synDb != null){ putQueryParameter("SynDb", synDb); } } 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<DescribeSynDbTablesResponse> getResponseClass() { return DescribeSynDbTablesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSynDbTablesResponse.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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeSynDbTablesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSynDbTablesResponse extends AcsResponse { private String requestId; private List<String> tables; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<String> getTables() { return this.tables; } public void setTables(List<String> tables) { this.tables = tables; } @Override public DescribeSynDbTablesResponse getInstance(UnmarshallerContext context) { return DescribeSynDbTablesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSynDbsRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeSynDbsRequest extends RpcAcsRequest<DescribeSynDbsResponse> { private Long resourceOwnerId; private Integer pageNumber; private Integer pageSize; private String resourceOwnerAccount; private String dbClusterId; private String ownerAccount; private Long ownerId; public DescribeSynDbsRequest() { super("clickhouse", "2019-11-11", "DescribeSynDbs", "service"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public 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<DescribeSynDbsResponse> getResponseClass() { return DescribeSynDbsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeSynDbsResponse.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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeSynDbsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeSynDbsResponse extends AcsResponse { private String requestId; private Integer totalCount; private Integer pageSize; private Integer pageNumber; private List<SynDb> synDbs; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public List<SynDb> getSynDbs() { return this.synDbs; } public void setSynDbs(List<SynDb> synDbs) { this.synDbs = synDbs; } public static class SynDb { private String rdsId; private String synDb; private Boolean synStatus; private String errorMsg; private String rdsUserName; private String rdsPassword; private String rdsVpcUrl; public String getRdsId() { return this.rdsId; } public void setRdsId(String rdsId) { this.rdsId = rdsId; } public String getSynDb() { return this.synDb; } public void setSynDb(String synDb) { this.synDb = synDb; } public Boolean getSynStatus() { return this.synStatus; } public void setSynStatus(Boolean synStatus) { this.synStatus = synStatus; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public String getRdsUserName() { return this.rdsUserName; } public void setRdsUserName(String rdsUserName) { this.rdsUserName = rdsUserName; } public String getRdsPassword() { return this.rdsPassword; } public void setRdsPassword(String rdsPassword) { this.rdsPassword = rdsPassword; } public String getRdsVpcUrl() { return this.rdsVpcUrl; } public void setRdsVpcUrl(String rdsVpcUrl) { this.rdsVpcUrl = rdsVpcUrl; } } @Override public DescribeSynDbsResponse getInstance(UnmarshallerContext context) { return DescribeSynDbsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeTablesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeTablesRequest extends RpcAcsRequest<DescribeTablesResponse> { private Long resourceOwnerId; private String schemaName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeTablesRequest() { super("clickhouse", "2019-11-11", "DescribeTables", "service"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; if(schemaName != null){ putQueryParameter("SchemaName", schemaName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DescribeTablesResponse> getResponseClass() { return DescribeTablesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeTablesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeTablesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTablesResponse extends AcsResponse { private String requestId; private List<Table> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Table> getItems() { return this.items; } public void setItems(List<Table> items) { this.items = items; } public static class Table { private String tableName; private String dBClusterId; private String schemaName; public String getTableName() { return this.tableName; } public void setTableName(String tableName) { this.tableName = tableName; } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; } public String getSchemaName() { return this.schemaName; } public void setSchemaName(String schemaName) { this.schemaName = schemaName; } } @Override public DescribeTablesResponse getInstance(UnmarshallerContext context) { return DescribeTablesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeTransferHistoryRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class DescribeTransferHistoryRequest extends RpcAcsRequest<DescribeTransferHistoryResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public DescribeTransferHistoryRequest() { super("clickhouse", "2019-11-11", "DescribeTransferHistory", "service"); 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<DescribeTransferHistoryResponse> getResponseClass() { return DescribeTransferHistoryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/DescribeTransferHistoryResponse.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.clickhouse.model.v20191111; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.DescribeTransferHistoryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeTransferHistoryResponse extends AcsResponse { private String requestId; private List<HistoryDetail> historyDetails; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<HistoryDetail> getHistoryDetails() { return this.historyDetails; } public void setHistoryDetails(List<HistoryDetail> historyDetails) { this.historyDetails = historyDetails; } public static class HistoryDetail { private String sourceDBCluster; private String sourceControlVersion; private String targetDBCluster; private String targetControlVersion; private String status; private String progress; private String disableWriteWindows; private Long unsyncedBytes; private Long unsyncedParts; private Double partsPerMinute; private Long bytesPerMinute; private String subJob; private String subJobStatus; public String getSourceDBCluster() { return this.sourceDBCluster; } public void setSourceDBCluster(String sourceDBCluster) { this.sourceDBCluster = sourceDBCluster; } public String getSourceControlVersion() { return this.sourceControlVersion; } public void setSourceControlVersion(String sourceControlVersion) { this.sourceControlVersion = sourceControlVersion; } public String getTargetDBCluster() { return this.targetDBCluster; } public void setTargetDBCluster(String targetDBCluster) { this.targetDBCluster = targetDBCluster; } public String getTargetControlVersion() { return this.targetControlVersion; } public void setTargetControlVersion(String targetControlVersion) { this.targetControlVersion = targetControlVersion; } 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 String getDisableWriteWindows() { return this.disableWriteWindows; } public void setDisableWriteWindows(String disableWriteWindows) { this.disableWriteWindows = disableWriteWindows; } public Long getUnsyncedBytes() { return this.unsyncedBytes; } public void setUnsyncedBytes(Long unsyncedBytes) { this.unsyncedBytes = unsyncedBytes; } public Long getUnsyncedParts() { return this.unsyncedParts; } public void setUnsyncedParts(Long unsyncedParts) { this.unsyncedParts = unsyncedParts; } public Double getPartsPerMinute() { return this.partsPerMinute; } public void setPartsPerMinute(Double partsPerMinute) { this.partsPerMinute = partsPerMinute; } public Long getBytesPerMinute() { return this.bytesPerMinute; } public void setBytesPerMinute(Long bytesPerMinute) { this.bytesPerMinute = bytesPerMinute; } public String getSubJob() { return this.subJob; } public void setSubJob(String subJob) { this.subJob = subJob; } public String getSubJobStatus() { return this.subJobStatus; } public void setSubJobStatus(String subJobStatus) { this.subJobStatus = subJobStatus; } } @Override public DescribeTransferHistoryResponse getInstance(UnmarshallerContext context) { return DescribeTransferHistoryResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/KillProcessRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class KillProcessRequest extends RpcAcsRequest<KillProcessResponse> { private Long resourceOwnerId; private String initialQueryId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public KillProcessRequest() { super("clickhouse", "2019-11-11", "KillProcess", "service"); 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 getInitialQueryId() { return this.initialQueryId; } public void setInitialQueryId(String initialQueryId) { this.initialQueryId = initialQueryId; if(initialQueryId != null){ putQueryParameter("InitialQueryId", initialQueryId); } } 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<KillProcessResponse> getResponseClass() { return KillProcessResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/KillProcessResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.KillProcessResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class KillProcessResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public KillProcessResponse getInstance(UnmarshallerContext context) { return KillProcessResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyAccountAuthorityRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyAccountAuthorityRequest extends RpcAcsRequest<ModifyAccountAuthorityResponse> { private Long resourceOwnerId; private String totalDictionaries; private String accountName; private String dmlAuthority; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String allowDatabases; private String allowDictionaries; private Long ownerId; private Boolean ddlAuthority; private String totalDatabases; public ModifyAccountAuthorityRequest() { super("clickhouse", "2019-11-11", "ModifyAccountAuthority", "service"); 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 getTotalDictionaries() { return this.totalDictionaries; } public void setTotalDictionaries(String totalDictionaries) { this.totalDictionaries = totalDictionaries; if(totalDictionaries != null){ putQueryParameter("TotalDictionaries", totalDictionaries); } } public String getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; if(accountName != null){ putQueryParameter("AccountName", accountName); } } public String getDmlAuthority() { return this.dmlAuthority; } public void setDmlAuthority(String dmlAuthority) { this.dmlAuthority = dmlAuthority; if(dmlAuthority != null){ putQueryParameter("DmlAuthority", dmlAuthority); } } 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 getAllowDatabases() { return this.allowDatabases; } public void setAllowDatabases(String allowDatabases) { this.allowDatabases = allowDatabases; if(allowDatabases != null){ putQueryParameter("AllowDatabases", allowDatabases); } } public String getAllowDictionaries() { return this.allowDictionaries; } public void setAllowDictionaries(String allowDictionaries) { this.allowDictionaries = allowDictionaries; if(allowDictionaries != null){ putQueryParameter("AllowDictionaries", allowDictionaries); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Boolean getDdlAuthority() { return this.ddlAuthority; } public void setDdlAuthority(Boolean ddlAuthority) { this.ddlAuthority = ddlAuthority; if(ddlAuthority != null){ putQueryParameter("DdlAuthority", ddlAuthority.toString()); } } public String getTotalDatabases() { return this.totalDatabases; } public void setTotalDatabases(String totalDatabases) { this.totalDatabases = totalDatabases; if(totalDatabases != null){ putQueryParameter("TotalDatabases", totalDatabases); } } @Override public Class<ModifyAccountAuthorityResponse> getResponseClass() { return ModifyAccountAuthorityResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyAccountAuthorityResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyAccountAuthorityResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyAccountAuthorityResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyAccountAuthorityResponse getInstance(UnmarshallerContext context) { return ModifyAccountAuthorityResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyAccountDescriptionRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyAccountDescriptionRequest extends RpcAcsRequest<ModifyAccountDescriptionResponse> { private Long resourceOwnerId; private String accountDescription; private String accountName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public ModifyAccountDescriptionRequest() { super("clickhouse", "2019-11-11", "ModifyAccountDescription", "service"); 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 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 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<ModifyAccountDescriptionResponse> getResponseClass() { return ModifyAccountDescriptionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyAccountDescriptionResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyAccountDescriptionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyAccountDescriptionResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyAccountDescriptionResponse getInstance(UnmarshallerContext context) { return ModifyAccountDescriptionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyBackupPolicyRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyBackupPolicyRequest extends RpcAcsRequest<ModifyBackupPolicyResponse> { private Long resourceOwnerId; private String preferredBackupPeriod; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String preferredBackupTime; private String backupRetentionPeriod; public ModifyBackupPolicyRequest() { super("clickhouse", "2019-11-11", "ModifyBackupPolicy", "service"); 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 getPreferredBackupPeriod() { return this.preferredBackupPeriod; } public void setPreferredBackupPeriod(String preferredBackupPeriod) { this.preferredBackupPeriod = preferredBackupPeriod; if(preferredBackupPeriod != null){ putQueryParameter("PreferredBackupPeriod", preferredBackupPeriod); } } 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 getPreferredBackupTime() { return this.preferredBackupTime; } public void setPreferredBackupTime(String preferredBackupTime) { this.preferredBackupTime = preferredBackupTime; if(preferredBackupTime != null){ putQueryParameter("PreferredBackupTime", preferredBackupTime); } } public String getBackupRetentionPeriod() { return this.backupRetentionPeriod; } public void setBackupRetentionPeriod(String backupRetentionPeriod) { this.backupRetentionPeriod = backupRetentionPeriod; if(backupRetentionPeriod != null){ putQueryParameter("BackupRetentionPeriod", backupRetentionPeriod); } } @Override public Class<ModifyBackupPolicyResponse> getResponseClass() { return ModifyBackupPolicyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyBackupPolicyResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyBackupPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyBackupPolicyResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyBackupPolicyResponse getInstance(UnmarshallerContext context) { return ModifyBackupPolicyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterAccessWhiteListRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyDBClusterAccessWhiteListRequest extends RpcAcsRequest<ModifyDBClusterAccessWhiteListResponse> { private Long resourceOwnerId; private String securityIps; private String dBClusterIPArrayAttribute; private String modifyMode; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String dBClusterIPArrayName; public ModifyDBClusterAccessWhiteListRequest() { super("clickhouse", "2019-11-11", "ModifyDBClusterAccessWhiteList", "service"); 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 getSecurityIps() { return this.securityIps; } public void setSecurityIps(String securityIps) { this.securityIps = securityIps; if(securityIps != null){ putQueryParameter("SecurityIps", securityIps); } } public String getDBClusterIPArrayAttribute() { return this.dBClusterIPArrayAttribute; } public void setDBClusterIPArrayAttribute(String dBClusterIPArrayAttribute) { this.dBClusterIPArrayAttribute = dBClusterIPArrayAttribute; if(dBClusterIPArrayAttribute != null){ putQueryParameter("DBClusterIPArrayAttribute", dBClusterIPArrayAttribute); } } public String getModifyMode() { return this.modifyMode; } public void setModifyMode(String modifyMode) { this.modifyMode = modifyMode; if(modifyMode != null){ putQueryParameter("ModifyMode", modifyMode); } } 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 getDBClusterIPArrayName() { return this.dBClusterIPArrayName; } public void setDBClusterIPArrayName(String dBClusterIPArrayName) { this.dBClusterIPArrayName = dBClusterIPArrayName; if(dBClusterIPArrayName != null){ putQueryParameter("DBClusterIPArrayName", dBClusterIPArrayName); } } @Override public Class<ModifyDBClusterAccessWhiteListResponse> getResponseClass() { return ModifyDBClusterAccessWhiteListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterAccessWhiteListResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyDBClusterAccessWhiteListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDBClusterAccessWhiteListResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyDBClusterAccessWhiteListResponse getInstance(UnmarshallerContext context) { return ModifyDBClusterAccessWhiteListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterConfigInXMLRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyDBClusterConfigInXMLRequest extends RpcAcsRequest<ModifyDBClusterConfigInXMLResponse> { private String reason; private String dBClusterId; private String config; public ModifyDBClusterConfigInXMLRequest() { super("clickhouse", "2019-11-11", "ModifyDBClusterConfigInXML", "service"); 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 getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } public String getDBClusterId() { return this.dBClusterId; } public void setDBClusterId(String dBClusterId) { this.dBClusterId = dBClusterId; if(dBClusterId != null){ putQueryParameter("DBClusterId", dBClusterId); } } public String getConfig() { return this.config; } public void setConfig(String config) { this.config = config; if(config != null){ putQueryParameter("Config", config); } } @Override public Class<ModifyDBClusterConfigInXMLResponse> getResponseClass() { return ModifyDBClusterConfigInXMLResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterConfigInXMLResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyDBClusterConfigInXMLResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDBClusterConfigInXMLResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyDBClusterConfigInXMLResponse getInstance(UnmarshallerContext context) { return ModifyDBClusterConfigInXMLResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterConfigRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyDBClusterConfigRequest extends RpcAcsRequest<ModifyDBClusterConfigResponse> { private String reason; private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String userConfig; private String ownerAccount; private Long ownerId; public ModifyDBClusterConfigRequest() { super("clickhouse", "2019-11-11", "ModifyDBClusterConfig", "service"); 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 getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; if(reason != null){ putQueryParameter("Reason", reason); } } 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 getUserConfig() { return this.userConfig; } public void setUserConfig(String userConfig) { this.userConfig = userConfig; if(userConfig != null){ putQueryParameter("UserConfig", userConfig); } } 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<ModifyDBClusterConfigResponse> getResponseClass() { return ModifyDBClusterConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterConfigResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyDBClusterConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDBClusterConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyDBClusterConfigResponse getInstance(UnmarshallerContext context) { return ModifyDBClusterConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterDescriptionRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyDBClusterDescriptionRequest extends RpcAcsRequest<ModifyDBClusterDescriptionResponse> { private Long resourceOwnerId; private String dBClusterDescription; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public ModifyDBClusterDescriptionRequest() { super("clickhouse", "2019-11-11", "ModifyDBClusterDescription", "service"); 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 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<ModifyDBClusterDescriptionResponse> getResponseClass() { return ModifyDBClusterDescriptionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterDescriptionResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyDBClusterDescriptionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDBClusterDescriptionResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyDBClusterDescriptionResponse getInstance(UnmarshallerContext context) { return ModifyDBClusterDescriptionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterMaintainTimeRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyDBClusterMaintainTimeRequest extends RpcAcsRequest<ModifyDBClusterMaintainTimeResponse> { private Long resourceOwnerId; private String maintainTime; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public ModifyDBClusterMaintainTimeRequest() { super("clickhouse", "2019-11-11", "ModifyDBClusterMaintainTime", "service"); 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 getMaintainTime() { return this.maintainTime; } public void setMaintainTime(String maintainTime) { this.maintainTime = maintainTime; if(maintainTime != null){ putQueryParameter("MaintainTime", maintainTime); } } 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<ModifyDBClusterMaintainTimeResponse> getResponseClass() { return ModifyDBClusterMaintainTimeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterMaintainTimeResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyDBClusterMaintainTimeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDBClusterMaintainTimeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyDBClusterMaintainTimeResponse getInstance(UnmarshallerContext context) { return ModifyDBClusterMaintainTimeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyDBClusterRequest extends RpcAcsRequest<ModifyDBClusterResponse> { private Long resourceOwnerId; private String dbNodeStorageType; private String disableWriteWindows; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String dBClusterClass; private Long ownerId; private String dBNodeGroupCount; private String dBNodeStorage; public ModifyDBClusterRequest() { super("clickhouse", "2019-11-11", "ModifyDBCluster", "service"); 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 getDbNodeStorageType() { return this.dbNodeStorageType; } public void setDbNodeStorageType(String dbNodeStorageType) { this.dbNodeStorageType = dbNodeStorageType; if(dbNodeStorageType != null){ putQueryParameter("DbNodeStorageType", dbNodeStorageType); } } public String getDisableWriteWindows() { return this.disableWriteWindows; } public void setDisableWriteWindows(String disableWriteWindows) { this.disableWriteWindows = disableWriteWindows; if(disableWriteWindows != null){ putQueryParameter("DisableWriteWindows", disableWriteWindows); } } 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 getDBClusterClass() { return this.dBClusterClass; } public void setDBClusterClass(String dBClusterClass) { this.dBClusterClass = dBClusterClass; if(dBClusterClass != null){ putQueryParameter("DBClusterClass", dBClusterClass); } } 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 getDBNodeStorage() { return this.dBNodeStorage; } public void setDBNodeStorage(String dBNodeStorage) { this.dBNodeStorage = dBNodeStorage; if(dBNodeStorage != null){ putQueryParameter("DBNodeStorage", dBNodeStorage); } } @Override public Class<ModifyDBClusterResponse> getResponseClass() { return ModifyDBClusterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBClusterResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyDBClusterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDBClusterResponse extends AcsResponse { private String requestId; private DBCluster dBCluster; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public DBCluster getDBCluster() { return this.dBCluster; } public void setDBCluster(DBCluster dBCluster) { this.dBCluster = dBCluster; } public static class DBCluster { private String dbClusterId; private String orderId; 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 ModifyDBClusterResponse getInstance(UnmarshallerContext context) { return ModifyDBClusterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBConfigRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyDBConfigRequest extends RpcAcsRequest<ModifyDBConfigResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String config; public ModifyDBConfigRequest() { super("clickhouse", "2019-11-11", "ModifyDBConfig", "service"); 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 getConfig() { return this.config; } public void setConfig(String config) { this.config = config; if(config != null){ putQueryParameter("Config", config); } } @Override public Class<ModifyDBConfigResponse> getResponseClass() { return ModifyDBConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyDBConfigResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyDBConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDBConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyDBConfigResponse getInstance(UnmarshallerContext context) { return ModifyDBConfigResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyMinorVersionGreadeTypeRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyMinorVersionGreadeTypeRequest extends RpcAcsRequest<ModifyMinorVersionGreadeTypeResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private Boolean maintainAutoType; public ModifyMinorVersionGreadeTypeRequest() { super("clickhouse", "2019-11-11", "ModifyMinorVersionGreadeType", "service"); 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 Boolean getMaintainAutoType() { return this.maintainAutoType; } public void setMaintainAutoType(Boolean maintainAutoType) { this.maintainAutoType = maintainAutoType; if(maintainAutoType != null){ putQueryParameter("MaintainAutoType", maintainAutoType.toString()); } } @Override public Class<ModifyMinorVersionGreadeTypeResponse> getResponseClass() { return ModifyMinorVersionGreadeTypeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyMinorVersionGreadeTypeResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyMinorVersionGreadeTypeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyMinorVersionGreadeTypeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyMinorVersionGreadeTypeResponse getInstance(UnmarshallerContext context) { return ModifyMinorVersionGreadeTypeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyRDSToClickhouseDbRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ModifyRDSToClickhouseDbRequest extends RpcAcsRequest<ModifyRDSToClickhouseDbResponse> { private Long resourceOwnerId; private String rdsVpcId; private String ckPassword; private String rdsSynTables; private String rdsPassword; private String ckUserName; private String rdsSynDb; private String resourceOwnerAccount; private String dbClusterId; private String ownerAccount; private String rdsId; private Long ownerId; private Long clickhousePort; private Long limitUpper; private Long rdsPort; private Boolean skipUnsupported; private String rdsUserName; public ModifyRDSToClickhouseDbRequest() { super("clickhouse", "2019-11-11", "ModifyRDSToClickhouseDb", "service"); 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 getRdsVpcId() { return this.rdsVpcId; } public void setRdsVpcId(String rdsVpcId) { this.rdsVpcId = rdsVpcId; if(rdsVpcId != null){ putQueryParameter("RdsVpcId", rdsVpcId); } } public String getCkPassword() { return this.ckPassword; } public void setCkPassword(String ckPassword) { this.ckPassword = ckPassword; if(ckPassword != null){ putQueryParameter("CkPassword", ckPassword); } } public String getRdsSynTables() { return this.rdsSynTables; } public void setRdsSynTables(String rdsSynTables) { this.rdsSynTables = rdsSynTables; if(rdsSynTables != null){ putQueryParameter("RdsSynTables", rdsSynTables); } } public String getRdsPassword() { return this.rdsPassword; } public void setRdsPassword(String rdsPassword) { this.rdsPassword = rdsPassword; if(rdsPassword != null){ putQueryParameter("RdsPassword", rdsPassword); } } public String getCkUserName() { return this.ckUserName; } public void setCkUserName(String ckUserName) { this.ckUserName = ckUserName; if(ckUserName != null){ putQueryParameter("CkUserName", ckUserName); } } public String getRdsSynDb() { return this.rdsSynDb; } public void setRdsSynDb(String rdsSynDb) { this.rdsSynDb = rdsSynDb; if(rdsSynDb != null){ putQueryParameter("RdsSynDb", rdsSynDb); } } 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 getRdsId() { return this.rdsId; } public void setRdsId(String rdsId) { this.rdsId = rdsId; if(rdsId != null){ putQueryParameter("RdsId", rdsId); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Long getClickhousePort() { return this.clickhousePort; } public void setClickhousePort(Long clickhousePort) { this.clickhousePort = clickhousePort; if(clickhousePort != null){ putQueryParameter("ClickhousePort", clickhousePort.toString()); } } public Long getLimitUpper() { return this.limitUpper; } public void setLimitUpper(Long limitUpper) { this.limitUpper = limitUpper; if(limitUpper != null){ putQueryParameter("LimitUpper", limitUpper.toString()); } } public Long getRdsPort() { return this.rdsPort; } public void setRdsPort(Long rdsPort) { this.rdsPort = rdsPort; if(rdsPort != null){ putQueryParameter("RdsPort", rdsPort.toString()); } } public Boolean getSkipUnsupported() { return this.skipUnsupported; } public void setSkipUnsupported(Boolean skipUnsupported) { this.skipUnsupported = skipUnsupported; if(skipUnsupported != null){ putQueryParameter("SkipUnsupported", skipUnsupported.toString()); } } public String getRdsUserName() { return this.rdsUserName; } public void setRdsUserName(String rdsUserName) { this.rdsUserName = rdsUserName; if(rdsUserName != null){ putQueryParameter("RdsUserName", rdsUserName); } } @Override public Class<ModifyRDSToClickhouseDbResponse> getResponseClass() { return ModifyRDSToClickhouseDbResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ModifyRDSToClickhouseDbResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ModifyRDSToClickhouseDbResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyRDSToClickhouseDbResponse extends AcsResponse { private String requestId; private Long status; private String errorMsg; private Long errorCode; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getStatus() { return this.status; } public void setStatus(Long status) { this.status = status; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public Long getErrorCode() { return this.errorCode; } public void setErrorCode(Long errorCode) { this.errorCode = errorCode; } @Override public ModifyRDSToClickhouseDbResponse getInstance(UnmarshallerContext context) { return ModifyRDSToClickhouseDbResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ReleaseClusterPublicConnectionRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ReleaseClusterPublicConnectionRequest extends RpcAcsRequest<ReleaseClusterPublicConnectionResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; public ReleaseClusterPublicConnectionRequest() { super("clickhouse", "2019-11-11", "ReleaseClusterPublicConnection", "service"); 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<ReleaseClusterPublicConnectionResponse> getResponseClass() { return ReleaseClusterPublicConnectionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ReleaseClusterPublicConnectionResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ReleaseClusterPublicConnectionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReleaseClusterPublicConnectionResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ReleaseClusterPublicConnectionResponse getInstance(UnmarshallerContext context) { return ReleaseClusterPublicConnectionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ResetAccountPasswordRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class ResetAccountPasswordRequest extends RpcAcsRequest<ResetAccountPasswordResponse> { private Long resourceOwnerId; private String accountName; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String accountPassword; public ResetAccountPasswordRequest() { super("clickhouse", "2019-11-11", "ResetAccountPassword", "service"); 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 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 String getAccountPassword() { return this.accountPassword; } public void setAccountPassword(String accountPassword) { this.accountPassword = accountPassword; if(accountPassword != null){ putQueryParameter("AccountPassword", accountPassword); } } @Override public Class<ResetAccountPasswordResponse> getResponseClass() { return ResetAccountPasswordResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/ResetAccountPasswordResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.ResetAccountPasswordResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResetAccountPasswordResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ResetAccountPasswordResponse getInstance(UnmarshallerContext context) { return ResetAccountPasswordResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/RestartInstanceRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class RestartInstanceRequest extends RpcAcsRequest<RestartInstanceResponse> { private Long resourceOwnerId; private Integer pageNumber; private Integer pageSize; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private String restartTime; private Long ownerId; public RestartInstanceRequest() { super("clickhouse", "2019-11-11", "RestartInstance", "service"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public 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 getRestartTime() { return this.restartTime; } public void setRestartTime(String restartTime) { this.restartTime = restartTime; if(restartTime != null){ putQueryParameter("RestartTime", restartTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<RestartInstanceResponse> getResponseClass() { return RestartInstanceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/RestartInstanceResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.RestartInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RestartInstanceResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RestartInstanceResponse getInstance(UnmarshallerContext context) { return RestartInstanceResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/TransferVersionRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class TransferVersionRequest extends RpcAcsRequest<TransferVersionResponse> { private Long resourceOwnerId; private Integer pageNumber; private String sourceAccount; private String targetAccount; private String sourceClusterName; private Integer pageSize; private String sourcePassword; private String disableWriteWindows; private String resourceOwnerAccount; private String dBClusterId; private String targetPassword; private String ownerAccount; private Long ownerId; private String targetDbClusterId; private String sourceShards; public TransferVersionRequest() { super("clickhouse", "2019-11-11", "TransferVersion", "service"); 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 getSourceAccount() { return this.sourceAccount; } public void setSourceAccount(String sourceAccount) { this.sourceAccount = sourceAccount; if(sourceAccount != null){ putQueryParameter("SourceAccount", sourceAccount); } } public String getTargetAccount() { return this.targetAccount; } public void setTargetAccount(String targetAccount) { this.targetAccount = targetAccount; if(targetAccount != null){ putQueryParameter("TargetAccount", targetAccount); } } public String getSourceClusterName() { return this.sourceClusterName; } public void setSourceClusterName(String sourceClusterName) { this.sourceClusterName = sourceClusterName; if(sourceClusterName != null){ putQueryParameter("SourceClusterName", sourceClusterName); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getSourcePassword() { return this.sourcePassword; } public void setSourcePassword(String sourcePassword) { this.sourcePassword = sourcePassword; if(sourcePassword != null){ putQueryParameter("SourcePassword", sourcePassword); } } public String getDisableWriteWindows() { return this.disableWriteWindows; } public void setDisableWriteWindows(String disableWriteWindows) { this.disableWriteWindows = disableWriteWindows; if(disableWriteWindows != null){ putQueryParameter("DisableWriteWindows", disableWriteWindows); } } 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 getTargetPassword() { return this.targetPassword; } public void setTargetPassword(String targetPassword) { this.targetPassword = targetPassword; if(targetPassword != null){ putQueryParameter("TargetPassword", targetPassword); } } 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 getTargetDbClusterId() { return this.targetDbClusterId; } public void setTargetDbClusterId(String targetDbClusterId) { this.targetDbClusterId = targetDbClusterId; if(targetDbClusterId != null){ putQueryParameter("TargetDbClusterId", targetDbClusterId); } } public String getSourceShards() { return this.sourceShards; } public void setSourceShards(String sourceShards) { this.sourceShards = sourceShards; if(sourceShards != null){ putQueryParameter("SourceShards", sourceShards); } } @Override public Class<TransferVersionResponse> getResponseClass() { return TransferVersionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/TransferVersionResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.TransferVersionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class TransferVersionResponse extends AcsResponse { private Integer dBInstanceID; private Long dBInstanceName; private Boolean taskId; private String requestId; public Integer getDBInstanceID() { return this.dBInstanceID; } public void setDBInstanceID(Integer dBInstanceID) { this.dBInstanceID = dBInstanceID; } public Long getDBInstanceName() { return this.dBInstanceName; } public void setDBInstanceName(Long dBInstanceName) { this.dBInstanceName = dBInstanceName; } public Boolean getTaskId() { return this.taskId; } public void setTaskId(Boolean taskId) { this.taskId = taskId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public TransferVersionResponse getInstance(UnmarshallerContext context) { return TransferVersionResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/UpgradeMinorVersionRequest.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.clickhouse.model.v20191111; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.clickhouse.Endpoint; /** * @author auto create * @version */ public class UpgradeMinorVersionRequest extends RpcAcsRequest<UpgradeMinorVersionResponse> { private Long resourceOwnerId; private Boolean upgradeImmediately; private String upgradeVersion; private String resourceOwnerAccount; private String dBClusterId; private String ownerAccount; private Long ownerId; private String upgradeTime; public UpgradeMinorVersionRequest() { super("clickhouse", "2019-11-11", "UpgradeMinorVersion", "service"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Boolean getUpgradeImmediately() { return this.upgradeImmediately; } public void setUpgradeImmediately(Boolean upgradeImmediately) { this.upgradeImmediately = upgradeImmediately; if(upgradeImmediately != null){ putQueryParameter("UpgradeImmediately", upgradeImmediately.toString()); } } public String getUpgradeVersion() { return this.upgradeVersion; } public void setUpgradeVersion(String upgradeVersion) { this.upgradeVersion = upgradeVersion; if(upgradeVersion != null){ putQueryParameter("UpgradeVersion", upgradeVersion); } } 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 getUpgradeTime() { return this.upgradeTime; } public void setUpgradeTime(String upgradeTime) { this.upgradeTime = upgradeTime; if(upgradeTime != null){ putQueryParameter("UpgradeTime", upgradeTime); } } @Override public Class<UpgradeMinorVersionResponse> getResponseClass() { return UpgradeMinorVersionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/model/v20191111/UpgradeMinorVersionResponse.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.clickhouse.model.v20191111; import com.aliyuncs.AcsResponse; import com.aliyuncs.clickhouse.transform.v20191111.UpgradeMinorVersionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpgradeMinorVersionResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpgradeMinorVersionResponse getInstance(UnmarshallerContext context) { return UpgradeMinorVersionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform/v20191111/AllocateClusterPublicConnectionResponseUnmarshaller.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.clickhouse.transform.v20191111; import com.aliyuncs.clickhouse.model.v20191111.AllocateClusterPublicConnectionResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AllocateClusterPublicConnectionResponseUnmarshaller { public static AllocateClusterPublicConnectionResponse unmarshall(AllocateClusterPublicConnectionResponse allocateClusterPublicConnectionResponse, UnmarshallerContext _ctx) { allocateClusterPublicConnectionResponse.setRequestId(_ctx.stringValue("AllocateClusterPublicConnectionResponse.RequestId")); return allocateClusterPublicConnectionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform/v20191111/CheckClickhouseToRDSResponseUnmarshaller.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.clickhouse.transform.v20191111; import com.aliyuncs.clickhouse.model.v20191111.CheckClickhouseToRDSResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckClickhouseToRDSResponseUnmarshaller { public static CheckClickhouseToRDSResponse unmarshall(CheckClickhouseToRDSResponse checkClickhouseToRDSResponse, UnmarshallerContext _ctx) { checkClickhouseToRDSResponse.setRequestId(_ctx.stringValue("CheckClickhouseToRDSResponse.RequestId")); checkClickhouseToRDSResponse.setStatus(_ctx.booleanValue("CheckClickhouseToRDSResponse.Status")); checkClickhouseToRDSResponse.setErrorCode(_ctx.stringValue("CheckClickhouseToRDSResponse.ErrorCode")); return checkClickhouseToRDSResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform/v20191111/CheckModifyConfigNeedRestartResponseUnmarshaller.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.clickhouse.transform.v20191111; import com.aliyuncs.clickhouse.model.v20191111.CheckModifyConfigNeedRestartResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckModifyConfigNeedRestartResponseUnmarshaller { public static CheckModifyConfigNeedRestartResponse unmarshall(CheckModifyConfigNeedRestartResponse checkModifyConfigNeedRestartResponse, UnmarshallerContext _ctx) { checkModifyConfigNeedRestartResponse.setRequestId(_ctx.stringValue("CheckModifyConfigNeedRestartResponse.RequestId")); checkModifyConfigNeedRestartResponse.setNeedRestart(_ctx.booleanValue("CheckModifyConfigNeedRestartResponse.NeedRestart")); return checkModifyConfigNeedRestartResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform/v20191111/CheckMonitorAlertResponseUnmarshaller.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.clickhouse.transform.v20191111; import com.aliyuncs.clickhouse.model.v20191111.CheckMonitorAlertResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckMonitorAlertResponseUnmarshaller { public static CheckMonitorAlertResponse unmarshall(CheckMonitorAlertResponse checkMonitorAlertResponse, UnmarshallerContext _ctx) { checkMonitorAlertResponse.setRequestId(_ctx.stringValue("CheckMonitorAlertResponse.RequestId")); checkMonitorAlertResponse.setState(_ctx.stringValue("CheckMonitorAlertResponse.State")); checkMonitorAlertResponse.setParameter(_ctx.stringValue("CheckMonitorAlertResponse.Parameter")); return checkMonitorAlertResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform/v20191111/CheckScaleOutBalancedResponseUnmarshaller.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.clickhouse.transform.v20191111; import java.util.ArrayList; import java.util.List; import com.aliyuncs.clickhouse.model.v20191111.CheckScaleOutBalancedResponse; import com.aliyuncs.clickhouse.model.v20191111.CheckScaleOutBalancedResponse.TableDetail; import com.aliyuncs.transform.UnmarshallerContext; public class CheckScaleOutBalancedResponseUnmarshaller { public static CheckScaleOutBalancedResponse unmarshall(CheckScaleOutBalancedResponse checkScaleOutBalancedResponse, UnmarshallerContext _ctx) { checkScaleOutBalancedResponse.setRequestId(_ctx.stringValue("CheckScaleOutBalancedResponse.RequestId")); checkScaleOutBalancedResponse.setTotalCount(_ctx.integerValue("CheckScaleOutBalancedResponse.TotalCount")); checkScaleOutBalancedResponse.setPageSize(_ctx.integerValue("CheckScaleOutBalancedResponse.PageSize")); checkScaleOutBalancedResponse.setPageNumber(_ctx.integerValue("CheckScaleOutBalancedResponse.PageNumber")); checkScaleOutBalancedResponse.setCheckCode(_ctx.stringValue("CheckScaleOutBalancedResponse.CheckCode")); checkScaleOutBalancedResponse.setTimeDuration(_ctx.stringValue("CheckScaleOutBalancedResponse.TimeDuration")); List<TableDetail> tableDetails = new ArrayList<TableDetail>(); for (int i = 0; i < _ctx.lengthValue("CheckScaleOutBalancedResponse.TableDetails.Length"); i++) { TableDetail tableDetail = new TableDetail(); tableDetail.setTableName(_ctx.stringValue("CheckScaleOutBalancedResponse.TableDetails["+ i +"].TableName")); tableDetail.setCluster(_ctx.stringValue("CheckScaleOutBalancedResponse.TableDetails["+ i +"].Cluster")); tableDetail.setDatabase(_ctx.stringValue("CheckScaleOutBalancedResponse.TableDetails["+ i +"].Database")); tableDetail.setDetail(_ctx.integerValue("CheckScaleOutBalancedResponse.TableDetails["+ i +"].Detail")); tableDetails.add(tableDetail); } checkScaleOutBalancedResponse.setTableDetails(tableDetails); return checkScaleOutBalancedResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform/v20191111/CheckServiceLinkedRoleResponseUnmarshaller.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.clickhouse.transform.v20191111; import com.aliyuncs.clickhouse.model.v20191111.CheckServiceLinkedRoleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckServiceLinkedRoleResponseUnmarshaller { public static CheckServiceLinkedRoleResponse unmarshall(CheckServiceLinkedRoleResponse checkServiceLinkedRoleResponse, UnmarshallerContext _ctx) { checkServiceLinkedRoleResponse.setRequestId(_ctx.stringValue("CheckServiceLinkedRoleResponse.RequestId")); checkServiceLinkedRoleResponse.setHasServiceLinkedRole(_ctx.booleanValue("CheckServiceLinkedRoleResponse.HasServiceLinkedRole")); return checkServiceLinkedRoleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform
java-sources/com/aliyun/aliyun-java-sdk-clickhouse/3.1.9/com/aliyuncs/clickhouse/transform/v20191111/CreateAccountAndAuthorityResponseUnmarshaller.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.clickhouse.transform.v20191111; import com.aliyuncs.clickhouse.model.v20191111.CreateAccountAndAuthorityResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAccountAndAuthorityResponseUnmarshaller { public static CreateAccountAndAuthorityResponse unmarshall(CreateAccountAndAuthorityResponse createAccountAndAuthorityResponse, UnmarshallerContext _ctx) { createAccountAndAuthorityResponse.setRequestId(_ctx.stringValue("CreateAccountAndAuthorityResponse.RequestId")); return createAccountAndAuthorityResponse; } }