diff --git a/aliyun-java-sdk-hbase/ChangeLog.txt b/aliyun-java-sdk-hbase/ChangeLog.txt
index a5f1a96c6e..784628dc8c 100644
--- a/aliyun-java-sdk-hbase/ChangeLog.txt
+++ b/aliyun-java-sdk-hbase/ChangeLog.txt
@@ -1,3 +1,6 @@
+2024-07-24 Version: 2.9.10
+- DescribeInstance taskStatus.
+
2022-02-21 Version: 2.9.9
- Add event tasks.
- DescribeInstance taskProgress.
diff --git a/aliyun-java-sdk-hbase/pom.xml b/aliyun-java-sdk-hbase/pom.xml
index f091e71743..e74d9c733f 100644
--- a/aliyun-java-sdk-hbase/pom.xml
+++ b/aliyun-java-sdk-hbase/pom.xml
@@ -4,7 +4,7 @@
com.aliyun
aliyun-java-sdk-hbase
jar
- 2.9.9
+ 2.9.10
aliyun-java-sdk-hbase
http://www.aliyun.com
Aliyun Open API SDK for Java
@@ -27,7 +27,7 @@ http://www.aliyun.com
com.aliyun
aliyun-java-sdk-core
true
- [4.3.2,5.0.0)
+ [4.4.9,5.0.0)
com.google.code.gson
@@ -37,9 +37,8 @@ http://www.aliyun.com
-
-
-
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
@@ -84,9 +83,10 @@ http://www.aliyun.com
org.apache.maven.plugins
maven-javadoc-plugin
- 2.8
+ 3.1.0
UTF-8
+ none
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/Endpoint.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/Endpoint.java
index 8fc368e839..66605b8f61 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/Endpoint.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/Endpoint.java
@@ -19,49 +19,18 @@
public class Endpoint {
public static HashMap endpointMap = new HashMap() {
{
- put("cn-shanghai-internal-test-1", "hbase.aliyuncs.com");
- put("cn-beijing-gov-1", "hbase.aliyuncs.com");
- put("cn-shenzhen-su18-b01", "hbase.aliyuncs.com");
- put("cn-beijing", "hbase.aliyuncs.com");
- put("cn-shanghai-inner", "hbase.aliyuncs.com");
- put("cn-shenzhen-st4-d01", "hbase.aliyuncs.com");
- put("cn-haidian-cm12-c01", "hbase.aliyuncs.com");
- put("cn-hangzhou-internal-prod-1", "hbase.aliyuncs.com");
- put("cn-north-2-gov-1", "hbase.aliyuncs.com");
- put("cn-yushanfang", "hbase.aliyuncs.com");
+ put("cn-shenzhen", "hbase.aliyuncs.com");
put("cn-qingdao", "hbase.aliyuncs.com");
- put("cn-hongkong-finance-pop", "hbase.aliyuncs.com");
- put("cn-qingdao-nebula", "hbase.aliyuncs.com");
+ put("cn-beijing", "hbase.aliyuncs.com");
put("cn-shanghai", "hbase.aliyuncs.com");
put("cn-shanghai-finance-1", "hbase.aliyuncs.com");
- put("cn-hongkong", "hbase.aliyuncs.com");
- put("cn-beijing-finance-pop", "hbase.aliyuncs.com");
- put("cn-wuhan", "hbase.aliyuncs.com");
- put("us-west-1", "hbase.aliyuncs.com");
- put("cn-shenzhen", "hbase.aliyuncs.com");
- put("cn-zhengzhou-nebula-1", "hbase.aliyuncs.com");
- put("rus-west-1-pop", "hbase.ap-northeast-1.aliyuncs.com");
- put("cn-shanghai-et15-b01", "hbase.aliyuncs.com");
- put("cn-hangzhou-bj-b01", "hbase.aliyuncs.com");
- put("cn-hangzhou-internal-test-1", "hbase.aliyuncs.com");
- put("eu-west-1-oxs", "hbase.ap-northeast-1.aliyuncs.com");
- put("cn-zhangbei-na61-b01", "hbase.aliyuncs.com");
- put("cn-beijing-finance-1", "hbase.aliyuncs.com");
- put("cn-hangzhou-internal-test-3", "hbase.aliyuncs.com");
- put("cn-hangzhou-internal-test-2", "hbase.aliyuncs.com");
- put("cn-shenzhen-finance-1", "hbase.aliyuncs.com");
- put("cn-hangzhou-test-306", "hbase.aliyuncs.com");
- put("cn-shanghai-et2-b01", "hbase.aliyuncs.com");
+ put("cn-guangzhou", "hbase.aliyuncs.com");
put("cn-hangzhou-finance", "hbase.aliyuncs.com");
+ put("cn-hongkong", "hbase.aliyuncs.com");
put("ap-southeast-1", "hbase.aliyuncs.com");
- put("cn-beijing-nu16-b01", "hbase.aliyuncs.com");
- put("cn-edge-1", "hbase.aliyuncs.com");
- put("cn-fujian", "hbase.aliyuncs.com");
- put("us-east-1", "hbase.aliyuncs.com");
- put("ap-northeast-2-pop", "hbase.aliyuncs.com");
- put("cn-shenzhen-inner", "hbase.aliyuncs.com");
- put("cn-zhangjiakou-na62-a01", "hbase.aliyuncs.com");
+ put("cn-shenzhen-finance-1", "hbase.aliyuncs.com");
put("cn-hangzhou", "hbase.aliyuncs.com");
+ put("cn-north-2-gov-1", "hbase.aliyuncs.com");
}
};
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/AddUserHdfsInfoRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/AddUserHdfsInfoRequest.java
index 9478b8c733..2d6ce9eca7 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/AddUserHdfsInfoRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/AddUserHdfsInfoRequest.java
@@ -31,7 +31,7 @@ public class AddUserHdfsInfoRequest extends RpcAcsRequest {
+
+
+ private Long resourceOwnerId;
+
+ private String securityToken;
+
+ private String resourceOwnerAccount;
+
+ private String ownerAccount;
+
+ private Long ownerId;
+
+ private String ids;
+ public CancelActiveOperationTasksRequest() {
+ super("HBase", "2019-01-01", "CancelActiveOperationTasks");
+ setMethod(MethodType.POST);
+ try {
+ com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
+ com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
+ } catch (Exception e) {}
+ }
+
+ public Long getResourceOwnerId() {
+ return this.resourceOwnerId;
+ }
+
+ public void setResourceOwnerId(Long resourceOwnerId) {
+ this.resourceOwnerId = resourceOwnerId;
+ if(resourceOwnerId != null){
+ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
+ }
+ }
+
+ public String getSecurityToken() {
+ return this.securityToken;
+ }
+
+ public void setSecurityToken(String securityToken) {
+ this.securityToken = securityToken;
+ if(securityToken != null){
+ putQueryParameter("SecurityToken", securityToken);
+ }
+ }
+
+ public String getResourceOwnerAccount() {
+ return this.resourceOwnerAccount;
+ }
+
+ public void setResourceOwnerAccount(String resourceOwnerAccount) {
+ this.resourceOwnerAccount = resourceOwnerAccount;
+ if(resourceOwnerAccount != null){
+ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
+ }
+ }
+
+ public String getOwnerAccount() {
+ return this.ownerAccount;
+ }
+
+ public void setOwnerAccount(String ownerAccount) {
+ this.ownerAccount = ownerAccount;
+ if(ownerAccount != null){
+ putQueryParameter("OwnerAccount", ownerAccount);
+ }
+ }
+
+ public Long getOwnerId() {
+ return this.ownerId;
+ }
+
+ public void setOwnerId(Long ownerId) {
+ this.ownerId = ownerId;
+ if(ownerId != null){
+ putQueryParameter("OwnerId", ownerId.toString());
+ }
+ }
+
+ public String getIds() {
+ return this.ids;
+ }
+
+ public void setIds(String ids) {
+ this.ids = ids;
+ if(ids != null){
+ putQueryParameter("Ids", ids);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return CancelActiveOperationTasksResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CancelActiveOperationTasksResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CancelActiveOperationTasksResponse.java
new file mode 100644
index 0000000000..8000eb6d92
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CancelActiveOperationTasksResponse.java
@@ -0,0 +1,56 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.CancelActiveOperationTasksResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class CancelActiveOperationTasksResponse extends AcsResponse {
+
+ private String ids;
+
+ private String requestId;
+
+ public String getIds() {
+ return this.ids;
+ }
+
+ public void setIds(String ids) {
+ this.ids = ids;
+ }
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ @Override
+ public CancelActiveOperationTasksResponse getInstance(UnmarshallerContext context) {
+ return CancelActiveOperationTasksResponseUnmarshaller.unmarshall(this, context);
+ }
+
+ @Override
+ public boolean checkShowJsonItemName() {
+ return false;
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CheckComponentsVersionRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CheckComponentsVersionRequest.java
index d63d8123da..bf6fe631bc 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CheckComponentsVersionRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CheckComponentsVersionRequest.java
@@ -29,7 +29,7 @@ public class CheckComponentsVersionRequest extends RpcAcsRequest components) {
public static class Component {
- private String component;
-
private String isLatestVersion;
- public String getComponent() {
- return this.component;
- }
-
- public void setComponent(String component) {
- this.component = component;
- }
+ private String component;
public String getIsLatestVersion() {
return this.isLatestVersion;
@@ -66,6 +58,14 @@ public String getIsLatestVersion() {
public void setIsLatestVersion(String isLatestVersion) {
this.isLatestVersion = isLatestVersion;
}
+
+ public String getComponent() {
+ return this.component;
+ }
+
+ public void setComponent(String component) {
+ this.component = component;
+ }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CloseBackupRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CloseBackupRequest.java
index bc2ef198fc..ca9e96f22d 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CloseBackupRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CloseBackupRequest.java
@@ -27,7 +27,7 @@ public class CloseBackupRequest extends RpcAcsRequest {
private String clusterId;
public CloseBackupRequest() {
- super("HBase", "2019-01-01", "CloseBackup", "hbase");
+ super("HBase", "2019-01-01", "CloseBackup");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ConvertInstanceRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ConvertInstanceRequest.java
index 3817f703a1..d8cd35157a 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ConvertInstanceRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ConvertInstanceRequest.java
@@ -33,7 +33,7 @@ public class ConvertInstanceRequest extends RpcAcsRequest {
+
+
+ private String clusterId;
+
+ private String accountPassword;
+
+ private String accountName;
+ public CreateAccountRequest() {
+ super("HBase", "2019-01-01", "CreateAccount");
+ 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 getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ if(clusterId != null){
+ putQueryParameter("ClusterId", clusterId);
+ }
+ }
+
+ public String getAccountPassword() {
+ return this.accountPassword;
+ }
+
+ public void setAccountPassword(String accountPassword) {
+ this.accountPassword = accountPassword;
+ if(accountPassword != null){
+ putQueryParameter("AccountPassword", accountPassword);
+ }
+ }
+
+ public String getAccountName() {
+ return this.accountName;
+ }
+
+ public void setAccountName(String accountName) {
+ this.accountName = accountName;
+ if(accountName != null){
+ putQueryParameter("AccountName", accountName);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return CreateAccountResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateAccountResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateAccountResponse.java
new file mode 100644
index 0000000000..b6e71cbe0a
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateAccountResponse.java
@@ -0,0 +1,41 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.CreateAccountResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class CreateAccountResponse extends AcsResponse {
+
+ private String requestId;
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ @Override
+ public CreateAccountResponse getInstance(UnmarshallerContext context) {
+ return CreateAccountResponseUnmarshaller.unmarshall(this, context);
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateBackupPlanRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateBackupPlanRequest.java
index 59f2ce214a..58f80d66d8 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateBackupPlanRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateBackupPlanRequest.java
@@ -27,7 +27,7 @@ public class CreateBackupPlanRequest extends RpcAcsRequest {
private String payType;
public CreateClusterRequest() {
- super("HBase", "2019-01-01", "CreateCluster", "hbase");
+ super("HBase", "2019-01-01", "CreateCluster");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateClusterResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateClusterResponse.java
index bd8074373b..bfe8a88151 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateClusterResponse.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateClusterResponse.java
@@ -26,10 +26,10 @@ public class CreateClusterResponse extends AcsResponse {
private String requestId;
- private String clusterId;
-
private String orderId;
+ private String clusterId;
+
public String getRequestId() {
return this.requestId;
}
@@ -38,14 +38,6 @@ public void setRequestId(String requestId) {
this.requestId = requestId;
}
- public String getClusterId() {
- return this.clusterId;
- }
-
- public void setClusterId(String clusterId) {
- this.clusterId = clusterId;
- }
-
public String getOrderId() {
return this.orderId;
}
@@ -54,6 +46,14 @@ public void setOrderId(String orderId) {
this.orderId = orderId;
}
+ public String getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ }
+
@Override
public CreateClusterResponse getInstance(UnmarshallerContext context) {
return CreateClusterResponseUnmarshaller.unmarshall(this, context);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateGlobalResourceRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateGlobalResourceRequest.java
index 94aaeeb6f3..14ae8766c8 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateGlobalResourceRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/CreateGlobalResourceRequest.java
@@ -33,7 +33,7 @@ public class CreateGlobalResourceRequest extends RpcAcsRequest {
+
+
+ private String clusterId;
+
+ private String accountName;
+ public DeleteAccountRequest() {
+ super("HBase", "2019-01-01", "DeleteAccount");
+ 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 getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ if(clusterId != null){
+ putQueryParameter("ClusterId", clusterId);
+ }
+ }
+
+ public String getAccountName() {
+ return this.accountName;
+ }
+
+ public void setAccountName(String accountName) {
+ this.accountName = accountName;
+ if(accountName != null){
+ putQueryParameter("AccountName", accountName);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return DeleteAccountResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteAccountResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteAccountResponse.java
new file mode 100644
index 0000000000..c66abf3afb
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteAccountResponse.java
@@ -0,0 +1,41 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.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);
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteGlobalResourceRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteGlobalResourceRequest.java
index 76d3cfc243..30d72ca77e 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteGlobalResourceRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteGlobalResourceRequest.java
@@ -31,7 +31,7 @@ public class DeleteGlobalResourceRequest extends RpcAcsRequest
private String clusterId;
public DeleteInstanceRequest() {
- super("HBase", "2019-01-01", "DeleteInstance", "hbase");
+ super("HBase", "2019-01-01", "DeleteInstance");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteMultiZoneClusterRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteMultiZoneClusterRequest.java
index 907d84925c..ffbe46a93f 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteMultiZoneClusterRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DeleteMultiZoneClusterRequest.java
@@ -29,7 +29,7 @@ public class DeleteMultiZoneClusterRequest extends RpcAcsRequest {
+
+
+ private String clusterId;
+ public DescribeAccountsRequest() {
+ super("HBase", "2019-01-01", "DescribeAccounts");
+ 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 getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ if(clusterId != null){
+ putQueryParameter("ClusterId", clusterId);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return DescribeAccountsResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeAccountsResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeAccountsResponse.java
new file mode 100644
index 0000000000..8d57963924
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeAccountsResponse.java
@@ -0,0 +1,52 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import java.util.List;
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.DescribeAccountsResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class DescribeAccountsResponse extends AcsResponse {
+
+ private String requestId;
+
+ private List accounts;
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ public List getAccounts() {
+ return this.accounts;
+ }
+
+ public void setAccounts(List accounts) {
+ this.accounts = accounts;
+ }
+
+ @Override
+ public DescribeAccountsResponse getInstance(UnmarshallerContext context) {
+ return DescribeAccountsResponseUnmarshaller.unmarshall(this, context);
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTaskTypeRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTaskTypeRequest.java
new file mode 100644
index 0000000000..c0a8749eab
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTaskTypeRequest.java
@@ -0,0 +1,119 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.RpcAcsRequest;
+import com.aliyuncs.http.MethodType;
+import com.aliyuncs.hbase.Endpoint;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class DescribeActiveOperationTaskTypeRequest extends RpcAcsRequest {
+
+
+ private Long resourceOwnerId;
+
+ private Integer isHistory;
+
+ private String securityToken;
+
+ private String resourceOwnerAccount;
+
+ private String ownerAccount;
+
+ private Long ownerId;
+ public DescribeActiveOperationTaskTypeRequest() {
+ super("HBase", "2019-01-01", "DescribeActiveOperationTaskType");
+ 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 getIsHistory() {
+ return this.isHistory;
+ }
+
+ public void setIsHistory(Integer isHistory) {
+ this.isHistory = isHistory;
+ if(isHistory != null){
+ putQueryParameter("IsHistory", isHistory.toString());
+ }
+ }
+
+ public String getSecurityToken() {
+ return this.securityToken;
+ }
+
+ public void setSecurityToken(String securityToken) {
+ this.securityToken = securityToken;
+ if(securityToken != null){
+ putQueryParameter("SecurityToken", securityToken);
+ }
+ }
+
+ public String getResourceOwnerAccount() {
+ return this.resourceOwnerAccount;
+ }
+
+ public void setResourceOwnerAccount(String resourceOwnerAccount) {
+ this.resourceOwnerAccount = resourceOwnerAccount;
+ if(resourceOwnerAccount != null){
+ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
+ }
+ }
+
+ public String getOwnerAccount() {
+ return this.ownerAccount;
+ }
+
+ public void setOwnerAccount(String ownerAccount) {
+ this.ownerAccount = ownerAccount;
+ if(ownerAccount != null){
+ putQueryParameter("OwnerAccount", ownerAccount);
+ }
+ }
+
+ public Long getOwnerId() {
+ return this.ownerId;
+ }
+
+ public void setOwnerId(Long ownerId) {
+ this.ownerId = ownerId;
+ if(ownerId != null){
+ putQueryParameter("OwnerId", ownerId.toString());
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return DescribeActiveOperationTaskTypeResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTaskTypeResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTaskTypeResponse.java
new file mode 100644
index 0000000000..1072913efc
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTaskTypeResponse.java
@@ -0,0 +1,100 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import java.util.List;
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.DescribeActiveOperationTaskTypeResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class DescribeActiveOperationTaskTypeResponse extends AcsResponse {
+
+ private String requestId;
+
+ private List typeList;
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ public List getTypeList() {
+ return this.typeList;
+ }
+
+ public void setTypeList(List typeList) {
+ this.typeList = typeList;
+ }
+
+ public static class Items {
+
+ private String taskType;
+
+ private String taskTypeInfoEn;
+
+ private String taskTypeInfoZh;
+
+ private Integer count;
+
+ public String getTaskType() {
+ return this.taskType;
+ }
+
+ public void setTaskType(String taskType) {
+ this.taskType = taskType;
+ }
+
+ public String getTaskTypeInfoEn() {
+ return this.taskTypeInfoEn;
+ }
+
+ public void setTaskTypeInfoEn(String taskTypeInfoEn) {
+ this.taskTypeInfoEn = taskTypeInfoEn;
+ }
+
+ public String getTaskTypeInfoZh() {
+ return this.taskTypeInfoZh;
+ }
+
+ public void setTaskTypeInfoZh(String taskTypeInfoZh) {
+ this.taskTypeInfoZh = taskTypeInfoZh;
+ }
+
+ public Integer getCount() {
+ return this.count;
+ }
+
+ public void setCount(Integer count) {
+ this.count = count;
+ }
+ }
+
+ @Override
+ public DescribeActiveOperationTaskTypeResponse getInstance(UnmarshallerContext context) {
+ return DescribeActiveOperationTaskTypeResponseUnmarshaller.unmarshall(this, context);
+ }
+
+ @Override
+ public boolean checkShowJsonItemName() {
+ return false;
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTasksRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTasksRequest.java
new file mode 100644
index 0000000000..8d6bebfaa7
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTasksRequest.java
@@ -0,0 +1,249 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.RpcAcsRequest;
+import com.aliyuncs.http.MethodType;
+import com.aliyuncs.hbase.Endpoint;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class DescribeActiveOperationTasksRequest extends RpcAcsRequest {
+
+
+ private Long resourceOwnerId;
+
+ private String productId;
+
+ private String changeLevel;
+
+ private Integer pageNumber;
+
+ private String insName;
+
+ private String securityToken;
+
+ private Integer pageSize;
+
+ private String taskType;
+
+ private String resourceOwnerAccount;
+
+ private String ownerAccount;
+
+ private Integer allowCancel;
+
+ private Long ownerId;
+
+ private String dbType;
+
+ private Integer allowChange;
+
+ private String region;
+
+ private Integer status;
+ public DescribeActiveOperationTasksRequest() {
+ super("HBase", "2019-01-01", "DescribeActiveOperationTasks");
+ setMethod(MethodType.POST);
+ try {
+ com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
+ com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
+ } catch (Exception e) {}
+ }
+
+ public Long getResourceOwnerId() {
+ return this.resourceOwnerId;
+ }
+
+ public void setResourceOwnerId(Long resourceOwnerId) {
+ this.resourceOwnerId = resourceOwnerId;
+ if(resourceOwnerId != null){
+ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
+ }
+ }
+
+ public String getProductId() {
+ return this.productId;
+ }
+
+ public void setProductId(String productId) {
+ this.productId = productId;
+ if(productId != null){
+ putQueryParameter("ProductId", productId);
+ }
+ }
+
+ public String getChangeLevel() {
+ return this.changeLevel;
+ }
+
+ public void setChangeLevel(String changeLevel) {
+ this.changeLevel = changeLevel;
+ if(changeLevel != null){
+ putQueryParameter("ChangeLevel", changeLevel);
+ }
+ }
+
+ public Integer getPageNumber() {
+ return this.pageNumber;
+ }
+
+ public void setPageNumber(Integer pageNumber) {
+ this.pageNumber = pageNumber;
+ if(pageNumber != null){
+ putQueryParameter("PageNumber", pageNumber.toString());
+ }
+ }
+
+ public String getInsName() {
+ return this.insName;
+ }
+
+ public void setInsName(String insName) {
+ this.insName = insName;
+ if(insName != null){
+ putQueryParameter("InsName", insName);
+ }
+ }
+
+ public String getSecurityToken() {
+ return this.securityToken;
+ }
+
+ public void setSecurityToken(String securityToken) {
+ this.securityToken = securityToken;
+ if(securityToken != null){
+ putQueryParameter("SecurityToken", securityToken);
+ }
+ }
+
+ public Integer getPageSize() {
+ return this.pageSize;
+ }
+
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
+ if(pageSize != null){
+ putQueryParameter("PageSize", pageSize.toString());
+ }
+ }
+
+ public String getTaskType() {
+ return this.taskType;
+ }
+
+ public void setTaskType(String taskType) {
+ this.taskType = taskType;
+ if(taskType != null){
+ putQueryParameter("TaskType", taskType);
+ }
+ }
+
+ public String getResourceOwnerAccount() {
+ return this.resourceOwnerAccount;
+ }
+
+ public void setResourceOwnerAccount(String resourceOwnerAccount) {
+ this.resourceOwnerAccount = resourceOwnerAccount;
+ if(resourceOwnerAccount != null){
+ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
+ }
+ }
+
+ public String getOwnerAccount() {
+ return this.ownerAccount;
+ }
+
+ public void setOwnerAccount(String ownerAccount) {
+ this.ownerAccount = ownerAccount;
+ if(ownerAccount != null){
+ putQueryParameter("OwnerAccount", ownerAccount);
+ }
+ }
+
+ public Integer getAllowCancel() {
+ return this.allowCancel;
+ }
+
+ public void setAllowCancel(Integer allowCancel) {
+ this.allowCancel = allowCancel;
+ if(allowCancel != null){
+ putQueryParameter("AllowCancel", allowCancel.toString());
+ }
+ }
+
+ public Long getOwnerId() {
+ return this.ownerId;
+ }
+
+ public void setOwnerId(Long ownerId) {
+ this.ownerId = ownerId;
+ if(ownerId != null){
+ putQueryParameter("OwnerId", ownerId.toString());
+ }
+ }
+
+ public String getDbType() {
+ return this.dbType;
+ }
+
+ public void setDbType(String dbType) {
+ this.dbType = dbType;
+ if(dbType != null){
+ putQueryParameter("DbType", dbType);
+ }
+ }
+
+ public Integer getAllowChange() {
+ return this.allowChange;
+ }
+
+ public void setAllowChange(Integer allowChange) {
+ this.allowChange = allowChange;
+ if(allowChange != null){
+ putQueryParameter("AllowChange", allowChange.toString());
+ }
+ }
+
+ public String getRegion() {
+ return this.region;
+ }
+
+ public void setRegion(String region) {
+ this.region = region;
+ if(region != null){
+ putQueryParameter("Region", region);
+ }
+ }
+
+ public Integer getStatus() {
+ return this.status;
+ }
+
+ public void setStatus(Integer status) {
+ this.status = status;
+ if(status != null){
+ putQueryParameter("Status", status.toString());
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return DescribeActiveOperationTasksResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTasksResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTasksResponse.java
new file mode 100644
index 0000000000..8386e08dca
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeActiveOperationTasksResponse.java
@@ -0,0 +1,350 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import java.util.List;
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.DescribeActiveOperationTasksResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class DescribeActiveOperationTasksResponse extends AcsResponse {
+
+ private Integer pageNumber;
+
+ private String requestId;
+
+ private Integer pageSize;
+
+ private Integer totalRecordCount;
+
+ private List items;
+
+ public Integer getPageNumber() {
+ return this.pageNumber;
+ }
+
+ public void setPageNumber(Integer pageNumber) {
+ this.pageNumber = pageNumber;
+ }
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ public Integer getPageSize() {
+ return this.pageSize;
+ }
+
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
+ }
+
+ public Integer getTotalRecordCount() {
+ return this.totalRecordCount;
+ }
+
+ public void setTotalRecordCount(Integer totalRecordCount) {
+ this.totalRecordCount = totalRecordCount;
+ }
+
+ public List getItems() {
+ return this.items;
+ }
+
+ public void setItems(List items) {
+ this.items = items;
+ }
+
+ public static class ItemsItem {
+
+ private Integer status;
+
+ private String changeLevelEn;
+
+ private String taskType;
+
+ private String insName;
+
+ private String region;
+
+ private String impactZh;
+
+ private String createdTime;
+
+ private String switchTime;
+
+ private String changeLevelZh;
+
+ private String deadline;
+
+ private String prepareInterval;
+
+ private String taskTypeZh;
+
+ private String currentAVZ;
+
+ private String allowChange;
+
+ private String dbVersion;
+
+ private String impactEn;
+
+ private String insComment;
+
+ private String startTime;
+
+ private String modifiedTime;
+
+ private String allowCancel;
+
+ private String dbType;
+
+ private String changeLevel;
+
+ private String taskTypeEn;
+
+ private String resultInfo;
+
+ private Integer id;
+
+ private List subInsNames;
+
+ public Integer getStatus() {
+ return this.status;
+ }
+
+ public void setStatus(Integer status) {
+ this.status = status;
+ }
+
+ public String getChangeLevelEn() {
+ return this.changeLevelEn;
+ }
+
+ public void setChangeLevelEn(String changeLevelEn) {
+ this.changeLevelEn = changeLevelEn;
+ }
+
+ public String getTaskType() {
+ return this.taskType;
+ }
+
+ public void setTaskType(String taskType) {
+ this.taskType = taskType;
+ }
+
+ public String getInsName() {
+ return this.insName;
+ }
+
+ public void setInsName(String insName) {
+ this.insName = insName;
+ }
+
+ public String getRegion() {
+ return this.region;
+ }
+
+ public void setRegion(String region) {
+ this.region = region;
+ }
+
+ public String getImpactZh() {
+ return this.impactZh;
+ }
+
+ public void setImpactZh(String impactZh) {
+ this.impactZh = impactZh;
+ }
+
+ public String getCreatedTime() {
+ return this.createdTime;
+ }
+
+ public void setCreatedTime(String createdTime) {
+ this.createdTime = createdTime;
+ }
+
+ public String getSwitchTime() {
+ return this.switchTime;
+ }
+
+ public void setSwitchTime(String switchTime) {
+ this.switchTime = switchTime;
+ }
+
+ public String getChangeLevelZh() {
+ return this.changeLevelZh;
+ }
+
+ public void setChangeLevelZh(String changeLevelZh) {
+ this.changeLevelZh = changeLevelZh;
+ }
+
+ public String getDeadline() {
+ return this.deadline;
+ }
+
+ public void setDeadline(String deadline) {
+ this.deadline = deadline;
+ }
+
+ public String getPrepareInterval() {
+ return this.prepareInterval;
+ }
+
+ public void setPrepareInterval(String prepareInterval) {
+ this.prepareInterval = prepareInterval;
+ }
+
+ public String getTaskTypeZh() {
+ return this.taskTypeZh;
+ }
+
+ public void setTaskTypeZh(String taskTypeZh) {
+ this.taskTypeZh = taskTypeZh;
+ }
+
+ public String getCurrentAVZ() {
+ return this.currentAVZ;
+ }
+
+ public void setCurrentAVZ(String currentAVZ) {
+ this.currentAVZ = currentAVZ;
+ }
+
+ public String getAllowChange() {
+ return this.allowChange;
+ }
+
+ public void setAllowChange(String allowChange) {
+ this.allowChange = allowChange;
+ }
+
+ public String getDbVersion() {
+ return this.dbVersion;
+ }
+
+ public void setDbVersion(String dbVersion) {
+ this.dbVersion = dbVersion;
+ }
+
+ public String getImpactEn() {
+ return this.impactEn;
+ }
+
+ public void setImpactEn(String impactEn) {
+ this.impactEn = impactEn;
+ }
+
+ public String getInsComment() {
+ return this.insComment;
+ }
+
+ public void setInsComment(String insComment) {
+ this.insComment = insComment;
+ }
+
+ public String getStartTime() {
+ return this.startTime;
+ }
+
+ public void setStartTime(String startTime) {
+ this.startTime = startTime;
+ }
+
+ public String getModifiedTime() {
+ return this.modifiedTime;
+ }
+
+ public void setModifiedTime(String modifiedTime) {
+ this.modifiedTime = modifiedTime;
+ }
+
+ public String getAllowCancel() {
+ return this.allowCancel;
+ }
+
+ public void setAllowCancel(String allowCancel) {
+ this.allowCancel = allowCancel;
+ }
+
+ public String getDbType() {
+ return this.dbType;
+ }
+
+ public void setDbType(String dbType) {
+ this.dbType = dbType;
+ }
+
+ public String getChangeLevel() {
+ return this.changeLevel;
+ }
+
+ public void setChangeLevel(String changeLevel) {
+ this.changeLevel = changeLevel;
+ }
+
+ public String getTaskTypeEn() {
+ return this.taskTypeEn;
+ }
+
+ public void setTaskTypeEn(String taskTypeEn) {
+ this.taskTypeEn = taskTypeEn;
+ }
+
+ public String getResultInfo() {
+ return this.resultInfo;
+ }
+
+ public void setResultInfo(String resultInfo) {
+ this.resultInfo = resultInfo;
+ }
+
+ public Integer getId() {
+ return this.id;
+ }
+
+ public void setId(Integer id) {
+ this.id = id;
+ }
+
+ public List getSubInsNames() {
+ return this.subInsNames;
+ }
+
+ public void setSubInsNames(List subInsNames) {
+ this.subInsNames = subInsNames;
+ }
+ }
+
+ @Override
+ public DescribeActiveOperationTasksResponse getInstance(UnmarshallerContext context) {
+ return DescribeActiveOperationTasksResponseUnmarshaller.unmarshall(this, context);
+ }
+
+ @Override
+ public boolean checkShowJsonItemName() {
+ return false;
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeAvailableResourceRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeAvailableResourceRequest.java
index 37b7f1e884..f40e3cf783 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeAvailableResourceRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeAvailableResourceRequest.java
@@ -37,7 +37,7 @@ public class DescribeAvailableResourceRequest extends RpcAcsRequest availableZones) {
public static class AvailableZone {
- private String regionId;
-
private String zoneId;
+ private String regionId;
+
private List supportedEngines;
private List masterResources;
- public String getRegionId() {
- return this.regionId;
- }
-
- public void setRegionId(String regionId) {
- this.regionId = regionId;
- }
-
public String getZoneId() {
return this.zoneId;
}
@@ -71,6 +63,14 @@ public void setZoneId(String zoneId) {
this.zoneId = zoneId;
}
+ public String getRegionId() {
+ return this.regionId;
+ }
+
+ public void setRegionId(String regionId) {
+ this.regionId = regionId;
+ }
+
public List getSupportedEngines() {
return this.supportedEngines;
}
@@ -221,10 +221,10 @@ public static class DBInstanceStorageRange {
private Integer maxSize;
- private Integer minSize;
-
private Integer stepSize;
+ private Integer minSize;
+
public Integer getMaxSize() {
return this.maxSize;
}
@@ -233,14 +233,6 @@ public void setMaxSize(Integer maxSize) {
this.maxSize = maxSize;
}
- public Integer getMinSize() {
- return this.minSize;
- }
-
- public void setMinSize(Integer minSize) {
- this.minSize = minSize;
- }
-
public Integer getStepSize() {
return this.stepSize;
}
@@ -248,21 +240,21 @@ public Integer getStepSize() {
public void setStepSize(Integer stepSize) {
this.stepSize = stepSize;
}
+
+ public Integer getMinSize() {
+ return this.minSize;
+ }
+
+ public void setMinSize(Integer minSize) {
+ this.minSize = minSize;
+ }
}
public static class InstanceTypeDetail {
- private Integer cpu;
-
private Integer mem;
- public Integer getCpu() {
- return this.cpu;
- }
-
- public void setCpu(Integer cpu) {
- this.cpu = cpu;
- }
+ private Integer cpu;
public Integer getMem() {
return this.mem;
@@ -271,6 +263,14 @@ public Integer getMem() {
public void setMem(Integer mem) {
this.mem = mem;
}
+
+ public Integer getCpu() {
+ return this.cpu;
+ }
+
+ public void setCpu(Integer cpu) {
+ this.cpu = cpu;
+ }
}
}
}
@@ -302,17 +302,9 @@ public void setInstanceTypeDetail1(InstanceTypeDetail1 instanceTypeDetail1) {
public static class InstanceTypeDetail1 {
- private Integer cpu;
-
private Integer mem;
- public Integer getCpu() {
- return this.cpu;
- }
-
- public void setCpu(Integer cpu) {
- this.cpu = cpu;
- }
+ private Integer cpu;
public Integer getMem() {
return this.mem;
@@ -321,6 +313,14 @@ public Integer getMem() {
public void setMem(Integer mem) {
this.mem = mem;
}
+
+ public Integer getCpu() {
+ return this.cpu;
+ }
+
+ public void setCpu(Integer cpu) {
+ this.cpu = cpu;
+ }
}
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPlanConfigRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPlanConfigRequest.java
index 5160ee2d88..610b671d0c 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPlanConfigRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPlanConfigRequest.java
@@ -27,7 +27,7 @@ public class DescribeBackupPlanConfigRequest extends RpcAcsRequest tables;
public String getRequestId() {
@@ -43,14 +43,6 @@ public void setRequestId(String requestId) {
this.requestId = requestId;
}
- public Integer getFullBackupCycle() {
- return this.fullBackupCycle;
- }
-
- public void setFullBackupCycle(Integer fullBackupCycle) {
- this.fullBackupCycle = fullBackupCycle;
- }
-
public Integer getMinHFileBackupCount() {
return this.minHFileBackupCount;
}
@@ -67,6 +59,14 @@ public void setNextFullBackupDate(String nextFullBackupDate) {
this.nextFullBackupDate = nextFullBackupDate;
}
+ public Integer getFullBackupCycle() {
+ return this.fullBackupCycle;
+ }
+
+ public void setFullBackupCycle(Integer fullBackupCycle) {
+ this.fullBackupCycle = fullBackupCycle;
+ }
+
public List getTables() {
return this.tables;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPolicyRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPolicyRequest.java
index b2ed22036c..11527fe58f 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPolicyRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupPolicyRequest.java
@@ -27,7 +27,7 @@ public class DescribeBackupPolicyRequest extends RpcAcsRequest records;
public String getHasMore() {
@@ -140,12 +140,12 @@ public void setHasMore(String hasMore) {
this.hasMore = hasMore;
}
- public String getNextFullBackupDate() {
- return this.nextFullBackupDate;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setNextFullBackupDate(String nextFullBackupDate) {
- this.nextFullBackupDate = nextFullBackupDate;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
}
public Integer getPageNumber() {
@@ -156,14 +156,6 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
- }
-
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
- }
-
public Integer getTotal() {
return this.total;
}
@@ -172,6 +164,14 @@ public void setTotal(Integer total) {
this.total = total;
}
+ public String getNextFullBackupDate() {
+ return this.nextFullBackupDate;
+ }
+
+ public void setNextFullBackupDate(String nextFullBackupDate) {
+ this.nextFullBackupDate = nextFullBackupDate;
+ }
+
public List getRecords() {
return this.records;
}
@@ -182,26 +182,26 @@ public void setRecords(List records) {
public static class Record {
- private String recordId;
+ private String status;
private String finishTime;
private String process;
- private String createTime;
-
private String dataSize;
private String speed;
- private String status;
+ private String recordId;
- public String getRecordId() {
- return this.recordId;
+ private String createTime;
+
+ public String getStatus() {
+ return this.status;
}
- public void setRecordId(String recordId) {
- this.recordId = recordId;
+ public void setStatus(String status) {
+ this.status = status;
}
public String getFinishTime() {
@@ -220,14 +220,6 @@ public void setProcess(String process) {
this.process = process;
}
- public String getCreateTime() {
- return this.createTime;
- }
-
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
- }
-
public String getDataSize() {
return this.dataSize;
}
@@ -244,12 +236,20 @@ public void setSpeed(String speed) {
this.speed = speed;
}
- public String getStatus() {
- return this.status;
+ public String getRecordId() {
+ return this.recordId;
}
- public void setStatus(String status) {
- this.status = status;
+ public void setRecordId(String recordId) {
+ this.recordId = recordId;
+ }
+
+ public String getCreateTime() {
+ return this.createTime;
+ }
+
+ public void setCreateTime(String createTime) {
+ this.createTime = createTime;
}
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupTablesRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupTablesRequest.java
index dfffa5ed20..362701b5a6 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupTablesRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupTablesRequest.java
@@ -33,7 +33,7 @@ public class DescribeBackupTablesRequest extends RpcAcsRequest backupRecords;
private List tables;
- public String getRequestId() {
- return this.requestId;
+ public Integer getPageNumber() {
+ return this.pageNumber;
}
- public void setRequestId(String requestId) {
- this.requestId = requestId;
+ public void setPageNumber(Integer pageNumber) {
+ this.pageNumber = pageNumber;
}
- public Long getTotal() {
- return this.total;
+ public String getRequestId() {
+ return this.requestId;
}
- public void setTotal(Long total) {
- this.total = total;
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
}
public Integer getPageSize() {
@@ -61,12 +61,12 @@ public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
- public Integer getPageNumber() {
- return this.pageNumber;
+ public Long getTotal() {
+ return this.total;
}
- public void setPageNumber(Integer pageNumber) {
- this.pageNumber = pageNumber;
+ public void setTotal(Long total) {
+ this.total = total;
}
public List getBackupRecords() {
@@ -87,36 +87,28 @@ public void setTables(List tables) {
public static class BackupRecord {
- private String table;
-
- private String state;
+ private String endTime;
private String startTime;
- private String endTime;
-
private String process;
private String dataSize;
private String speed;
- private String message;
+ private String state;
- public String getTable() {
- return this.table;
- }
+ private String message;
- public void setTable(String table) {
- this.table = table;
- }
+ private String table;
- public String getState() {
- return this.state;
+ public String getEndTime() {
+ return this.endTime;
}
- public void setState(String state) {
- this.state = state;
+ public void setEndTime(String endTime) {
+ this.endTime = endTime;
}
public String getStartTime() {
@@ -127,14 +119,6 @@ public void setStartTime(String startTime) {
this.startTime = startTime;
}
- public String getEndTime() {
- return this.endTime;
- }
-
- public void setEndTime(String endTime) {
- this.endTime = endTime;
- }
-
public String getProcess() {
return this.process;
}
@@ -159,6 +143,14 @@ public void setSpeed(String speed) {
this.speed = speed;
}
+ public String getState() {
+ return this.state;
+ }
+
+ public void setState(String state) {
+ this.state = state;
+ }
+
public String getMessage() {
return this.message;
}
@@ -166,6 +158,14 @@ public String getMessage() {
public void setMessage(String message) {
this.message = message;
}
+
+ public String getTable() {
+ return this.table;
+ }
+
+ public void setTable(String table) {
+ this.table = table;
+ }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupsRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupsRequest.java
index 4085b75a2c..0e2ab4abc9 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupsRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeBackupsRequest.java
@@ -41,7 +41,7 @@ public class DescribeBackupsRequest extends RpcAcsRequest backups;
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
public String getEnableStatus() {
return this.enableStatus;
}
@@ -53,6 +45,14 @@ public void setEnableStatus(String enableStatus) {
this.enableStatus = enableStatus;
}
+ public Integer getPageSize() {
+ return this.pageSize;
+ }
+
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
+ }
+
public Integer getPageNumber() {
return this.pageNumber;
}
@@ -61,12 +61,12 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public String getRequestId() {
+ return this.requestId;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
}
public Integer getTotalCount() {
@@ -87,45 +87,29 @@ public void setBackups(List backups) {
public static class Backup {
- private String backupDBNames;
-
- private Integer backupId;
-
private String backupStatus;
private String backupStartTime;
- private String backupEndTime;
-
private String backupType;
- private String backupMode;
+ private String backupDownloadURL;
- private String backupMethod;
+ private String backupStartTimeUTC;
- private String backupDownloadURL;
+ private String backupEndTime;
- private String backupSize;
+ private String backupDBNames;
- private String backupStartTimeUTC;
+ private Integer backupId;
private String backupEndTimeUTC;
- public String getBackupDBNames() {
- return this.backupDBNames;
- }
-
- public void setBackupDBNames(String backupDBNames) {
- this.backupDBNames = backupDBNames;
- }
+ private String backupSize;
- public Integer getBackupId() {
- return this.backupId;
- }
+ private String backupMode;
- public void setBackupId(Integer backupId) {
- this.backupId = backupId;
- }
+ private String backupMethod;
public String getBackupStatus() {
return this.backupStatus;
@@ -143,14 +127,6 @@ public void setBackupStartTime(String backupStartTime) {
this.backupStartTime = backupStartTime;
}
- public String getBackupEndTime() {
- return this.backupEndTime;
- }
-
- public void setBackupEndTime(String backupEndTime) {
- this.backupEndTime = backupEndTime;
- }
-
public String getBackupType() {
return this.backupType;
}
@@ -159,44 +135,44 @@ public void setBackupType(String backupType) {
this.backupType = backupType;
}
- public String getBackupMode() {
- return this.backupMode;
+ public String getBackupDownloadURL() {
+ return this.backupDownloadURL;
}
- public void setBackupMode(String backupMode) {
- this.backupMode = backupMode;
+ public void setBackupDownloadURL(String backupDownloadURL) {
+ this.backupDownloadURL = backupDownloadURL;
}
- public String getBackupMethod() {
- return this.backupMethod;
+ public String getBackupStartTimeUTC() {
+ return this.backupStartTimeUTC;
}
- public void setBackupMethod(String backupMethod) {
- this.backupMethod = backupMethod;
+ public void setBackupStartTimeUTC(String backupStartTimeUTC) {
+ this.backupStartTimeUTC = backupStartTimeUTC;
}
- public String getBackupDownloadURL() {
- return this.backupDownloadURL;
+ public String getBackupEndTime() {
+ return this.backupEndTime;
}
- public void setBackupDownloadURL(String backupDownloadURL) {
- this.backupDownloadURL = backupDownloadURL;
+ public void setBackupEndTime(String backupEndTime) {
+ this.backupEndTime = backupEndTime;
}
- public String getBackupSize() {
- return this.backupSize;
+ public String getBackupDBNames() {
+ return this.backupDBNames;
}
- public void setBackupSize(String backupSize) {
- this.backupSize = backupSize;
+ public void setBackupDBNames(String backupDBNames) {
+ this.backupDBNames = backupDBNames;
}
- public String getBackupStartTimeUTC() {
- return this.backupStartTimeUTC;
+ public Integer getBackupId() {
+ return this.backupId;
}
- public void setBackupStartTimeUTC(String backupStartTimeUTC) {
- this.backupStartTimeUTC = backupStartTimeUTC;
+ public void setBackupId(Integer backupId) {
+ this.backupId = backupId;
}
public String getBackupEndTimeUTC() {
@@ -206,6 +182,30 @@ public String getBackupEndTimeUTC() {
public void setBackupEndTimeUTC(String backupEndTimeUTC) {
this.backupEndTimeUTC = backupEndTimeUTC;
}
+
+ public String getBackupSize() {
+ return this.backupSize;
+ }
+
+ public void setBackupSize(String backupSize) {
+ this.backupSize = backupSize;
+ }
+
+ public String getBackupMode() {
+ return this.backupMode;
+ }
+
+ public void setBackupMode(String backupMode) {
+ this.backupMode = backupMode;
+ }
+
+ public String getBackupMethod() {
+ return this.backupMethod;
+ }
+
+ public void setBackupMethod(String backupMethod) {
+ this.backupMethod = backupMethod;
+ }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeClusterConnectionRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeClusterConnectionRequest.java
index 6a7ac1bde6..4f9bf9a84e 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeClusterConnectionRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeClusterConnectionRequest.java
@@ -27,7 +27,7 @@ public class DescribeClusterConnectionRequest extends RpcAcsRequest zkConnAddrs;
private List slbConnAddrs;
@@ -47,22 +47,6 @@ public class DescribeClusterConnectionResponse extends AcsResponse {
private ThriftConn thriftConn;
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
-
- public String getNetType() {
- return this.netType;
- }
-
- public void setNetType(String netType) {
- this.netType = netType;
- }
-
public String getVpcId() {
return this.vpcId;
}
@@ -79,12 +63,12 @@ public void setVSwitchId(String vSwitchId) {
this.vSwitchId = vSwitchId;
}
- public String getDbType() {
- return this.dbType;
+ public String getRequestId() {
+ return this.requestId;
}
- public void setDbType(String dbType) {
- this.dbType = dbType;
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
}
public String getIsMultimod() {
@@ -95,6 +79,22 @@ public void setIsMultimod(String isMultimod) {
this.isMultimod = isMultimod;
}
+ public String getDbType() {
+ return this.dbType;
+ }
+
+ public void setDbType(String dbType) {
+ this.dbType = dbType;
+ }
+
+ public String getNetType() {
+ return this.netType;
+ }
+
+ public void setNetType(String netType) {
+ this.netType = netType;
+ }
+
public List getZkConnAddrs() {
return this.zkConnAddrs;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeColdStorageRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeColdStorageRequest.java
index 77a87e4cf8..0c0e0d220b 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeColdStorageRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeColdStorageRequest.java
@@ -27,7 +27,7 @@ public class DescribeColdStorageRequest extends RpcAcsRequest instances;
- public String getRequestId() {
- return this.requestId;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setRequestId(String requestId) {
- this.requestId = requestId;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
}
- public Long getTotalCount() {
- return this.totalCount;
+ public String getRequestId() {
+ return this.requestId;
}
- public void setTotalCount(Long totalCount) {
- this.totalCount = totalCount;
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
}
public Integer getPageNumber() {
@@ -59,12 +59,12 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public Long getTotalCount() {
+ return this.totalCount;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setTotalCount(Long totalCount) {
+ this.totalCount = totalCount;
}
public List getInstances() {
@@ -77,76 +77,76 @@ public void setInstances(List instances) {
public static class Instance {
- private String instanceId;
+ private String status;
- private String instanceName;
+ private String instanceId;
- private String status;
+ private String regionId;
- private String majorVersion;
+ private String parentId;
- private String engine;
+ private String clusterType;
- private String regionId;
+ private String instanceName;
private String zoneId;
- private String createdTime;
-
private String deleteTime;
- private String clusterType;
-
private String moduleStackVersion;
- private String parentId;
+ private String majorVersion;
- public String getInstanceId() {
- return this.instanceId;
+ private String engine;
+
+ private String createdTime;
+
+ public String getStatus() {
+ return this.status;
}
- public void setInstanceId(String instanceId) {
- this.instanceId = instanceId;
+ public void setStatus(String status) {
+ this.status = status;
}
- public String getInstanceName() {
- return this.instanceName;
+ public String getInstanceId() {
+ return this.instanceId;
}
- public void setInstanceName(String instanceName) {
- this.instanceName = instanceName;
+ public void setInstanceId(String instanceId) {
+ this.instanceId = instanceId;
}
- public String getStatus() {
- return this.status;
+ public String getRegionId() {
+ return this.regionId;
}
- public void setStatus(String status) {
- this.status = status;
+ public void setRegionId(String regionId) {
+ this.regionId = regionId;
}
- public String getMajorVersion() {
- return this.majorVersion;
+ public String getParentId() {
+ return this.parentId;
}
- public void setMajorVersion(String majorVersion) {
- this.majorVersion = majorVersion;
+ public void setParentId(String parentId) {
+ this.parentId = parentId;
}
- public String getEngine() {
- return this.engine;
+ public String getClusterType() {
+ return this.clusterType;
}
- public void setEngine(String engine) {
- this.engine = engine;
+ public void setClusterType(String clusterType) {
+ this.clusterType = clusterType;
}
- public String getRegionId() {
- return this.regionId;
+ public String getInstanceName() {
+ return this.instanceName;
}
- public void setRegionId(String regionId) {
- this.regionId = regionId;
+ public void setInstanceName(String instanceName) {
+ this.instanceName = instanceName;
}
public String getZoneId() {
@@ -157,14 +157,6 @@ public void setZoneId(String zoneId) {
this.zoneId = zoneId;
}
- public String getCreatedTime() {
- return this.createdTime;
- }
-
- public void setCreatedTime(String createdTime) {
- this.createdTime = createdTime;
- }
-
public String getDeleteTime() {
return this.deleteTime;
}
@@ -173,14 +165,6 @@ public void setDeleteTime(String deleteTime) {
this.deleteTime = deleteTime;
}
- public String getClusterType() {
- return this.clusterType;
- }
-
- public void setClusterType(String clusterType) {
- this.clusterType = clusterType;
- }
-
public String getModuleStackVersion() {
return this.moduleStackVersion;
}
@@ -189,12 +173,28 @@ public void setModuleStackVersion(String moduleStackVersion) {
this.moduleStackVersion = moduleStackVersion;
}
- public String getParentId() {
- return this.parentId;
+ public String getMajorVersion() {
+ return this.majorVersion;
}
- public void setParentId(String parentId) {
- this.parentId = parentId;
+ public void setMajorVersion(String majorVersion) {
+ this.majorVersion = majorVersion;
+ }
+
+ public String getEngine() {
+ return this.engine;
+ }
+
+ public void setEngine(String engine) {
+ this.engine = engine;
+ }
+
+ public String getCreatedTime() {
+ return this.createdTime;
+ }
+
+ public void setCreatedTime(String createdTime) {
+ this.createdTime = createdTime;
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeDiskWarningLineRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeDiskWarningLineRequest.java
index d80d4db04e..81b96149ae 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeDiskWarningLineRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeDiskWarningLineRequest.java
@@ -27,7 +27,7 @@ public class DescribeDiskWarningLineRequest extends RpcAcsRequest connAddrs;
-
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
+ private String requestId;
- public String getNetType() {
- return this.netType;
- }
+ private String netType;
- public void setNetType(String netType) {
- this.netType = netType;
- }
+ private List connAddrs;
public String getVpcId() {
return this.vpcId;
@@ -77,6 +61,22 @@ public void setEngine(String engine) {
this.engine = engine;
}
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ public String getNetType() {
+ return this.netType;
+ }
+
+ public void setNetType(String netType) {
+ this.netType = netType;
+ }
+
public List getConnAddrs() {
return this.connAddrs;
}
@@ -87,21 +87,13 @@ public void setConnAddrs(List connAddrs) {
public static class ConnAddrInfo {
- private String connType;
-
private String connAddr;
private String connAddrPort;
- private String netType;
-
- public String getConnType() {
- return this.connType;
- }
+ private String connType;
- public void setConnType(String connType) {
- this.connType = connType;
- }
+ private String netType;
public String getConnAddr() {
return this.connAddr;
@@ -119,6 +111,14 @@ public void setConnAddrPort(String connAddrPort) {
this.connAddrPort = connAddrPort;
}
+ public String getConnType() {
+ return this.connType;
+ }
+
+ public void setConnType(String connType) {
+ this.connType = connType;
+ }
+
public String getNetType() {
return this.netType;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceRequest.java
index 984b9156b5..f0525cad45 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceRequest.java
@@ -27,7 +27,7 @@ public class DescribeInstanceRequest extends RpcAcsRequest tags;
private List needUpgradeComps;
@@ -511,6 +517,14 @@ public void setTaskProgress(String taskProgress) {
this.taskProgress = taskProgress;
}
+ public String getTaskStatus() {
+ return this.taskStatus;
+ }
+
+ public void setTaskStatus(String taskStatus) {
+ this.taskStatus = taskStatus;
+ }
+
public Integer getCoreNodeCount() {
return this.coreNodeCount;
}
@@ -519,6 +533,22 @@ public void setCoreNodeCount(Integer coreNodeCount) {
this.coreNodeCount = coreNodeCount;
}
+ public Boolean getEnableHbaseProxy() {
+ return this.enableHbaseProxy;
+ }
+
+ public void setEnableHbaseProxy(Boolean enableHbaseProxy) {
+ this.enableHbaseProxy = enableHbaseProxy;
+ }
+
+ public String getLproxyMinorVersion() {
+ return this.lproxyMinorVersion;
+ }
+
+ public void setLproxyMinorVersion(String lproxyMinorVersion) {
+ this.lproxyMinorVersion = lproxyMinorVersion;
+ }
+
public List getTags() {
return this.tags;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceTypeRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceTypeRequest.java
index 1c059f3a30..6ef052f62e 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceTypeRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeInstanceTypeRequest.java
@@ -27,7 +27,7 @@ public class DescribeInstanceTypeRequest extends RpcAcsRequest groups) {
public static class Group {
- private String groupName;
-
private Integer ipVersion;
- private List ipList;
-
- public String getGroupName() {
- return this.groupName;
- }
+ private String groupName;
- public void setGroupName(String groupName) {
- this.groupName = groupName;
- }
+ private List ipList;
public Integer getIpVersion() {
return this.ipVersion;
@@ -69,6 +61,14 @@ public void setIpVersion(Integer ipVersion) {
this.ipVersion = ipVersion;
}
+ public String getGroupName() {
+ return this.groupName;
+ }
+
+ public void setGroupName(String groupName) {
+ this.groupName = groupName;
+ }
+
public List getIpList() {
return this.ipList;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableRegionsRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableRegionsRequest.java
index f0d1b5404a..ccb67bedb0 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableRegionsRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableRegionsRequest.java
@@ -27,7 +27,7 @@ public class DescribeMultiZoneAvailableRegionsRequest extends RpcAcsRequest regions) {
public static class Region {
- private String localName;
-
private String regionEndpoint;
+ private String localName;
+
private String regionId;
private List availableCombines;
- public String getLocalName() {
- return this.localName;
- }
-
- public void setLocalName(String localName) {
- this.localName = localName;
- }
-
public String getRegionEndpoint() {
return this.regionEndpoint;
}
@@ -71,6 +63,14 @@ public void setRegionEndpoint(String regionEndpoint) {
this.regionEndpoint = regionEndpoint;
}
+ public String getLocalName() {
+ return this.localName;
+ }
+
+ public void setLocalName(String localName) {
+ this.localName = localName;
+ }
+
public String getRegionId() {
return this.regionId;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableResourceRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableResourceRequest.java
index e2f4ea97df..70c2472bf7 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableResourceRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneAvailableResourceRequest.java
@@ -29,7 +29,7 @@ public class DescribeMultiZoneAvailableResourceRequest extends RpcAcsRequest availableZones) {
public static class AvailableZone {
- private String regionId;
-
private String zoneCombination;
+ private String regionId;
+
private List masterResources;
private List supportedEngines;
- public String getRegionId() {
- return this.regionId;
- }
-
- public void setRegionId(String regionId) {
- this.regionId = regionId;
- }
-
public String getZoneCombination() {
return this.zoneCombination;
}
@@ -71,6 +63,14 @@ public void setZoneCombination(String zoneCombination) {
this.zoneCombination = zoneCombination;
}
+ public String getRegionId() {
+ return this.regionId;
+ }
+
+ public void setRegionId(String regionId) {
+ this.regionId = regionId;
+ }
+
public List getMasterResources() {
return this.masterResources;
}
@@ -111,17 +111,9 @@ public void setInstanceTypeDetail(InstanceTypeDetail instanceTypeDetail) {
public static class InstanceTypeDetail {
- private Integer cpu;
-
private Integer mem;
- public Integer getCpu() {
- return this.cpu;
- }
-
- public void setCpu(Integer cpu) {
- this.cpu = cpu;
- }
+ private Integer cpu;
public Integer getMem() {
return this.mem;
@@ -130,6 +122,14 @@ public Integer getMem() {
public void setMem(Integer mem) {
this.mem = mem;
}
+
+ public Integer getCpu() {
+ return this.cpu;
+ }
+
+ public void setCpu(Integer cpu) {
+ this.cpu = cpu;
+ }
}
}
@@ -267,10 +267,10 @@ public static class DBInstanceStorageRange {
private Integer maxSize;
- private Integer minSize;
-
private Integer stepSize;
+ private Integer minSize;
+
public Integer getMaxSize() {
return this.maxSize;
}
@@ -279,14 +279,6 @@ public void setMaxSize(Integer maxSize) {
this.maxSize = maxSize;
}
- public Integer getMinSize() {
- return this.minSize;
- }
-
- public void setMinSize(Integer minSize) {
- this.minSize = minSize;
- }
-
public Integer getStepSize() {
return this.stepSize;
}
@@ -294,21 +286,21 @@ public Integer getStepSize() {
public void setStepSize(Integer stepSize) {
this.stepSize = stepSize;
}
+
+ public Integer getMinSize() {
+ return this.minSize;
+ }
+
+ public void setMinSize(Integer minSize) {
+ this.minSize = minSize;
+ }
}
public static class InstanceTypeDetail1 {
- private Integer cpu;
-
private Integer mem;
- public Integer getCpu() {
- return this.cpu;
- }
-
- public void setCpu(Integer cpu) {
- this.cpu = cpu;
- }
+ private Integer cpu;
public Integer getMem() {
return this.mem;
@@ -317,6 +309,14 @@ public Integer getMem() {
public void setMem(Integer mem) {
this.mem = mem;
}
+
+ public Integer getCpu() {
+ return this.cpu;
+ }
+
+ public void setCpu(Integer cpu) {
+ this.cpu = cpu;
+ }
}
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneClusterRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneClusterRequest.java
index df6c719a9a..0af8cdd00d 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneClusterRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeMultiZoneClusterRequest.java
@@ -27,7 +27,7 @@ public class DescribeMultiZoneClusterRequest extends RpcAcsRequest multiZoneInstanceModels;
+ private String resourceGroupId;
- private List tags;
+ private String engine;
- public Boolean getAutoRenewal() {
- return this.autoRenewal;
- }
+ private String taskProgress;
- public void setAutoRenewal(Boolean autoRenewal) {
- this.autoRenewal = autoRenewal;
- }
+ private String taskStatus;
- public String getClusterId() {
- return this.clusterId;
- }
+ private Integer coreNodeCount;
- public void setClusterId(String clusterId) {
- this.clusterId = clusterId;
- }
+ private Integer coldStorageSize;
- public String getClusterName() {
- return this.clusterName;
- }
+ private List multiZoneInstanceModels;
- public void setClusterName(String clusterName) {
- this.clusterName = clusterName;
- }
+ private List tags;
- public String getCreatedTime() {
- return this.createdTime;
+ public String getVpcId() {
+ return this.vpcId;
}
- public void setCreatedTime(String createdTime) {
- this.createdTime = createdTime;
+ public void setVpcId(String vpcId) {
+ this.vpcId = vpcId;
}
- public String getCreatedTimeUTC() {
- return this.createdTimeUTC;
+ public String getEncryptionType() {
+ return this.encryptionType;
}
- public void setCreatedTimeUTC(String createdTimeUTC) {
- this.createdTimeUTC = createdTimeUTC;
+ public void setEncryptionType(String encryptionType) {
+ this.encryptionType = encryptionType;
}
- public Integer getDuration() {
- return this.duration;
+ public Integer getModuleId() {
+ return this.moduleId;
}
- public void setDuration(Integer duration) {
- this.duration = duration;
+ public void setModuleId(Integer moduleId) {
+ this.moduleId = moduleId;
}
- public String getEngine() {
- return this.engine;
+ public String getPayType() {
+ return this.payType;
}
- public void setEngine(String engine) {
- this.engine = engine;
+ public void setPayType(String payType) {
+ this.payType = payType;
}
- public String getExpireTime() {
- return this.expireTime;
+ public String getArbiterVSwitchIds() {
+ return this.arbiterVSwitchIds;
}
- public void setExpireTime(String expireTime) {
- this.expireTime = expireTime;
+ public void setArbiterVSwitchIds(String arbiterVSwitchIds) {
+ this.arbiterVSwitchIds = arbiterVSwitchIds;
}
- public String getExpireTimeUTC() {
- return this.expireTimeUTC;
+ public Integer getMasterNodeCount() {
+ return this.masterNodeCount;
}
- public void setExpireTimeUTC(String expireTimeUTC) {
- this.expireTimeUTC = expireTimeUTC;
+ public void setMasterNodeCount(Integer masterNodeCount) {
+ this.masterNodeCount = masterNodeCount;
}
- public String getInstanceId() {
- return this.instanceId;
+ public String getRequestId() {
+ return this.requestId;
}
- public void setInstanceId(String instanceId) {
- this.instanceId = instanceId;
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
}
public String getInstanceName() {
@@ -213,132 +195,132 @@ public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
- public Boolean getIsDeletionProtection() {
- return this.isDeletionProtection;
+ public String getCoreInstanceType() {
+ return this.coreInstanceType;
}
- public void setIsDeletionProtection(Boolean isDeletionProtection) {
- this.isDeletionProtection = isDeletionProtection;
+ public void setCoreInstanceType(String coreInstanceType) {
+ this.coreInstanceType = coreInstanceType;
}
- public String getMaintainEndTime() {
- return this.maintainEndTime;
+ public String getEncryptionKey() {
+ return this.encryptionKey;
}
- public void setMaintainEndTime(String maintainEndTime) {
- this.maintainEndTime = maintainEndTime;
+ public void setEncryptionKey(String encryptionKey) {
+ this.encryptionKey = encryptionKey;
}
- public String getMaintainStartTime() {
- return this.maintainStartTime;
+ public String getClusterId() {
+ return this.clusterId;
}
- public void setMaintainStartTime(String maintainStartTime) {
- this.maintainStartTime = maintainStartTime;
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
}
- public String getMajorVersion() {
- return this.majorVersion;
+ public Integer getLogNodeCount() {
+ return this.logNodeCount;
}
- public void setMajorVersion(String majorVersion) {
- this.majorVersion = majorVersion;
+ public void setLogNodeCount(Integer logNodeCount) {
+ this.logNodeCount = logNodeCount;
}
- public Integer getMasterDiskSize() {
- return this.masterDiskSize;
+ public String getExpireTime() {
+ return this.expireTime;
}
- public void setMasterDiskSize(Integer masterDiskSize) {
- this.masterDiskSize = masterDiskSize;
+ public void setExpireTime(String expireTime) {
+ this.expireTime = expireTime;
}
- public String getMasterDiskType() {
- return this.masterDiskType;
+ public String getMultiZoneCombination() {
+ return this.multiZoneCombination;
}
- public void setMasterDiskType(String masterDiskType) {
- this.masterDiskType = masterDiskType;
+ public void setMultiZoneCombination(String multiZoneCombination) {
+ this.multiZoneCombination = multiZoneCombination;
}
- public String getMasterInstanceType() {
- return this.masterInstanceType;
+ public String getInstanceId() {
+ return this.instanceId;
}
- public void setMasterInstanceType(String masterInstanceType) {
- this.masterInstanceType = masterInstanceType;
+ public void setInstanceId(String instanceId) {
+ this.instanceId = instanceId;
}
- public Integer getMasterNodeCount() {
- return this.masterNodeCount;
+ public Boolean getIsDeletionProtection() {
+ return this.isDeletionProtection;
}
- public void setMasterNodeCount(Integer masterNodeCount) {
- this.masterNodeCount = masterNodeCount;
+ public void setIsDeletionProtection(Boolean isDeletionProtection) {
+ this.isDeletionProtection = isDeletionProtection;
}
- public String getCoreDiskCount() {
- return this.coreDiskCount;
+ public Integer getMasterDiskSize() {
+ return this.masterDiskSize;
}
- public void setCoreDiskCount(String coreDiskCount) {
- this.coreDiskCount = coreDiskCount;
+ public void setMasterDiskSize(Integer masterDiskSize) {
+ this.masterDiskSize = masterDiskSize;
}
- public Integer getCoreDiskSize() {
- return this.coreDiskSize;
+ public Boolean getAutoRenewal() {
+ return this.autoRenewal;
}
- public void setCoreDiskSize(Integer coreDiskSize) {
- this.coreDiskSize = coreDiskSize;
+ public void setAutoRenewal(Boolean autoRenewal) {
+ this.autoRenewal = autoRenewal;
}
- public String getCoreDiskType() {
- return this.coreDiskType;
+ public String getClusterName() {
+ return this.clusterName;
}
- public void setCoreDiskType(String coreDiskType) {
- this.coreDiskType = coreDiskType;
+ public void setClusterName(String clusterName) {
+ this.clusterName = clusterName;
}
- public String getCoreInstanceType() {
- return this.coreInstanceType;
+ public Integer getDuration() {
+ return this.duration;
}
- public void setCoreInstanceType(String coreInstanceType) {
- this.coreInstanceType = coreInstanceType;
+ public void setDuration(Integer duration) {
+ this.duration = duration;
}
- public Integer getCoreNodeCount() {
- return this.coreNodeCount;
+ public String getModuleStackVersion() {
+ return this.moduleStackVersion;
}
- public void setCoreNodeCount(Integer coreNodeCount) {
- this.coreNodeCount = coreNodeCount;
+ public void setModuleStackVersion(String moduleStackVersion) {
+ this.moduleStackVersion = moduleStackVersion;
}
- public String getLogDiskCount() {
- return this.logDiskCount;
+ public String getMajorVersion() {
+ return this.majorVersion;
}
- public void setLogDiskCount(String logDiskCount) {
- this.logDiskCount = logDiskCount;
+ public void setMajorVersion(String majorVersion) {
+ this.majorVersion = majorVersion;
}
- public Integer getLogDiskSize() {
- return this.logDiskSize;
+ public String getCoreDiskCount() {
+ return this.coreDiskCount;
}
- public void setLogDiskSize(Integer logDiskSize) {
- this.logDiskSize = logDiskSize;
+ public void setCoreDiskCount(String coreDiskCount) {
+ this.coreDiskCount = coreDiskCount;
}
- public String getLogDiskType() {
- return this.logDiskType;
+ public String getStatus() {
+ return this.status;
}
- public void setLogDiskType(String logDiskType) {
- this.logDiskType = logDiskType;
+ public void setStatus(String status) {
+ this.status = status;
}
public String getLogInstanceType() {
@@ -349,28 +331,28 @@ public void setLogInstanceType(String logInstanceType) {
this.logInstanceType = logInstanceType;
}
- public Integer getLogNodeCount() {
- return this.logNodeCount;
+ public Integer getLogDiskSize() {
+ return this.logDiskSize;
}
- public void setLogNodeCount(Integer logNodeCount) {
- this.logNodeCount = logNodeCount;
+ public void setLogDiskSize(Integer logDiskSize) {
+ this.logDiskSize = logDiskSize;
}
- public Integer getModuleId() {
- return this.moduleId;
+ public String getCoreDiskType() {
+ return this.coreDiskType;
}
- public void setModuleId(Integer moduleId) {
- this.moduleId = moduleId;
+ public void setCoreDiskType(String coreDiskType) {
+ this.coreDiskType = coreDiskType;
}
- public String getModuleStackVersion() {
- return this.moduleStackVersion;
+ public String getStandbyZoneId() {
+ return this.standbyZoneId;
}
- public void setModuleStackVersion(String moduleStackVersion) {
- this.moduleStackVersion = moduleStackVersion;
+ public void setStandbyZoneId(String standbyZoneId) {
+ this.standbyZoneId = standbyZoneId;
}
public String getNetworkType() {
@@ -381,76 +363,76 @@ public void setNetworkType(String networkType) {
this.networkType = networkType;
}
- public String getParentId() {
- return this.parentId;
+ public String getPrimaryVSwitchIds() {
+ return this.primaryVSwitchIds;
}
- public void setParentId(String parentId) {
- this.parentId = parentId;
+ public void setPrimaryVSwitchIds(String primaryVSwitchIds) {
+ this.primaryVSwitchIds = primaryVSwitchIds;
}
- public String getPayType() {
- return this.payType;
+ public String getCreatedTimeUTC() {
+ return this.createdTimeUTC;
}
- public void setPayType(String payType) {
- this.payType = payType;
+ public void setCreatedTimeUTC(String createdTimeUTC) {
+ this.createdTimeUTC = createdTimeUTC;
}
- public String getRegionId() {
- return this.regionId;
+ public String getParentId() {
+ return this.parentId;
}
- public void setRegionId(String regionId) {
- this.regionId = regionId;
+ public void setParentId(String parentId) {
+ this.parentId = parentId;
}
- public String getRequestId() {
- return this.requestId;
+ public String getExpireTimeUTC() {
+ return this.expireTimeUTC;
}
- public void setRequestId(String requestId) {
- this.requestId = requestId;
+ public void setExpireTimeUTC(String expireTimeUTC) {
+ this.expireTimeUTC = expireTimeUTC;
}
- public String getStatus() {
- return this.status;
+ public String getLogDiskType() {
+ return this.logDiskType;
}
- public void setStatus(String status) {
- this.status = status;
+ public void setLogDiskType(String logDiskType) {
+ this.logDiskType = logDiskType;
}
- public String getMultiZoneCombination() {
- return this.multiZoneCombination;
+ public String getMasterInstanceType() {
+ return this.masterInstanceType;
}
- public void setMultiZoneCombination(String multiZoneCombination) {
- this.multiZoneCombination = multiZoneCombination;
+ public void setMasterInstanceType(String masterInstanceType) {
+ this.masterInstanceType = masterInstanceType;
}
- public String getPrimaryZoneId() {
- return this.primaryZoneId;
+ public String getCreatedTime() {
+ return this.createdTime;
}
- public void setPrimaryZoneId(String primaryZoneId) {
- this.primaryZoneId = primaryZoneId;
+ public void setCreatedTime(String createdTime) {
+ this.createdTime = createdTime;
}
- public String getPrimaryVSwitchIds() {
- return this.primaryVSwitchIds;
+ public Integer getCoreDiskSize() {
+ return this.coreDiskSize;
}
- public void setPrimaryVSwitchIds(String primaryVSwitchIds) {
- this.primaryVSwitchIds = primaryVSwitchIds;
+ public void setCoreDiskSize(Integer coreDiskSize) {
+ this.coreDiskSize = coreDiskSize;
}
- public String getStandbyZoneId() {
- return this.standbyZoneId;
+ public String getLogDiskCount() {
+ return this.logDiskCount;
}
- public void setStandbyZoneId(String standbyZoneId) {
- this.standbyZoneId = standbyZoneId;
+ public void setLogDiskCount(String logDiskCount) {
+ this.logDiskCount = logDiskCount;
}
public String getStandbyVSwitchIds() {
@@ -461,6 +443,30 @@ public void setStandbyVSwitchIds(String standbyVSwitchIds) {
this.standbyVSwitchIds = standbyVSwitchIds;
}
+ public String getMaintainStartTime() {
+ return this.maintainStartTime;
+ }
+
+ public void setMaintainStartTime(String maintainStartTime) {
+ this.maintainStartTime = maintainStartTime;
+ }
+
+ public String getPrimaryZoneId() {
+ return this.primaryZoneId;
+ }
+
+ public void setPrimaryZoneId(String primaryZoneId) {
+ this.primaryZoneId = primaryZoneId;
+ }
+
+ public String getMaintainEndTime() {
+ return this.maintainEndTime;
+ }
+
+ public void setMaintainEndTime(String maintainEndTime) {
+ this.maintainEndTime = maintainEndTime;
+ }
+
public String getArbiterZoneId() {
return this.arbiterZoneId;
}
@@ -469,20 +475,20 @@ public void setArbiterZoneId(String arbiterZoneId) {
this.arbiterZoneId = arbiterZoneId;
}
- public String getArbiterVSwitchIds() {
- return this.arbiterVSwitchIds;
+ public String getMasterDiskType() {
+ return this.masterDiskType;
}
- public void setArbiterVSwitchIds(String arbiterVSwitchIds) {
- this.arbiterVSwitchIds = arbiterVSwitchIds;
+ public void setMasterDiskType(String masterDiskType) {
+ this.masterDiskType = masterDiskType;
}
- public String getVpcId() {
- return this.vpcId;
+ public String getRegionId() {
+ return this.regionId;
}
- public void setVpcId(String vpcId) {
- this.vpcId = vpcId;
+ public void setRegionId(String regionId) {
+ this.regionId = regionId;
}
public String getResourceGroupId() {
@@ -493,20 +499,44 @@ public void setResourceGroupId(String resourceGroupId) {
this.resourceGroupId = resourceGroupId;
}
- public String getEncryptionType() {
- return this.encryptionType;
+ public String getEngine() {
+ return this.engine;
}
- public void setEncryptionType(String encryptionType) {
- this.encryptionType = encryptionType;
+ public void setEngine(String engine) {
+ this.engine = engine;
}
- public String getEncryptionKey() {
- return this.encryptionKey;
+ public String getTaskProgress() {
+ return this.taskProgress;
}
- public void setEncryptionKey(String encryptionKey) {
- this.encryptionKey = encryptionKey;
+ public void setTaskProgress(String taskProgress) {
+ this.taskProgress = taskProgress;
+ }
+
+ public String getTaskStatus() {
+ return this.taskStatus;
+ }
+
+ public void setTaskStatus(String taskStatus) {
+ this.taskStatus = taskStatus;
+ }
+
+ public Integer getCoreNodeCount() {
+ return this.coreNodeCount;
+ }
+
+ public void setCoreNodeCount(Integer coreNodeCount) {
+ this.coreNodeCount = coreNodeCount;
+ }
+
+ public Integer getColdStorageSize() {
+ return this.coldStorageSize;
+ }
+
+ public void setColdStorageSize(Integer coldStorageSize) {
+ this.coldStorageSize = coldStorageSize;
}
public List getMultiZoneInstanceModels() {
@@ -527,22 +557,30 @@ public void setTags(List tags) {
public static class MultiZoneInstanceModel {
- private String insName;
+ private String status;
private Boolean isLatestVersion;
+ private String role;
+
+ private String insName;
+
private String minorVersion;
- private String status;
+ private String latestMinorVersion;
- private String role;
+ private String hdfsMinorVersion;
- public String getInsName() {
- return this.insName;
+ private String latestHdfsMinorVersion;
+
+ private String isHdfsLatestVersion;
+
+ public String getStatus() {
+ return this.status;
}
- public void setInsName(String insName) {
- this.insName = insName;
+ public void setStatus(String status) {
+ this.status = status;
}
public Boolean getIsLatestVersion() {
@@ -553,6 +591,22 @@ public void setIsLatestVersion(Boolean isLatestVersion) {
this.isLatestVersion = isLatestVersion;
}
+ public String getRole() {
+ return this.role;
+ }
+
+ public void setRole(String role) {
+ this.role = role;
+ }
+
+ public String getInsName() {
+ return this.insName;
+ }
+
+ public void setInsName(String insName) {
+ this.insName = insName;
+ }
+
public String getMinorVersion() {
return this.minorVersion;
}
@@ -561,20 +615,36 @@ public void setMinorVersion(String minorVersion) {
this.minorVersion = minorVersion;
}
- public String getStatus() {
- return this.status;
+ public String getLatestMinorVersion() {
+ return this.latestMinorVersion;
}
- public void setStatus(String status) {
- this.status = status;
+ public void setLatestMinorVersion(String latestMinorVersion) {
+ this.latestMinorVersion = latestMinorVersion;
}
- public String getRole() {
- return this.role;
+ public String getHdfsMinorVersion() {
+ return this.hdfsMinorVersion;
}
- public void setRole(String role) {
- this.role = role;
+ public void setHdfsMinorVersion(String hdfsMinorVersion) {
+ this.hdfsMinorVersion = hdfsMinorVersion;
+ }
+
+ public String getLatestHdfsMinorVersion() {
+ return this.latestHdfsMinorVersion;
+ }
+
+ public void setLatestHdfsMinorVersion(String latestHdfsMinorVersion) {
+ this.latestHdfsMinorVersion = latestHdfsMinorVersion;
+ }
+
+ public String getIsHdfsLatestVersion() {
+ return this.isHdfsLatestVersion;
+ }
+
+ public void setIsHdfsLatestVersion(String isHdfsLatestVersion) {
+ this.isHdfsLatestVersion = isHdfsLatestVersion;
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRecoverableTimeRangeRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRecoverableTimeRangeRequest.java
index 971372eb02..e4b24ca9f0 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRecoverableTimeRangeRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRecoverableTimeRangeRequest.java
@@ -27,7 +27,7 @@ public class DescribeRecoverableTimeRangeRequest extends RpcAcsRequest regions) {
public static class Region {
- private String regionId;
+ private String regionEndpoint;
private String localName;
- private String regionEndpoint;
+ private String regionId;
private List zones;
- public String getRegionId() {
- return this.regionId;
+ public String getRegionEndpoint() {
+ return this.regionEndpoint;
}
- public void setRegionId(String regionId) {
- this.regionId = regionId;
+ public void setRegionEndpoint(String regionEndpoint) {
+ this.regionEndpoint = regionEndpoint;
}
public String getLocalName() {
@@ -71,12 +71,12 @@ public void setLocalName(String localName) {
this.localName = localName;
}
- public String getRegionEndpoint() {
- return this.regionEndpoint;
+ public String getRegionId() {
+ return this.regionId;
}
- public void setRegionEndpoint(String regionEndpoint) {
- this.regionEndpoint = regionEndpoint;
+ public void setRegionId(String regionId) {
+ this.regionId = regionId;
}
public List getZones() {
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreFullDetailsRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreFullDetailsRequest.java
index 588f624728..806597864f 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreFullDetailsRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreFullDetailsRequest.java
@@ -33,7 +33,7 @@ public class DescribeRestoreFullDetailsRequest extends RpcAcsRequest restoreFullDetails;
@@ -71,14 +71,6 @@ public void setSucceed(Integer succeed) {
this.succeed = succeed;
}
- public Integer getFail() {
- return this.fail;
- }
-
- public void setFail(Integer fail) {
- this.fail = fail;
- }
-
public String getDataSize() {
return this.dataSize;
}
@@ -95,12 +87,20 @@ public void setSpeed(String speed) {
this.speed = speed;
}
- public Long getTotal() {
- return this.total;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setTotal(Long total) {
- this.total = total;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
+ }
+
+ public Integer getFail() {
+ return this.fail;
+ }
+
+ public void setFail(Integer fail) {
+ this.fail = fail;
}
public Integer getPageNumber() {
@@ -111,12 +111,12 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public Long getTotal() {
+ return this.total;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setTotal(Long total) {
+ this.total = total;
}
public List getRestoreFullDetails() {
@@ -129,36 +129,28 @@ public void setRestoreFullDetails(List restoreFullDetails) {
public static class RestoreFullDetail {
- private String table;
-
- private String state;
+ private String endTime;
private String startTime;
- private String endTime;
-
private String process;
private String dataSize;
private String speed;
- private String message;
+ private String state;
- public String getTable() {
- return this.table;
- }
+ private String message;
- public void setTable(String table) {
- this.table = table;
- }
+ private String table;
- public String getState() {
- return this.state;
+ public String getEndTime() {
+ return this.endTime;
}
- public void setState(String state) {
- this.state = state;
+ public void setEndTime(String endTime) {
+ this.endTime = endTime;
}
public String getStartTime() {
@@ -169,14 +161,6 @@ public void setStartTime(String startTime) {
this.startTime = startTime;
}
- public String getEndTime() {
- return this.endTime;
- }
-
- public void setEndTime(String endTime) {
- this.endTime = endTime;
- }
-
public String getProcess() {
return this.process;
}
@@ -201,6 +185,14 @@ public void setSpeed(String speed) {
this.speed = speed;
}
+ public String getState() {
+ return this.state;
+ }
+
+ public void setState(String state) {
+ this.state = state;
+ }
+
public String getMessage() {
return this.message;
}
@@ -208,6 +200,14 @@ public String getMessage() {
public void setMessage(String message) {
this.message = message;
}
+
+ public String getTable() {
+ return this.table;
+ }
+
+ public void setTable(String table) {
+ this.table = table;
+ }
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreIncrDetailRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreIncrDetailRequest.java
index 8516c1758a..ecbd0b1e8a 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreIncrDetailRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreIncrDetailRequest.java
@@ -29,7 +29,7 @@ public class DescribeRestoreIncrDetailRequest extends RpcAcsRequest restoreSchemaDetails;
@@ -67,20 +67,12 @@ public void setSucceed(Integer succeed) {
this.succeed = succeed;
}
- public Integer getFail() {
- return this.fail;
- }
-
- public void setFail(Integer fail) {
- this.fail = fail;
- }
-
- public Long getTotal() {
- return this.total;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setTotal(Long total) {
- this.total = total;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
}
public Integer getPageNumber() {
@@ -91,12 +83,20 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public Integer getFail() {
+ return this.fail;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setFail(Integer fail) {
+ this.fail = fail;
+ }
+
+ public Long getTotal() {
+ return this.total;
+ }
+
+ public void setTotal(Long total) {
+ this.total = total;
}
public List getRestoreSchemaDetails() {
@@ -109,22 +109,30 @@ public void setRestoreSchemaDetails(List restoreSchemaDetai
public static class RestoreSchemaDetail {
- private String table;
+ private String endTime;
+
+ private String message;
private String startTime;
- private String endTime;
+ private String table;
private String state;
- private String message;
+ public String getEndTime() {
+ return this.endTime;
+ }
- public String getTable() {
- return this.table;
+ public void setEndTime(String endTime) {
+ this.endTime = endTime;
}
- public void setTable(String table) {
- this.table = table;
+ public String getMessage() {
+ return this.message;
+ }
+
+ public void setMessage(String message) {
+ this.message = message;
}
public String getStartTime() {
@@ -135,12 +143,12 @@ public void setStartTime(String startTime) {
this.startTime = startTime;
}
- public String getEndTime() {
- return this.endTime;
+ public String getTable() {
+ return this.table;
}
- public void setEndTime(String endTime) {
- this.endTime = endTime;
+ public void setTable(String table) {
+ this.table = table;
}
public String getState() {
@@ -150,14 +158,6 @@ public String getState() {
public void setState(String state) {
this.state = state;
}
-
- public String getMessage() {
- return this.message;
- }
-
- public void setMessage(String message) {
- this.message = message;
- }
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreSummaryRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreSummaryRequest.java
index 4de004f82a..0fa4c2c9c8 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreSummaryRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreSummaryRequest.java
@@ -31,7 +31,7 @@ public class DescribeRestoreSummaryRequest extends RpcAcsRequest rescords;
-
- public String getRequestId() {
- return this.requestId;
- }
+ private Integer hasMoreRestoreRecord;
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
+ private List rescords;
- public Integer getHasMoreRestoreRecord() {
- return this.hasMoreRestoreRecord;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setHasMoreRestoreRecord(Integer hasMoreRestoreRecord) {
- this.hasMoreRestoreRecord = hasMoreRestoreRecord;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
}
public Integer getPageNumber() {
@@ -61,12 +53,12 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public String getRequestId() {
+ return this.requestId;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
}
public Integer getTotal() {
@@ -77,6 +69,14 @@ public void setTotal(Integer total) {
this.total = total;
}
+ public Integer getHasMoreRestoreRecord() {
+ return this.hasMoreRestoreRecord;
+ }
+
+ public void setHasMoreRestoreRecord(Integer hasMoreRestoreRecord) {
+ this.hasMoreRestoreRecord = hasMoreRestoreRecord;
+ }
+
public List getRescords() {
return this.rescords;
}
@@ -87,28 +87,28 @@ public void setRescords(List rescords) {
public static class Rescord {
- private String recordId;
+ private String status;
private String finishTime;
private String schemaProcess;
- private String hfileRestoreProcess;
-
- private String createTime;
-
private String bulkLoadProcess;
- private String status;
+ private String recordId;
+
+ private String createTime;
private String logProcess;
- public String getRecordId() {
- return this.recordId;
+ private String hfileRestoreProcess;
+
+ public String getStatus() {
+ return this.status;
}
- public void setRecordId(String recordId) {
- this.recordId = recordId;
+ public void setStatus(String status) {
+ this.status = status;
}
public String getFinishTime() {
@@ -127,22 +127,6 @@ public void setSchemaProcess(String schemaProcess) {
this.schemaProcess = schemaProcess;
}
- public String getHfileRestoreProcess() {
- return this.hfileRestoreProcess;
- }
-
- public void setHfileRestoreProcess(String hfileRestoreProcess) {
- this.hfileRestoreProcess = hfileRestoreProcess;
- }
-
- public String getCreateTime() {
- return this.createTime;
- }
-
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
- }
-
public String getBulkLoadProcess() {
return this.bulkLoadProcess;
}
@@ -151,12 +135,20 @@ public void setBulkLoadProcess(String bulkLoadProcess) {
this.bulkLoadProcess = bulkLoadProcess;
}
- public String getStatus() {
- return this.status;
+ public String getRecordId() {
+ return this.recordId;
}
- public void setStatus(String status) {
- this.status = status;
+ public void setRecordId(String recordId) {
+ this.recordId = recordId;
+ }
+
+ public String getCreateTime() {
+ return this.createTime;
+ }
+
+ public void setCreateTime(String createTime) {
+ this.createTime = createTime;
}
public String getLogProcess() {
@@ -166,6 +158,14 @@ public String getLogProcess() {
public void setLogProcess(String logProcess) {
this.logProcess = logProcess;
}
+
+ public String getHfileRestoreProcess() {
+ return this.hfileRestoreProcess;
+ }
+
+ public void setHfileRestoreProcess(String hfileRestoreProcess) {
+ this.hfileRestoreProcess = hfileRestoreProcess;
+ }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreTablesRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreTablesRequest.java
index 5b869536f8..9dd888a8ea 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreTablesRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeRestoreTablesRequest.java
@@ -29,7 +29,7 @@ public class DescribeRestoreTablesRequest extends RpcAcsRequest restoreSchemaDetails;
@@ -170,20 +170,12 @@ public void setSucceed(Integer succeed) {
this.succeed = succeed;
}
- public Integer getFail() {
- return this.fail;
- }
-
- public void setFail(Integer fail) {
- this.fail = fail;
- }
-
- public Long getTotal() {
- return this.total;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setTotal(Long total) {
- this.total = total;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
}
public Integer getPageNumber() {
@@ -194,12 +186,20 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public Integer getFail() {
+ return this.fail;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setFail(Integer fail) {
+ this.fail = fail;
+ }
+
+ public Long getTotal() {
+ return this.total;
+ }
+
+ public void setTotal(Long total) {
+ this.total = total;
}
public List getRestoreSchemaDetails() {
@@ -212,22 +212,30 @@ public void setRestoreSchemaDetails(List restoreSchemaDetai
public static class RestoreSchemaDetail {
- private String table;
+ private String endTime;
+
+ private String message;
private String startTime;
- private String endTime;
+ private String table;
private String state;
- private String message;
+ public String getEndTime() {
+ return this.endTime;
+ }
- public String getTable() {
- return this.table;
+ public void setEndTime(String endTime) {
+ this.endTime = endTime;
}
- public void setTable(String table) {
- this.table = table;
+ public String getMessage() {
+ return this.message;
+ }
+
+ public void setMessage(String message) {
+ this.message = message;
}
public String getStartTime() {
@@ -238,12 +246,12 @@ public void setStartTime(String startTime) {
this.startTime = startTime;
}
- public String getEndTime() {
- return this.endTime;
+ public String getTable() {
+ return this.table;
}
- public void setEndTime(String endTime) {
- this.endTime = endTime;
+ public void setTable(String table) {
+ this.table = table;
}
public String getState() {
@@ -253,14 +261,6 @@ public String getState() {
public void setState(String state) {
this.state = state;
}
-
- public String getMessage() {
- return this.message;
- }
-
- public void setMessage(String message) {
- this.message = message;
- }
}
}
@@ -268,17 +268,17 @@ public static class RestoreFull {
private Integer succeed;
- private Integer fail;
-
private String dataSize;
private String speed;
- private Long total;
+ private Integer pageSize;
+
+ private Integer fail;
private Integer pageNumber;
- private Integer pageSize;
+ private Long total;
private List restoreFullDetails;
@@ -290,14 +290,6 @@ public void setSucceed(Integer succeed) {
this.succeed = succeed;
}
- public Integer getFail() {
- return this.fail;
- }
-
- public void setFail(Integer fail) {
- this.fail = fail;
- }
-
public String getDataSize() {
return this.dataSize;
}
@@ -314,12 +306,20 @@ public void setSpeed(String speed) {
this.speed = speed;
}
- public Long getTotal() {
- return this.total;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setTotal(Long total) {
- this.total = total;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
+ }
+
+ public Integer getFail() {
+ return this.fail;
+ }
+
+ public void setFail(Integer fail) {
+ this.fail = fail;
}
public Integer getPageNumber() {
@@ -330,12 +330,12 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public Long getTotal() {
+ return this.total;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setTotal(Long total) {
+ this.total = total;
}
public List getRestoreFullDetails() {
@@ -348,36 +348,28 @@ public void setRestoreFullDetails(List restoreFullDetails) {
public static class RestoreFullDetail {
- private String table;
-
- private String state;
+ private String endTime;
private String startTime;
- private String endTime;
-
private String process;
private String dataSize;
private String speed;
- private String message;
+ private String state;
- public String getTable() {
- return this.table;
- }
+ private String message;
- public void setTable(String table) {
- this.table = table;
- }
+ private String table;
- public String getState() {
- return this.state;
+ public String getEndTime() {
+ return this.endTime;
}
- public void setState(String state) {
- this.state = state;
+ public void setEndTime(String endTime) {
+ this.endTime = endTime;
}
public String getStartTime() {
@@ -388,14 +380,6 @@ public void setStartTime(String startTime) {
this.startTime = startTime;
}
- public String getEndTime() {
- return this.endTime;
- }
-
- public void setEndTime(String endTime) {
- this.endTime = endTime;
- }
-
public String getProcess() {
return this.process;
}
@@ -420,6 +404,14 @@ public void setSpeed(String speed) {
this.speed = speed;
}
+ public String getState() {
+ return this.state;
+ }
+
+ public void setState(String state) {
+ this.state = state;
+ }
+
public String getMessage() {
return this.message;
}
@@ -427,31 +419,39 @@ public String getMessage() {
public void setMessage(String message) {
this.message = message;
}
+
+ public String getTable() {
+ return this.table;
+ }
+
+ public void setTable(String table) {
+ this.table = table;
+ }
}
}
public static class RestoreIncrDetail {
- private String state;
+ private String endTime;
private String startTime;
- private String endTime;
+ private String process;
private String restoreStartTs;
+ private String state;
+
private String restoredTs;
private String restoreDelay;
- private String process;
-
- public String getState() {
- return this.state;
+ public String getEndTime() {
+ return this.endTime;
}
- public void setState(String state) {
- this.state = state;
+ public void setEndTime(String endTime) {
+ this.endTime = endTime;
}
public String getStartTime() {
@@ -462,12 +462,12 @@ public void setStartTime(String startTime) {
this.startTime = startTime;
}
- public String getEndTime() {
- return this.endTime;
+ public String getProcess() {
+ return this.process;
}
- public void setEndTime(String endTime) {
- this.endTime = endTime;
+ public void setProcess(String process) {
+ this.process = process;
}
public String getRestoreStartTs() {
@@ -478,6 +478,14 @@ public void setRestoreStartTs(String restoreStartTs) {
this.restoreStartTs = restoreStartTs;
}
+ public String getState() {
+ return this.state;
+ }
+
+ public void setState(String state) {
+ this.state = state;
+ }
+
public String getRestoredTs() {
return this.restoredTs;
}
@@ -493,14 +501,6 @@ public String getRestoreDelay() {
public void setRestoreDelay(String restoreDelay) {
this.restoreDelay = restoreDelay;
}
-
- public String getProcess() {
- return this.process;
- }
-
- public void setProcess(String process) {
- this.process = process;
- }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeSecurityGroupsRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeSecurityGroupsRequest.java
index 9d766db546..a715522fa9 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeSecurityGroupsRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/DescribeSecurityGroupsRequest.java
@@ -27,7 +27,7 @@ public class DescribeSecurityGroupsRequest extends RpcAcsRequest {
+
+
+ private String accountName;
+
+ private String tableName;
+
+ private String clusterId;
+
+ private String namespace;
+
+ private String aclActions;
+ public GrantRequest() {
+ super("HBase", "2019-01-01", "Grant");
+ 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 getAccountName() {
+ return this.accountName;
+ }
+
+ public void setAccountName(String accountName) {
+ this.accountName = accountName;
+ if(accountName != null){
+ putQueryParameter("AccountName", accountName);
+ }
+ }
+
+ public String getTableName() {
+ return this.tableName;
+ }
+
+ public void setTableName(String tableName) {
+ this.tableName = tableName;
+ if(tableName != null){
+ putQueryParameter("TableName", tableName);
+ }
+ }
+
+ public String getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ if(clusterId != null){
+ putQueryParameter("ClusterId", clusterId);
+ }
+ }
+
+ public String getNamespace() {
+ return this.namespace;
+ }
+
+ public void setNamespace(String namespace) {
+ this.namespace = namespace;
+ if(namespace != null){
+ putQueryParameter("Namespace", namespace);
+ }
+ }
+
+ public String getAclActions() {
+ return this.aclActions;
+ }
+
+ public void setAclActions(String aclActions) {
+ this.aclActions = aclActions;
+ if(aclActions != null){
+ putQueryParameter("AclActions", aclActions);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return GrantResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/GrantResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/GrantResponse.java
new file mode 100644
index 0000000000..ef1bfb1faa
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/GrantResponse.java
@@ -0,0 +1,41 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.GrantResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class GrantResponse extends AcsResponse {
+
+ private String requestId;
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ @Override
+ public GrantResponse getInstance(UnmarshallerContext context) {
+ return GrantResponseUnmarshaller.unmarshall(this, context);
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListHBaseInstancesRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListHBaseInstancesRequest.java
index bec79472e8..cb32948430 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListHBaseInstancesRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListHBaseInstancesRequest.java
@@ -27,7 +27,7 @@ public class ListHBaseInstancesRequest extends RpcAcsRequest instances) {
public static class Instance {
+ private Boolean isDefault;
+
private String instanceId;
private String instanceName;
- private Boolean isDefault;
+ public Boolean getIsDefault() {
+ return this.isDefault;
+ }
+
+ public void setIsDefault(Boolean isDefault) {
+ this.isDefault = isDefault;
+ }
public String getInstanceId() {
return this.instanceId;
@@ -68,14 +76,6 @@ public String getInstanceName() {
public void setInstanceName(String instanceName) {
this.instanceName = instanceName;
}
-
- public Boolean getIsDefault() {
- return this.isDefault;
- }
-
- public void setIsDefault(Boolean isDefault) {
- this.isDefault = isDefault;
- }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigHistoriesRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigHistoriesRequest.java
index a47a951d37..b3307b833d 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigHistoriesRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigHistoriesRequest.java
@@ -31,7 +31,7 @@ public class ListInstanceServiceConfigHistoriesRequest extends RpcAcsRequest configureHistoryList) {
public static class Config {
- private String configureName;
+ private String effective;
private String oldValue;
- private String newValue;
+ private String createTime;
- private String effective;
+ private String newValue;
- private String createTime;
+ private String configureName;
- public String getConfigureName() {
- return this.configureName;
+ public String getEffective() {
+ return this.effective;
}
- public void setConfigureName(String configureName) {
- this.configureName = configureName;
+ public void setEffective(String effective) {
+ this.effective = effective;
}
public String getOldValue() {
@@ -103,28 +103,28 @@ public void setOldValue(String oldValue) {
this.oldValue = oldValue;
}
- public String getNewValue() {
- return this.newValue;
+ public String getCreateTime() {
+ return this.createTime;
}
- public void setNewValue(String newValue) {
- this.newValue = newValue;
+ public void setCreateTime(String createTime) {
+ this.createTime = createTime;
}
- public String getEffective() {
- return this.effective;
+ public String getNewValue() {
+ return this.newValue;
}
- public void setEffective(String effective) {
- this.effective = effective;
+ public void setNewValue(String newValue) {
+ this.newValue = newValue;
}
- public String getCreateTime() {
- return this.createTime;
+ public String getConfigureName() {
+ return this.configureName;
}
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
+ public void setConfigureName(String configureName) {
+ this.configureName = configureName;
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigurationsRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigurationsRequest.java
index 9bc7779a4a..e2a5571324 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigurationsRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListInstanceServiceConfigurationsRequest.java
@@ -31,7 +31,7 @@ public class ListInstanceServiceConfigurationsRequest extends RpcAcsRequest configureList) {
public static class Config {
- private String configureName;
-
- private String defaultValue;
+ private String description;
private String runningValue;
private String configureUnit;
- private String valueRange;
-
- private String needRestart;
+ private String configureName;
- private String description;
+ private String valueRange;
- public String getConfigureName() {
- return this.configureName;
- }
+ private String defaultValue;
- public void setConfigureName(String configureName) {
- this.configureName = configureName;
- }
+ private String needRestart;
- public String getDefaultValue() {
- return this.defaultValue;
+ public String getDescription() {
+ return this.description;
}
- public void setDefaultValue(String defaultValue) {
- this.defaultValue = defaultValue;
+ public void setDescription(String description) {
+ this.description = description;
}
public String getRunningValue() {
@@ -123,6 +115,14 @@ public void setConfigureUnit(String configureUnit) {
this.configureUnit = configureUnit;
}
+ public String getConfigureName() {
+ return this.configureName;
+ }
+
+ public void setConfigureName(String configureName) {
+ this.configureName = configureName;
+ }
+
public String getValueRange() {
return this.valueRange;
}
@@ -131,20 +131,20 @@ public void setValueRange(String valueRange) {
this.valueRange = valueRange;
}
- public String getNeedRestart() {
- return this.needRestart;
+ public String getDefaultValue() {
+ return this.defaultValue;
}
- public void setNeedRestart(String needRestart) {
- this.needRestart = needRestart;
+ public void setDefaultValue(String defaultValue) {
+ this.defaultValue = defaultValue;
}
- public String getDescription() {
- return this.description;
+ public String getNeedRestart() {
+ return this.needRestart;
}
- public void setDescription(String description) {
- this.description = description;
+ public void setNeedRestart(String needRestart) {
+ this.needRestart = needRestart;
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesRequest.java
index f24ddc44da..6427870e2b 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesRequest.java
@@ -32,7 +32,7 @@ public class ListTagResourcesRequest extends RpcAcsRequest resourceIds;
public ListTagResourcesRequest() {
- super("HBase", "2019-01-01", "ListTagResources", "hbase");
+ super("HBase", "2019-01-01", "ListTagResources");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesResponse.java
index 266b843a3f..0d4652af8a 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesResponse.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagResourcesResponse.java
@@ -25,19 +25,11 @@
*/
public class ListTagResourcesResponse extends AcsResponse {
- private String requestId;
-
private String nextToken;
- private List tagResources;
-
- public String getRequestId() {
- return this.requestId;
- }
+ private String requestId;
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
+ private List tagResources;
public String getNextToken() {
return this.nextToken;
@@ -47,6 +39,14 @@ public void setNextToken(String nextToken) {
this.nextToken = nextToken;
}
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
public List getTagResources() {
return this.tagResources;
}
@@ -57,21 +57,13 @@ public void setTagResources(List tagResources) {
public static class TagResource {
- private String tagKey;
-
private String tagValue;
private String resourceType;
private String resourceId;
- public String getTagKey() {
- return this.tagKey;
- }
-
- public void setTagKey(String tagKey) {
- this.tagKey = tagKey;
- }
+ private String tagKey;
public String getTagValue() {
return this.tagValue;
@@ -96,6 +88,14 @@ public String getResourceId() {
public void setResourceId(String resourceId) {
this.resourceId = resourceId;
}
+
+ public String getTagKey() {
+ return this.tagKey;
+ }
+
+ public void setTagKey(String tagKey) {
+ this.tagKey = tagKey;
+ }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsRequest.java
index 8cb5b40a6e..8918d7af32 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsRequest.java
@@ -25,7 +25,7 @@
public class ListTagsRequest extends RpcAcsRequest {
public ListTagsRequest() {
- super("HBase", "2019-01-01", "ListTags", "hbase");
+ super("HBase", "2019-01-01", "ListTags");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsResponse.java
index 2f404f4c9c..18e6804a4b 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsResponse.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ListTagsResponse.java
@@ -47,17 +47,9 @@ public void setTags(List tags) {
public static class Tag {
- private String tagKey;
-
private String tagValue;
- public String getTagKey() {
- return this.tagKey;
- }
-
- public void setTagKey(String tagKey) {
- this.tagKey = tagKey;
- }
+ private String tagKey;
public String getTagValue() {
return this.tagValue;
@@ -66,6 +58,14 @@ public String getTagValue() {
public void setTagValue(String tagValue) {
this.tagValue = tagValue;
}
+
+ public String getTagKey() {
+ return this.tagKey;
+ }
+
+ public void setTagKey(String tagKey) {
+ this.tagKey = tagKey;
+ }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyAccountPasswordRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyAccountPasswordRequest.java
new file mode 100644
index 0000000000..f091aa9002
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyAccountPasswordRequest.java
@@ -0,0 +1,80 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.RpcAcsRequest;
+import com.aliyuncs.http.MethodType;
+import com.aliyuncs.hbase.Endpoint;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class ModifyAccountPasswordRequest extends RpcAcsRequest {
+
+
+ private String clusterId;
+
+ private String accountName;
+
+ private String newAccountPassword;
+ public ModifyAccountPasswordRequest() {
+ super("HBase", "2019-01-01", "ModifyAccountPassword");
+ 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 getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ if(clusterId != null){
+ putQueryParameter("ClusterId", clusterId);
+ }
+ }
+
+ public String getAccountName() {
+ return this.accountName;
+ }
+
+ public void setAccountName(String accountName) {
+ this.accountName = accountName;
+ if(accountName != null){
+ putQueryParameter("AccountName", accountName);
+ }
+ }
+
+ public String getNewAccountPassword() {
+ return this.newAccountPassword;
+ }
+
+ public void setNewAccountPassword(String newAccountPassword) {
+ this.newAccountPassword = newAccountPassword;
+ if(newAccountPassword != null){
+ putQueryParameter("NewAccountPassword", newAccountPassword);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return ModifyAccountPasswordResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyAccountPasswordResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyAccountPasswordResponse.java
new file mode 100644
index 0000000000..f0c50aec01
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyAccountPasswordResponse.java
@@ -0,0 +1,41 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.ModifyAccountPasswordResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class ModifyAccountPasswordResponse extends AcsResponse {
+
+ private String requestId;
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ @Override
+ public ModifyAccountPasswordResponse getInstance(UnmarshallerContext context) {
+ return ModifyAccountPasswordResponseUnmarshaller.unmarshall(this, context);
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyActiveOperationTasksRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyActiveOperationTasksRequest.java
new file mode 100644
index 0000000000..43c6488886
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyActiveOperationTasksRequest.java
@@ -0,0 +1,145 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.RpcAcsRequest;
+import com.aliyuncs.http.MethodType;
+import com.aliyuncs.hbase.Endpoint;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class ModifyActiveOperationTasksRequest extends RpcAcsRequest {
+
+
+ private Long resourceOwnerId;
+
+ private String securityToken;
+
+ private String switchTime;
+
+ private String resourceOwnerAccount;
+
+ private String ownerAccount;
+
+ private Long ownerId;
+
+ private String ids;
+
+ private Integer immediateStart;
+ public ModifyActiveOperationTasksRequest() {
+ super("HBase", "2019-01-01", "ModifyActiveOperationTasks");
+ setMethod(MethodType.POST);
+ try {
+ com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
+ com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType);
+ } catch (Exception e) {}
+ }
+
+ public Long getResourceOwnerId() {
+ return this.resourceOwnerId;
+ }
+
+ public void setResourceOwnerId(Long resourceOwnerId) {
+ this.resourceOwnerId = resourceOwnerId;
+ if(resourceOwnerId != null){
+ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
+ }
+ }
+
+ public String getSecurityToken() {
+ return this.securityToken;
+ }
+
+ public void setSecurityToken(String securityToken) {
+ this.securityToken = securityToken;
+ if(securityToken != null){
+ putQueryParameter("SecurityToken", securityToken);
+ }
+ }
+
+ public String getSwitchTime() {
+ return this.switchTime;
+ }
+
+ public void setSwitchTime(String switchTime) {
+ this.switchTime = switchTime;
+ if(switchTime != null){
+ putQueryParameter("SwitchTime", switchTime);
+ }
+ }
+
+ public String getResourceOwnerAccount() {
+ return this.resourceOwnerAccount;
+ }
+
+ public void setResourceOwnerAccount(String resourceOwnerAccount) {
+ this.resourceOwnerAccount = resourceOwnerAccount;
+ if(resourceOwnerAccount != null){
+ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
+ }
+ }
+
+ public String getOwnerAccount() {
+ return this.ownerAccount;
+ }
+
+ public void setOwnerAccount(String ownerAccount) {
+ this.ownerAccount = ownerAccount;
+ if(ownerAccount != null){
+ putQueryParameter("OwnerAccount", ownerAccount);
+ }
+ }
+
+ public Long getOwnerId() {
+ return this.ownerId;
+ }
+
+ public void setOwnerId(Long ownerId) {
+ this.ownerId = ownerId;
+ if(ownerId != null){
+ putQueryParameter("OwnerId", ownerId.toString());
+ }
+ }
+
+ public String getIds() {
+ return this.ids;
+ }
+
+ public void setIds(String ids) {
+ this.ids = ids;
+ if(ids != null){
+ putQueryParameter("Ids", ids);
+ }
+ }
+
+ public Integer getImmediateStart() {
+ return this.immediateStart;
+ }
+
+ public void setImmediateStart(Integer immediateStart) {
+ this.immediateStart = immediateStart;
+ if(immediateStart != null){
+ putQueryParameter("ImmediateStart", immediateStart.toString());
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return ModifyActiveOperationTasksResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyActiveOperationTasksResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyActiveOperationTasksResponse.java
new file mode 100644
index 0000000000..b71d703dc7
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyActiveOperationTasksResponse.java
@@ -0,0 +1,56 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.ModifyActiveOperationTasksResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class ModifyActiveOperationTasksResponse extends AcsResponse {
+
+ private String ids;
+
+ private String requestId;
+
+ public String getIds() {
+ return this.ids;
+ }
+
+ public void setIds(String ids) {
+ this.ids = ids;
+ }
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ @Override
+ public ModifyActiveOperationTasksResponse getInstance(UnmarshallerContext context) {
+ return ModifyActiveOperationTasksResponseUnmarshaller.unmarshall(this, context);
+ }
+
+ @Override
+ public boolean checkShowJsonItemName() {
+ return false;
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyBackupPlanConfigRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyBackupPlanConfigRequest.java
index f1e694c14d..b226eb67fb 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyBackupPlanConfigRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ModifyBackupPlanConfigRequest.java
@@ -35,7 +35,7 @@ public class ModifyBackupPlanConfigRequest extends RpcAcsRequest {
private String clusterId;
public OpenBackupRequest() {
- super("HBase", "2019-01-01", "OpenBackup", "hbase");
+ super("HBase", "2019-01-01", "OpenBackup");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/PurgeInstanceRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/PurgeInstanceRequest.java
index a58dfe1142..57ebbd2c29 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/PurgeInstanceRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/PurgeInstanceRequest.java
@@ -27,7 +27,7 @@ public class PurgeInstanceRequest extends RpcAcsRequest {
private String clusterId;
public PurgeInstanceRequest() {
- super("HBase", "2019-01-01", "PurgeInstance", "hbase");
+ super("HBase", "2019-01-01", "PurgeInstance");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBRequest.java
index c6317f1fa2..0dd2428c4b 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBRequest.java
@@ -27,7 +27,7 @@ public class QueryHBaseHaDBRequest extends RpcAcsRequest
private String bdsId;
public QueryHBaseHaDBRequest() {
- super("HBase", "2019-01-01", "QueryHBaseHaDB", "hbase");
+ super("HBase", "2019-01-01", "QueryHBaseHaDB");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBResponse.java
index 32319b5ffa..7de2121929 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBResponse.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryHBaseHaDBResponse.java
@@ -25,30 +25,30 @@
*/
public class QueryHBaseHaDBResponse extends AcsResponse {
- private String requestId;
+ private Integer pageSize;
- private Long totalCount;
+ private String requestId;
private Integer pageNumber;
- private Integer pageSize;
+ private Long totalCount;
private List clusterList;
- public String getRequestId() {
- return this.requestId;
+ public Integer getPageSize() {
+ return this.pageSize;
}
- public void setRequestId(String requestId) {
- this.requestId = requestId;
+ public void setPageSize(Integer pageSize) {
+ this.pageSize = pageSize;
}
- public Long getTotalCount() {
- return this.totalCount;
+ public String getRequestId() {
+ return this.requestId;
}
- public void setTotalCount(Long totalCount) {
- this.totalCount = totalCount;
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
}
public Integer getPageNumber() {
@@ -59,12 +59,12 @@ public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
- public Integer getPageSize() {
- return this.pageSize;
+ public Long getTotalCount() {
+ return this.totalCount;
}
- public void setPageSize(Integer pageSize) {
- this.pageSize = pageSize;
+ public void setTotalCount(Long totalCount) {
+ this.totalCount = totalCount;
}
public List getClusterList() {
@@ -77,24 +77,16 @@ public void setClusterList(List clusterList) {
public static class Cluster {
- private String haName;
-
private String bdsName;
private String activeName;
+ private String haName;
+
private String standbyName;
private List haSlbConnList;
- public String getHaName() {
- return this.haName;
- }
-
- public void setHaName(String haName) {
- this.haName = haName;
- }
-
public String getBdsName() {
return this.bdsName;
}
@@ -111,6 +103,14 @@ public void setActiveName(String activeName) {
this.activeName = activeName;
}
+ public String getHaName() {
+ return this.haName;
+ }
+
+ public void setHaName(String haName) {
+ this.haName = haName;
+ }
+
public String getStandbyName() {
return this.standbyName;
}
@@ -129,11 +129,19 @@ public void setHaSlbConnList(List haSlbConnList) {
public static class HaSlbConn {
+ private String hbaseType;
+
private String slbType;
private String slbConnAddr;
- private String hbaseType;
+ public String getHbaseType() {
+ return this.hbaseType;
+ }
+
+ public void setHbaseType(String hbaseType) {
+ this.hbaseType = hbaseType;
+ }
public String getSlbType() {
return this.slbType;
@@ -150,14 +158,6 @@ public String getSlbConnAddr() {
public void setSlbConnAddr(String slbConnAddr) {
this.slbConnAddr = slbConnAddr;
}
-
- public String getHbaseType() {
- return this.hbaseType;
- }
-
- public void setHbaseType(String hbaseType) {
- this.hbaseType = hbaseType;
- }
}
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryXpackRelateDBRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryXpackRelateDBRequest.java
index a37853bce2..f374169486 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryXpackRelateDBRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/QueryXpackRelateDBRequest.java
@@ -31,7 +31,7 @@ public class QueryXpackRelateDBRequest extends RpcAcsRequest clusterList) {
public static class Cluster {
- private String clusterId;
-
- private String clusterName;
+ private String status;
private String dBVersion;
- private String status;
+ private Boolean isRelated;
- private String dBType;
+ private String clusterName;
- private Boolean isRelated;
+ private String dBType;
private String lockMode;
- public String getClusterId() {
- return this.clusterId;
- }
-
- public void setClusterId(String clusterId) {
- this.clusterId = clusterId;
- }
+ private String clusterId;
- public String getClusterName() {
- return this.clusterName;
+ public String getStatus() {
+ return this.status;
}
- public void setClusterName(String clusterName) {
- this.clusterName = clusterName;
+ public void setStatus(String status) {
+ this.status = status;
}
public String getDBVersion() {
@@ -85,28 +77,28 @@ public void setDBVersion(String dBVersion) {
this.dBVersion = dBVersion;
}
- public String getStatus() {
- return this.status;
+ public Boolean getIsRelated() {
+ return this.isRelated;
}
- public void setStatus(String status) {
- this.status = status;
+ public void setIsRelated(Boolean isRelated) {
+ this.isRelated = isRelated;
}
- public String getDBType() {
- return this.dBType;
+ public String getClusterName() {
+ return this.clusterName;
}
- public void setDBType(String dBType) {
- this.dBType = dBType;
+ public void setClusterName(String clusterName) {
+ this.clusterName = clusterName;
}
- public Boolean getIsRelated() {
- return this.isRelated;
+ public String getDBType() {
+ return this.dBType;
}
- public void setIsRelated(Boolean isRelated) {
- this.isRelated = isRelated;
+ public void setDBType(String dBType) {
+ this.dBType = dBType;
}
public String getLockMode() {
@@ -116,6 +108,14 @@ public String getLockMode() {
public void setLockMode(String lockMode) {
this.lockMode = lockMode;
}
+
+ public String getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ }
}
@Override
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RelateDbForHBaseHaRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RelateDbForHBaseHaRequest.java
index b9add0ccb6..4736d1170f 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RelateDbForHBaseHaRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RelateDbForHBaseHaRequest.java
@@ -67,7 +67,7 @@ public class RelateDbForHBaseHaRequest extends RpcAcsRequest {
private String pricingCycle;
public RenewInstanceRequest() {
- super("HBase", "2019-01-01", "RenewInstance", "hbase");
+ super("HBase", "2019-01-01", "RenewInstance");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RenewInstanceResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RenewInstanceResponse.java
index 3a1a035988..098d31c785 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RenewInstanceResponse.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RenewInstanceResponse.java
@@ -24,17 +24,9 @@
*/
public class RenewInstanceResponse extends AcsResponse {
- private String requestId;
-
private Long orderId;
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
+ private String requestId;
public Long getOrderId() {
return this.orderId;
@@ -44,6 +36,14 @@ public void setOrderId(Long orderId) {
this.orderId = orderId;
}
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
@Override
public RenewInstanceResponse getInstance(UnmarshallerContext context) {
return RenewInstanceResponseUnmarshaller.unmarshall(this, context);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeColdStorageSizeRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeColdStorageSizeRequest.java
index 288767e5df..c53dbef54c 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeColdStorageSizeRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeColdStorageSizeRequest.java
@@ -29,7 +29,7 @@ public class ResizeColdStorageSizeRequest extends RpcAcsRequest
private String clusterId;
public ResizeDiskSizeRequest() {
- super("HBase", "2019-01-01", "ResizeDiskSize", "hbase");
+ super("HBase", "2019-01-01", "ResizeDiskSize");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeDiskSizeResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeDiskSizeResponse.java
index 85af16adff..71b1e69bc7 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeDiskSizeResponse.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeDiskSizeResponse.java
@@ -24,17 +24,9 @@
*/
public class ResizeDiskSizeResponse extends AcsResponse {
- private String requestId;
-
private String orderId;
- public String getRequestId() {
- return this.requestId;
- }
-
- public void setRequestId(String requestId) {
- this.requestId = requestId;
- }
+ private String requestId;
public String getOrderId() {
return this.orderId;
@@ -44,6 +36,14 @@ public void setOrderId(String orderId) {
this.orderId = orderId;
}
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
@Override
public ResizeDiskSizeResponse getInstance(UnmarshallerContext context) {
return ResizeDiskSizeResponseUnmarshaller.unmarshall(this, context);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeMultiZoneClusterDiskSizeRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeMultiZoneClusterDiskSizeRequest.java
index 45b65c33fc..d21efb8f23 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeMultiZoneClusterDiskSizeRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/ResizeMultiZoneClusterDiskSizeRequest.java
@@ -31,7 +31,7 @@ public class ResizeMultiZoneClusterDiskSizeRequest extends RpcAcsRequest {
+
+
+ private String accountName;
+
+ private String tableName;
+
+ private String clusterId;
+
+ private String namespace;
+
+ private String aclActions;
+ public RevokeRequest() {
+ super("HBase", "2019-01-01", "Revoke");
+ 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 getAccountName() {
+ return this.accountName;
+ }
+
+ public void setAccountName(String accountName) {
+ this.accountName = accountName;
+ if(accountName != null){
+ putQueryParameter("AccountName", accountName);
+ }
+ }
+
+ public String getTableName() {
+ return this.tableName;
+ }
+
+ public void setTableName(String tableName) {
+ this.tableName = tableName;
+ if(tableName != null){
+ putQueryParameter("TableName", tableName);
+ }
+ }
+
+ public String getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ if(clusterId != null){
+ putQueryParameter("ClusterId", clusterId);
+ }
+ }
+
+ public String getNamespace() {
+ return this.namespace;
+ }
+
+ public void setNamespace(String namespace) {
+ this.namespace = namespace;
+ if(namespace != null){
+ putQueryParameter("Namespace", namespace);
+ }
+ }
+
+ public String getAclActions() {
+ return this.aclActions;
+ }
+
+ public void setAclActions(String aclActions) {
+ this.aclActions = aclActions;
+ if(aclActions != null){
+ putQueryParameter("AclActions", aclActions);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return RevokeResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RevokeResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RevokeResponse.java
new file mode 100644
index 0000000000..cd4e853c0b
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/RevokeResponse.java
@@ -0,0 +1,41 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.RevokeResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class RevokeResponse extends AcsResponse {
+
+ private String requestId;
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ @Override
+ public RevokeResponse getInstance(UnmarshallerContext context) {
+ return RevokeResponseUnmarshaller.unmarshall(this, context);
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/SwitchHbaseHaSlbRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/SwitchHbaseHaSlbRequest.java
index 7f349a2146..ea06f3ce82 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/SwitchHbaseHaSlbRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/SwitchHbaseHaSlbRequest.java
@@ -33,7 +33,7 @@ public class SwitchHbaseHaSlbRequest extends RpcAcsRequest {
+
+
+ private String clusterId;
+
+ private String operate;
+
+ private String serviceName;
+ public SwitchServiceRequest() {
+ super("HBase", "2019-01-01", "SwitchService");
+ 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 getClusterId() {
+ return this.clusterId;
+ }
+
+ public void setClusterId(String clusterId) {
+ this.clusterId = clusterId;
+ if(clusterId != null){
+ putQueryParameter("ClusterId", clusterId);
+ }
+ }
+
+ public String getOperate() {
+ return this.operate;
+ }
+
+ public void setOperate(String operate) {
+ this.operate = operate;
+ if(operate != null){
+ putQueryParameter("Operate", operate);
+ }
+ }
+
+ public String getServiceName() {
+ return this.serviceName;
+ }
+
+ public void setServiceName(String serviceName) {
+ this.serviceName = serviceName;
+ if(serviceName != null){
+ putQueryParameter("ServiceName", serviceName);
+ }
+ }
+
+ @Override
+ public Class getResponseClass() {
+ return SwitchServiceResponse.class;
+ }
+
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/SwitchServiceResponse.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/SwitchServiceResponse.java
new file mode 100644
index 0000000000..0b192ca5e2
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/SwitchServiceResponse.java
@@ -0,0 +1,41 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.model.v20190101;
+
+import com.aliyuncs.AcsResponse;
+import com.aliyuncs.hbase.transform.v20190101.SwitchServiceResponseUnmarshaller;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+/**
+ * @author auto create
+ * @version
+ */
+public class SwitchServiceResponse extends AcsResponse {
+
+ private String requestId;
+
+ public String getRequestId() {
+ return this.requestId;
+ }
+
+ public void setRequestId(String requestId) {
+ this.requestId = requestId;
+ }
+
+ @Override
+ public SwitchServiceResponse getInstance(UnmarshallerContext context) {
+ return SwitchServiceResponseUnmarshaller.unmarshall(this, context);
+ }
+}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/TagResourcesRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/TagResourcesRequest.java
index 3bcf45cc43..ca04f2e768 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/TagResourcesRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/TagResourcesRequest.java
@@ -30,7 +30,7 @@ public class TagResourcesRequest extends RpcAcsRequest {
private List tags;
public TagResourcesRequest() {
- super("HBase", "2019-01-01", "TagResources", "hbase");
+ super("HBase", "2019-01-01", "TagResources");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UnTagResourcesRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UnTagResourcesRequest.java
index 022b1a0f5e..3d249a9445 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UnTagResourcesRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UnTagResourcesRequest.java
@@ -32,7 +32,7 @@ public class UnTagResourcesRequest extends RpcAcsRequest
private List tagKeys;
public UnTagResourcesRequest() {
- super("HBase", "2019-01-01", "UnTagResources", "hbase");
+ super("HBase", "2019-01-01", "UnTagResources");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UpgradeMinorVersionRequest.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UpgradeMinorVersionRequest.java
index 983a75cb2c..af39a42287 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UpgradeMinorVersionRequest.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/model/v20190101/UpgradeMinorVersionRequest.java
@@ -29,7 +29,7 @@ public class UpgradeMinorVersionRequest extends RpcAcsRequest {
private String dbClusterIds;
public XpackRelateDBRequest() {
- super("HBase", "2019-01-01", "XpackRelateDB", "hbase");
+ super("HBase", "2019-01-01", "XpackRelateDB");
setMethod(MethodType.POST);
try {
com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CancelActiveOperationTasksResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CancelActiveOperationTasksResponseUnmarshaller.java
new file mode 100644
index 0000000000..2e1384b016
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CancelActiveOperationTasksResponseUnmarshaller.java
@@ -0,0 +1,30 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.CancelActiveOperationTasksResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class CancelActiveOperationTasksResponseUnmarshaller {
+
+ public static CancelActiveOperationTasksResponse unmarshall(CancelActiveOperationTasksResponse cancelActiveOperationTasksResponse, UnmarshallerContext _ctx) {
+
+ cancelActiveOperationTasksResponse.setRequestId(_ctx.stringValue("CancelActiveOperationTasksResponse.RequestId"));
+ cancelActiveOperationTasksResponse.setIds(_ctx.stringValue("CancelActiveOperationTasksResponse.Ids"));
+
+ return cancelActiveOperationTasksResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CheckComponentsVersionResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CheckComponentsVersionResponseUnmarshaller.java
index 77ea154f91..0926c0fc78 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CheckComponentsVersionResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CheckComponentsVersionResponseUnmarshaller.java
@@ -31,8 +31,8 @@ public static CheckComponentsVersionResponse unmarshall(CheckComponentsVersionRe
List components = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("CheckComponentsVersionResponse.Components.Length"); i++) {
Component component = new Component();
- component.setComponent(_ctx.stringValue("CheckComponentsVersionResponse.Components["+ i +"].Component"));
component.setIsLatestVersion(_ctx.stringValue("CheckComponentsVersionResponse.Components["+ i +"].IsLatestVersion"));
+ component.setComponent(_ctx.stringValue("CheckComponentsVersionResponse.Components["+ i +"].Component"));
components.add(component);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateAccountResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateAccountResponseUnmarshaller.java
new file mode 100644
index 0000000000..28b406633e
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateAccountResponseUnmarshaller.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.CreateAccountResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class CreateAccountResponseUnmarshaller {
+
+ public static CreateAccountResponse unmarshall(CreateAccountResponse createAccountResponse, UnmarshallerContext _ctx) {
+
+ createAccountResponse.setRequestId(_ctx.stringValue("CreateAccountResponse.RequestId"));
+
+ return createAccountResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateClusterResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateClusterResponseUnmarshaller.java
index 31e75cebdd..80b1219877 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateClusterResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateClusterResponseUnmarshaller.java
@@ -23,8 +23,8 @@ public class CreateClusterResponseUnmarshaller {
public static CreateClusterResponse unmarshall(CreateClusterResponse createClusterResponse, UnmarshallerContext _ctx) {
createClusterResponse.setRequestId(_ctx.stringValue("CreateClusterResponse.RequestId"));
- createClusterResponse.setClusterId(_ctx.stringValue("CreateClusterResponse.ClusterId"));
- createClusterResponse.setOrderId(_ctx.stringValue("CreateClusterResponse.OrderId"));
+ createClusterResponse.setOrderId(_ctx.stringValue("CreateClusterResponse.OrderId"));
+ createClusterResponse.setClusterId(_ctx.stringValue("CreateClusterResponse.ClusterId"));
return createClusterResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateMultiZoneClusterResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateMultiZoneClusterResponseUnmarshaller.java
index 4474e04b02..8139650f0d 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateMultiZoneClusterResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateMultiZoneClusterResponseUnmarshaller.java
@@ -23,8 +23,8 @@ public class CreateMultiZoneClusterResponseUnmarshaller {
public static CreateMultiZoneClusterResponse unmarshall(CreateMultiZoneClusterResponse createMultiZoneClusterResponse, UnmarshallerContext _ctx) {
createMultiZoneClusterResponse.setRequestId(_ctx.stringValue("CreateMultiZoneClusterResponse.RequestId"));
- createMultiZoneClusterResponse.setClusterId(_ctx.stringValue("CreateMultiZoneClusterResponse.ClusterId"));
- createMultiZoneClusterResponse.setOrderId(_ctx.stringValue("CreateMultiZoneClusterResponse.OrderId"));
+ createMultiZoneClusterResponse.setOrderId(_ctx.stringValue("CreateMultiZoneClusterResponse.OrderId"));
+ createMultiZoneClusterResponse.setClusterId(_ctx.stringValue("CreateMultiZoneClusterResponse.ClusterId"));
return createMultiZoneClusterResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateServerlessClusterResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateServerlessClusterResponseUnmarshaller.java
index 7530ba8700..18a3bf7bef 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateServerlessClusterResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/CreateServerlessClusterResponseUnmarshaller.java
@@ -23,9 +23,9 @@ public class CreateServerlessClusterResponseUnmarshaller {
public static CreateServerlessClusterResponse unmarshall(CreateServerlessClusterResponse createServerlessClusterResponse, UnmarshallerContext _ctx) {
createServerlessClusterResponse.setRequestId(_ctx.stringValue("CreateServerlessClusterResponse.RequestId"));
- createServerlessClusterResponse.setClusterId(_ctx.stringValue("CreateServerlessClusterResponse.ClusterId"));
+ createServerlessClusterResponse.setPassWord(_ctx.stringValue("CreateServerlessClusterResponse.PassWord"));
createServerlessClusterResponse.setOrderId(_ctx.stringValue("CreateServerlessClusterResponse.OrderId"));
- createServerlessClusterResponse.setPassWord(_ctx.stringValue("CreateServerlessClusterResponse.PassWord"));
+ createServerlessClusterResponse.setClusterId(_ctx.stringValue("CreateServerlessClusterResponse.ClusterId"));
return createServerlessClusterResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DeleteAccountResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DeleteAccountResponseUnmarshaller.java
new file mode 100644
index 0000000000..8db06a1dc1
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DeleteAccountResponseUnmarshaller.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.DeleteAccountResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class DeleteAccountResponseUnmarshaller {
+
+ public static DeleteAccountResponse unmarshall(DeleteAccountResponse deleteAccountResponse, UnmarshallerContext _ctx) {
+
+ deleteAccountResponse.setRequestId(_ctx.stringValue("DeleteAccountResponse.RequestId"));
+
+ return deleteAccountResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeAccountsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeAccountsResponseUnmarshaller.java
new file mode 100644
index 0000000000..10fc700e1b
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeAccountsResponseUnmarshaller.java
@@ -0,0 +1,38 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import com.aliyuncs.hbase.model.v20190101.DescribeAccountsResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class DescribeAccountsResponseUnmarshaller {
+
+ public static DescribeAccountsResponse unmarshall(DescribeAccountsResponse describeAccountsResponse, UnmarshallerContext _ctx) {
+
+ describeAccountsResponse.setRequestId(_ctx.stringValue("DescribeAccountsResponse.RequestId"));
+
+ List accounts = new ArrayList();
+ for (int i = 0; i < _ctx.lengthValue("DescribeAccountsResponse.Accounts.Length"); i++) {
+ accounts.add(_ctx.stringValue("DescribeAccountsResponse.Accounts["+ i +"]"));
+ }
+ describeAccountsResponse.setAccounts(accounts);
+
+ return describeAccountsResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeActiveOperationTaskTypeResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeActiveOperationTaskTypeResponseUnmarshaller.java
new file mode 100644
index 0000000000..827492c51c
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeActiveOperationTaskTypeResponseUnmarshaller.java
@@ -0,0 +1,45 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import com.aliyuncs.hbase.model.v20190101.DescribeActiveOperationTaskTypeResponse;
+import com.aliyuncs.hbase.model.v20190101.DescribeActiveOperationTaskTypeResponse.Items;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class DescribeActiveOperationTaskTypeResponseUnmarshaller {
+
+ public static DescribeActiveOperationTaskTypeResponse unmarshall(DescribeActiveOperationTaskTypeResponse describeActiveOperationTaskTypeResponse, UnmarshallerContext _ctx) {
+
+ describeActiveOperationTaskTypeResponse.setRequestId(_ctx.stringValue("DescribeActiveOperationTaskTypeResponse.RequestId"));
+
+ List typeList = new ArrayList();
+ for (int i = 0; i < _ctx.lengthValue("DescribeActiveOperationTaskTypeResponse.TypeList.Length"); i++) {
+ Items items = new Items();
+ items.setTaskType(_ctx.stringValue("DescribeActiveOperationTaskTypeResponse.TypeList["+ i +"].TaskType"));
+ items.setTaskTypeInfoEn(_ctx.stringValue("DescribeActiveOperationTaskTypeResponse.TypeList["+ i +"].TaskTypeInfoEn"));
+ items.setTaskTypeInfoZh(_ctx.stringValue("DescribeActiveOperationTaskTypeResponse.TypeList["+ i +"].TaskTypeInfoZh"));
+ items.setCount(_ctx.integerValue("DescribeActiveOperationTaskTypeResponse.TypeList["+ i +"].Count"));
+
+ typeList.add(items);
+ }
+ describeActiveOperationTaskTypeResponse.setTypeList(typeList);
+
+ return describeActiveOperationTaskTypeResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeActiveOperationTasksResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeActiveOperationTasksResponseUnmarshaller.java
new file mode 100644
index 0000000000..0590af0d70
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeActiveOperationTasksResponseUnmarshaller.java
@@ -0,0 +1,75 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import com.aliyuncs.hbase.model.v20190101.DescribeActiveOperationTasksResponse;
+import com.aliyuncs.hbase.model.v20190101.DescribeActiveOperationTasksResponse.ItemsItem;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class DescribeActiveOperationTasksResponseUnmarshaller {
+
+ public static DescribeActiveOperationTasksResponse unmarshall(DescribeActiveOperationTasksResponse describeActiveOperationTasksResponse, UnmarshallerContext _ctx) {
+
+ describeActiveOperationTasksResponse.setRequestId(_ctx.stringValue("DescribeActiveOperationTasksResponse.RequestId"));
+ describeActiveOperationTasksResponse.setPageNumber(_ctx.integerValue("DescribeActiveOperationTasksResponse.PageNumber"));
+ describeActiveOperationTasksResponse.setPageSize(_ctx.integerValue("DescribeActiveOperationTasksResponse.PageSize"));
+ describeActiveOperationTasksResponse.setTotalRecordCount(_ctx.integerValue("DescribeActiveOperationTasksResponse.TotalRecordCount"));
+
+ List items = new ArrayList();
+ for (int i = 0; i < _ctx.lengthValue("DescribeActiveOperationTasksResponse.Items.Length"); i++) {
+ ItemsItem itemsItem = new ItemsItem();
+ itemsItem.setStatus(_ctx.integerValue("DescribeActiveOperationTasksResponse.Items["+ i +"].Status"));
+ itemsItem.setChangeLevelEn(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].ChangeLevelEn"));
+ itemsItem.setTaskType(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].TaskType"));
+ itemsItem.setInsName(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].InsName"));
+ itemsItem.setRegion(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].Region"));
+ itemsItem.setImpactZh(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].ImpactZh"));
+ itemsItem.setCreatedTime(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].CreatedTime"));
+ itemsItem.setSwitchTime(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].SwitchTime"));
+ itemsItem.setChangeLevelZh(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].ChangeLevelZh"));
+ itemsItem.setDeadline(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].Deadline"));
+ itemsItem.setPrepareInterval(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].PrepareInterval"));
+ itemsItem.setTaskTypeZh(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].TaskTypeZh"));
+ itemsItem.setCurrentAVZ(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].CurrentAVZ"));
+ itemsItem.setAllowChange(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].AllowChange"));
+ itemsItem.setDbVersion(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].DbVersion"));
+ itemsItem.setImpactEn(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].ImpactEn"));
+ itemsItem.setInsComment(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].InsComment"));
+ itemsItem.setStartTime(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].StartTime"));
+ itemsItem.setModifiedTime(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].ModifiedTime"));
+ itemsItem.setAllowCancel(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].AllowCancel"));
+ itemsItem.setDbType(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].DbType"));
+ itemsItem.setChangeLevel(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].ChangeLevel"));
+ itemsItem.setTaskTypeEn(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].TaskTypeEn"));
+ itemsItem.setResultInfo(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].ResultInfo"));
+ itemsItem.setId(_ctx.integerValue("DescribeActiveOperationTasksResponse.Items["+ i +"].Id"));
+
+ List subInsNames = new ArrayList();
+ for (int j = 0; j < _ctx.lengthValue("DescribeActiveOperationTasksResponse.Items["+ i +"].SubInsNames.Length"); j++) {
+ subInsNames.add(_ctx.stringValue("DescribeActiveOperationTasksResponse.Items["+ i +"].SubInsNames["+ j +"]"));
+ }
+ itemsItem.setSubInsNames(subInsNames);
+
+ items.add(itemsItem);
+ }
+ describeActiveOperationTasksResponse.setItems(items);
+
+ return describeActiveOperationTasksResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeAvailableResourceResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeAvailableResourceResponseUnmarshaller.java
index db97460207..d0b3d5d248 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeAvailableResourceResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeAvailableResourceResponseUnmarshaller.java
@@ -40,8 +40,8 @@ public static DescribeAvailableResourceResponse unmarshall(DescribeAvailableReso
List availableZones = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeAvailableResourceResponse.AvailableZones.Length"); i++) {
AvailableZone availableZone = new AvailableZone();
- availableZone.setRegionId(_ctx.stringValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].RegionId"));
availableZone.setZoneId(_ctx.stringValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].ZoneId"));
+ availableZone.setRegionId(_ctx.stringValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].RegionId"));
List supportedEngines = new ArrayList();
for (int j = 0; j < _ctx.lengthValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines.Length"); j++) {
@@ -71,13 +71,13 @@ public static DescribeAvailableResourceResponse unmarshall(DescribeAvailableReso
DBInstanceStorageRange dBInstanceStorageRange = new DBInstanceStorageRange();
dBInstanceStorageRange.setMaxSize(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.MaxSize"));
- dBInstanceStorageRange.setMinSize(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.MinSize"));
dBInstanceStorageRange.setStepSize(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.StepSize"));
+ dBInstanceStorageRange.setMinSize(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.MinSize"));
coreResource.setDBInstanceStorageRange(dBInstanceStorageRange);
InstanceTypeDetail instanceTypeDetail = new InstanceTypeDetail();
- instanceTypeDetail.setCpu(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].InstanceTypeDetail.Cpu"));
instanceTypeDetail.setMem(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].InstanceTypeDetail.Mem"));
+ instanceTypeDetail.setCpu(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].InstanceTypeDetail.Cpu"));
coreResource.setInstanceTypeDetail(instanceTypeDetail);
coreResources.add(coreResource);
@@ -106,8 +106,8 @@ public static DescribeAvailableResourceResponse unmarshall(DescribeAvailableReso
masterResource.setInstanceType(_ctx.stringValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceType"));
InstanceTypeDetail1 instanceTypeDetail1 = new InstanceTypeDetail1();
- instanceTypeDetail1.setCpu(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceTypeDetail.Cpu"));
instanceTypeDetail1.setMem(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceTypeDetail.Mem"));
+ instanceTypeDetail1.setCpu(_ctx.integerValue("DescribeAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceTypeDetail.Cpu"));
masterResource.setInstanceTypeDetail1(instanceTypeDetail1);
masterResources.add(masterResource);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPlanConfigResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPlanConfigResponseUnmarshaller.java
index d9f5e3e2d4..b0a5852462 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPlanConfigResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPlanConfigResponseUnmarshaller.java
@@ -26,9 +26,9 @@ public class DescribeBackupPlanConfigResponseUnmarshaller {
public static DescribeBackupPlanConfigResponse unmarshall(DescribeBackupPlanConfigResponse describeBackupPlanConfigResponse, UnmarshallerContext _ctx) {
describeBackupPlanConfigResponse.setRequestId(_ctx.stringValue("DescribeBackupPlanConfigResponse.RequestId"));
- describeBackupPlanConfigResponse.setFullBackupCycle(_ctx.integerValue("DescribeBackupPlanConfigResponse.FullBackupCycle"));
describeBackupPlanConfigResponse.setMinHFileBackupCount(_ctx.integerValue("DescribeBackupPlanConfigResponse.MinHFileBackupCount"));
describeBackupPlanConfigResponse.setNextFullBackupDate(_ctx.stringValue("DescribeBackupPlanConfigResponse.NextFullBackupDate"));
+ describeBackupPlanConfigResponse.setFullBackupCycle(_ctx.integerValue("DescribeBackupPlanConfigResponse.FullBackupCycle"));
List tables = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeBackupPlanConfigResponse.Tables.Length"); i++) {
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPolicyResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPolicyResponseUnmarshaller.java
index bfba1cdbf6..81747d51de 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPolicyResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupPolicyResponseUnmarshaller.java
@@ -23,11 +23,11 @@ public class DescribeBackupPolicyResponseUnmarshaller {
public static DescribeBackupPolicyResponse unmarshall(DescribeBackupPolicyResponse describeBackupPolicyResponse, UnmarshallerContext _ctx) {
describeBackupPolicyResponse.setRequestId(_ctx.stringValue("DescribeBackupPolicyResponse.RequestId"));
+ describeBackupPolicyResponse.setPreferredBackupEndTimeUTC(_ctx.stringValue("DescribeBackupPolicyResponse.PreferredBackupEndTimeUTC"));
describeBackupPolicyResponse.setBackupRetentionPeriod(_ctx.stringValue("DescribeBackupPolicyResponse.BackupRetentionPeriod"));
- describeBackupPolicyResponse.setPreferredBackupTime(_ctx.stringValue("DescribeBackupPolicyResponse.PreferredBackupTime"));
describeBackupPolicyResponse.setPreferredBackupPeriod(_ctx.stringValue("DescribeBackupPolicyResponse.PreferredBackupPeriod"));
- describeBackupPolicyResponse.setPreferredBackupStartTimeUTC(_ctx.stringValue("DescribeBackupPolicyResponse.PreferredBackupStartTimeUTC"));
- describeBackupPolicyResponse.setPreferredBackupEndTimeUTC(_ctx.stringValue("DescribeBackupPolicyResponse.PreferredBackupEndTimeUTC"));
+ describeBackupPolicyResponse.setPreferredBackupTime(_ctx.stringValue("DescribeBackupPolicyResponse.PreferredBackupTime"));
+ describeBackupPolicyResponse.setPreferredBackupStartTimeUTC(_ctx.stringValue("DescribeBackupPolicyResponse.PreferredBackupStartTimeUTC"));
return describeBackupPolicyResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupStatusResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupStatusResponseUnmarshaller.java
index 28202acf26..c82bc4518c 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupStatusResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupStatusResponseUnmarshaller.java
@@ -23,9 +23,9 @@ public class DescribeBackupStatusResponseUnmarshaller {
public static DescribeBackupStatusResponse unmarshall(DescribeBackupStatusResponse describeBackupStatusResponse, UnmarshallerContext _ctx) {
describeBackupStatusResponse.setRequestId(_ctx.stringValue("DescribeBackupStatusResponse.RequestId"));
- describeBackupStatusResponse.setClusterId(_ctx.stringValue("DescribeBackupStatusResponse.ClusterId"));
+ describeBackupStatusResponse.setBdsClusterId(_ctx.stringValue("DescribeBackupStatusResponse.BdsClusterId"));
describeBackupStatusResponse.setBackupStatus(_ctx.stringValue("DescribeBackupStatusResponse.BackupStatus"));
- describeBackupStatusResponse.setBdsClusterId(_ctx.stringValue("DescribeBackupStatusResponse.BdsClusterId"));
+ describeBackupStatusResponse.setClusterId(_ctx.stringValue("DescribeBackupStatusResponse.ClusterId"));
return describeBackupStatusResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupSummaryResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupSummaryResponseUnmarshaller.java
index 6e3879717a..cb85db417a 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupSummaryResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupSummaryResponseUnmarshaller.java
@@ -31,31 +31,31 @@ public static DescribeBackupSummaryResponse unmarshall(DescribeBackupSummaryResp
describeBackupSummaryResponse.setRequestId(_ctx.stringValue("DescribeBackupSummaryResponse.RequestId"));
Incr incr = new Incr();
+ incr.setStatus(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.Status"));
+ incr.setSpeed(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.Speed"));
incr.setPos(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.Pos"));
incr.setQueueLogNum(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.QueueLogNum"));
- incr.setSpeed(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.Speed"));
- incr.setStatus(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.Status"));
- incr.setRunningLogNum(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.RunningLogNum"));
incr.setBackupLogSize(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.BackupLogSize"));
+ incr.setRunningLogNum(_ctx.stringValue("DescribeBackupSummaryResponse.Incr.RunningLogNum"));
describeBackupSummaryResponse.setIncr(incr);
Full full = new Full();
full.setHasMore(_ctx.stringValue("DescribeBackupSummaryResponse.Full.HasMore"));
- full.setNextFullBackupDate(_ctx.stringValue("DescribeBackupSummaryResponse.Full.NextFullBackupDate"));
- full.setPageNumber(_ctx.integerValue("DescribeBackupSummaryResponse.Full.PageNumber"));
full.setPageSize(_ctx.integerValue("DescribeBackupSummaryResponse.Full.PageSize"));
+ full.setPageNumber(_ctx.integerValue("DescribeBackupSummaryResponse.Full.PageNumber"));
full.setTotal(_ctx.integerValue("DescribeBackupSummaryResponse.Full.Total"));
+ full.setNextFullBackupDate(_ctx.stringValue("DescribeBackupSummaryResponse.Full.NextFullBackupDate"));
List records = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeBackupSummaryResponse.Full.Records.Length"); i++) {
Record record = new Record();
- record.setRecordId(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].RecordId"));
+ record.setStatus(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].Status"));
record.setFinishTime(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].FinishTime"));
record.setProcess(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].Process"));
- record.setCreateTime(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].CreateTime"));
record.setDataSize(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].DataSize"));
record.setSpeed(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].Speed"));
- record.setStatus(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].Status"));
+ record.setRecordId(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].RecordId"));
+ record.setCreateTime(_ctx.stringValue("DescribeBackupSummaryResponse.Full.Records["+ i +"].CreateTime"));
records.add(record);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupTablesResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupTablesResponseUnmarshaller.java
index 7d882d9c2e..643b3d3ec4 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupTablesResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupTablesResponseUnmarshaller.java
@@ -27,9 +27,9 @@ public class DescribeBackupTablesResponseUnmarshaller {
public static DescribeBackupTablesResponse unmarshall(DescribeBackupTablesResponse describeBackupTablesResponse, UnmarshallerContext _ctx) {
describeBackupTablesResponse.setRequestId(_ctx.stringValue("DescribeBackupTablesResponse.RequestId"));
- describeBackupTablesResponse.setTotal(_ctx.longValue("DescribeBackupTablesResponse.Total"));
- describeBackupTablesResponse.setPageSize(_ctx.integerValue("DescribeBackupTablesResponse.PageSize"));
describeBackupTablesResponse.setPageNumber(_ctx.integerValue("DescribeBackupTablesResponse.PageNumber"));
+ describeBackupTablesResponse.setPageSize(_ctx.integerValue("DescribeBackupTablesResponse.PageSize"));
+ describeBackupTablesResponse.setTotal(_ctx.longValue("DescribeBackupTablesResponse.Total"));
List tables = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeBackupTablesResponse.Tables.Length"); i++) {
@@ -40,14 +40,14 @@ public static DescribeBackupTablesResponse unmarshall(DescribeBackupTablesRespon
List backupRecords = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeBackupTablesResponse.BackupRecords.Length"); i++) {
BackupRecord backupRecord = new BackupRecord();
- backupRecord.setTable(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].Table"));
- backupRecord.setState(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].State"));
- backupRecord.setStartTime(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].StartTime"));
backupRecord.setEndTime(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].EndTime"));
+ backupRecord.setStartTime(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].StartTime"));
backupRecord.setProcess(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].Process"));
backupRecord.setDataSize(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].DataSize"));
backupRecord.setSpeed(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].Speed"));
+ backupRecord.setState(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].State"));
backupRecord.setMessage(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].Message"));
+ backupRecord.setTable(_ctx.stringValue("DescribeBackupTablesResponse.BackupRecords["+ i +"].Table"));
backupRecords.add(backupRecord);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupsResponseUnmarshaller.java
index 8f76eacfae..a1110f7d4e 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeBackupsResponseUnmarshaller.java
@@ -28,25 +28,25 @@ public static DescribeBackupsResponse unmarshall(DescribeBackupsResponse describ
describeBackupsResponse.setRequestId(_ctx.stringValue("DescribeBackupsResponse.RequestId"));
describeBackupsResponse.setEnableStatus(_ctx.stringValue("DescribeBackupsResponse.EnableStatus"));
- describeBackupsResponse.setPageNumber(_ctx.integerValue("DescribeBackupsResponse.PageNumber"));
describeBackupsResponse.setPageSize(_ctx.integerValue("DescribeBackupsResponse.PageSize"));
+ describeBackupsResponse.setPageNumber(_ctx.integerValue("DescribeBackupsResponse.PageNumber"));
describeBackupsResponse.setTotalCount(_ctx.integerValue("DescribeBackupsResponse.TotalCount"));
List backups = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeBackupsResponse.Backups.Length"); i++) {
Backup backup = new Backup();
- backup.setBackupDBNames(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupDBNames"));
- backup.setBackupId(_ctx.integerValue("DescribeBackupsResponse.Backups["+ i +"].BackupId"));
backup.setBackupStatus(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupStatus"));
backup.setBackupStartTime(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupStartTime"));
- backup.setBackupEndTime(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupEndTime"));
backup.setBackupType(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupType"));
- backup.setBackupMode(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupMode"));
- backup.setBackupMethod(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupMethod"));
backup.setBackupDownloadURL(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupDownloadURL"));
- backup.setBackupSize(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupSize"));
backup.setBackupStartTimeUTC(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupStartTimeUTC"));
+ backup.setBackupEndTime(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupEndTime"));
+ backup.setBackupDBNames(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupDBNames"));
+ backup.setBackupId(_ctx.integerValue("DescribeBackupsResponse.Backups["+ i +"].BackupId"));
backup.setBackupEndTimeUTC(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupEndTimeUTC"));
+ backup.setBackupSize(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupSize"));
+ backup.setBackupMode(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupMode"));
+ backup.setBackupMethod(_ctx.stringValue("DescribeBackupsResponse.Backups["+ i +"].BackupMethod"));
backups.add(backup);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeClusterConnectionResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeClusterConnectionResponseUnmarshaller.java
index c1f04afbca..00947e11f4 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeClusterConnectionResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeClusterConnectionResponseUnmarshaller.java
@@ -33,11 +33,11 @@ public class DescribeClusterConnectionResponseUnmarshaller {
public static DescribeClusterConnectionResponse unmarshall(DescribeClusterConnectionResponse describeClusterConnectionResponse, UnmarshallerContext _ctx) {
describeClusterConnectionResponse.setRequestId(_ctx.stringValue("DescribeClusterConnectionResponse.RequestId"));
- describeClusterConnectionResponse.setNetType(_ctx.stringValue("DescribeClusterConnectionResponse.NetType"));
describeClusterConnectionResponse.setVpcId(_ctx.stringValue("DescribeClusterConnectionResponse.VpcId"));
describeClusterConnectionResponse.setVSwitchId(_ctx.stringValue("DescribeClusterConnectionResponse.VSwitchId"));
- describeClusterConnectionResponse.setDbType(_ctx.stringValue("DescribeClusterConnectionResponse.DbType"));
describeClusterConnectionResponse.setIsMultimod(_ctx.stringValue("DescribeClusterConnectionResponse.IsMultimod"));
+ describeClusterConnectionResponse.setDbType(_ctx.stringValue("DescribeClusterConnectionResponse.DbType"));
+ describeClusterConnectionResponse.setNetType(_ctx.stringValue("DescribeClusterConnectionResponse.NetType"));
UiProxyConnAddrInfo uiProxyConnAddrInfo = new UiProxyConnAddrInfo();
uiProxyConnAddrInfo.setConnAddr(_ctx.stringValue("DescribeClusterConnectionResponse.UiProxyConnAddrInfo.ConnAddr"));
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeDeletedInstancesResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeDeletedInstancesResponseUnmarshaller.java
index 325af3a196..e7cb00b284 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeDeletedInstancesResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeDeletedInstancesResponseUnmarshaller.java
@@ -27,25 +27,25 @@ public class DescribeDeletedInstancesResponseUnmarshaller {
public static DescribeDeletedInstancesResponse unmarshall(DescribeDeletedInstancesResponse describeDeletedInstancesResponse, UnmarshallerContext _ctx) {
describeDeletedInstancesResponse.setRequestId(_ctx.stringValue("DescribeDeletedInstancesResponse.RequestId"));
- describeDeletedInstancesResponse.setTotalCount(_ctx.longValue("DescribeDeletedInstancesResponse.TotalCount"));
- describeDeletedInstancesResponse.setPageNumber(_ctx.integerValue("DescribeDeletedInstancesResponse.PageNumber"));
describeDeletedInstancesResponse.setPageSize(_ctx.integerValue("DescribeDeletedInstancesResponse.PageSize"));
+ describeDeletedInstancesResponse.setPageNumber(_ctx.integerValue("DescribeDeletedInstancesResponse.PageNumber"));
+ describeDeletedInstancesResponse.setTotalCount(_ctx.longValue("DescribeDeletedInstancesResponse.TotalCount"));
List instances = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeDeletedInstancesResponse.Instances.Length"); i++) {
Instance instance = new Instance();
- instance.setInstanceId(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].InstanceId"));
- instance.setInstanceName(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].InstanceName"));
instance.setStatus(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].Status"));
- instance.setMajorVersion(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].MajorVersion"));
- instance.setEngine(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].Engine"));
+ instance.setInstanceId(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].InstanceId"));
instance.setRegionId(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].RegionId"));
+ instance.setParentId(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].ParentId"));
+ instance.setClusterType(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].ClusterType"));
+ instance.setInstanceName(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].InstanceName"));
instance.setZoneId(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].ZoneId"));
- instance.setCreatedTime(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].CreatedTime"));
instance.setDeleteTime(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].DeleteTime"));
- instance.setClusterType(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].ClusterType"));
instance.setModuleStackVersion(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].ModuleStackVersion"));
- instance.setParentId(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].ParentId"));
+ instance.setMajorVersion(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].MajorVersion"));
+ instance.setEngine(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].Engine"));
+ instance.setCreatedTime(_ctx.stringValue("DescribeDeletedInstancesResponse.Instances["+ i +"].CreatedTime"));
instances.add(instance);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeEndpointsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeEndpointsResponseUnmarshaller.java
index 636e73b31b..7979cfd355 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeEndpointsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeEndpointsResponseUnmarshaller.java
@@ -27,17 +27,17 @@ public class DescribeEndpointsResponseUnmarshaller {
public static DescribeEndpointsResponse unmarshall(DescribeEndpointsResponse describeEndpointsResponse, UnmarshallerContext _ctx) {
describeEndpointsResponse.setRequestId(_ctx.stringValue("DescribeEndpointsResponse.RequestId"));
- describeEndpointsResponse.setNetType(_ctx.stringValue("DescribeEndpointsResponse.NetType"));
describeEndpointsResponse.setVpcId(_ctx.stringValue("DescribeEndpointsResponse.VpcId"));
describeEndpointsResponse.setVSwitchId(_ctx.stringValue("DescribeEndpointsResponse.VSwitchId"));
describeEndpointsResponse.setEngine(_ctx.stringValue("DescribeEndpointsResponse.Engine"));
+ describeEndpointsResponse.setNetType(_ctx.stringValue("DescribeEndpointsResponse.NetType"));
List connAddrs = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeEndpointsResponse.ConnAddrs.Length"); i++) {
ConnAddrInfo connAddrInfo = new ConnAddrInfo();
- connAddrInfo.setConnType(_ctx.stringValue("DescribeEndpointsResponse.ConnAddrs["+ i +"].ConnType"));
connAddrInfo.setConnAddr(_ctx.stringValue("DescribeEndpointsResponse.ConnAddrs["+ i +"].ConnAddr"));
connAddrInfo.setConnAddrPort(_ctx.stringValue("DescribeEndpointsResponse.ConnAddrs["+ i +"].ConnAddrPort"));
+ connAddrInfo.setConnType(_ctx.stringValue("DescribeEndpointsResponse.ConnAddrs["+ i +"].ConnType"));
connAddrInfo.setNetType(_ctx.stringValue("DescribeEndpointsResponse.ConnAddrs["+ i +"].NetType"));
connAddrs.add(connAddrInfo);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeInstanceResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeInstanceResponseUnmarshaller.java
index bb528bcc18..99e56866af 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeInstanceResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeInstanceResponseUnmarshaller.java
@@ -74,7 +74,10 @@ public static DescribeInstanceResponse unmarshall(DescribeInstanceResponse descr
describeInstanceResponse.setMajorVersion(_ctx.stringValue("DescribeInstanceResponse.MajorVersion"));
describeInstanceResponse.setCoreDiskCount(_ctx.stringValue("DescribeInstanceResponse.CoreDiskCount"));
describeInstanceResponse.setTaskProgress(_ctx.stringValue("DescribeInstanceResponse.TaskProgress"));
+ describeInstanceResponse.setTaskStatus(_ctx.stringValue("DescribeInstanceResponse.TaskStatus"));
describeInstanceResponse.setCoreNodeCount(_ctx.integerValue("DescribeInstanceResponse.CoreNodeCount"));
+ describeInstanceResponse.setEnableHbaseProxy(_ctx.booleanValue("DescribeInstanceResponse.EnableHbaseProxy"));
+ describeInstanceResponse.setLproxyMinorVersion(_ctx.stringValue("DescribeInstanceResponse.LproxyMinorVersion"));
List needUpgradeComps = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeInstanceResponse.NeedUpgradeComps.Length"); i++) {
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeIpWhitelistResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeIpWhitelistResponseUnmarshaller.java
index d9f6713c22..eecf61a63f 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeIpWhitelistResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeIpWhitelistResponseUnmarshaller.java
@@ -31,8 +31,8 @@ public static DescribeIpWhitelistResponse unmarshall(DescribeIpWhitelistResponse
List groups = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeIpWhitelistResponse.Groups.Length"); i++) {
Group group = new Group();
- group.setGroupName(_ctx.stringValue("DescribeIpWhitelistResponse.Groups["+ i +"].GroupName"));
group.setIpVersion(_ctx.integerValue("DescribeIpWhitelistResponse.Groups["+ i +"].IpVersion"));
+ group.setGroupName(_ctx.stringValue("DescribeIpWhitelistResponse.Groups["+ i +"].GroupName"));
List ipList = new ArrayList();
for (int j = 0; j < _ctx.lengthValue("DescribeIpWhitelistResponse.Groups["+ i +"].IpList.Length"); j++) {
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableRegionsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableRegionsResponseUnmarshaller.java
index a2647ca5d0..c8c9d3735d 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableRegionsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableRegionsResponseUnmarshaller.java
@@ -32,8 +32,8 @@ public static DescribeMultiZoneAvailableRegionsResponse unmarshall(DescribeMulti
List regions = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeMultiZoneAvailableRegionsResponse.Regions.Length"); i++) {
Region region = new Region();
- region.setLocalName(_ctx.stringValue("DescribeMultiZoneAvailableRegionsResponse.Regions["+ i +"].LocalName"));
region.setRegionEndpoint(_ctx.stringValue("DescribeMultiZoneAvailableRegionsResponse.Regions["+ i +"].RegionEndpoint"));
+ region.setLocalName(_ctx.stringValue("DescribeMultiZoneAvailableRegionsResponse.Regions["+ i +"].LocalName"));
region.setRegionId(_ctx.stringValue("DescribeMultiZoneAvailableRegionsResponse.Regions["+ i +"].RegionId"));
List availableCombines = new ArrayList();
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableResourceResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableResourceResponseUnmarshaller.java
index 651bae53cf..460a701338 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableResourceResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneAvailableResourceResponseUnmarshaller.java
@@ -40,8 +40,8 @@ public static DescribeMultiZoneAvailableResourceResponse unmarshall(DescribeMult
List availableZones = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones.Length"); i++) {
AvailableZone availableZone = new AvailableZone();
- availableZone.setRegionId(_ctx.stringValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].RegionId"));
availableZone.setZoneCombination(_ctx.stringValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].ZoneCombination"));
+ availableZone.setRegionId(_ctx.stringValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].RegionId"));
List masterResources = new ArrayList();
for (int j = 0; j < _ctx.lengthValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].MasterResources.Length"); j++) {
@@ -49,8 +49,8 @@ public static DescribeMultiZoneAvailableResourceResponse unmarshall(DescribeMult
masterResource.setInstanceType(_ctx.stringValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceType"));
InstanceTypeDetail instanceTypeDetail = new InstanceTypeDetail();
- instanceTypeDetail.setCpu(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceTypeDetail.Cpu"));
instanceTypeDetail.setMem(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceTypeDetail.Mem"));
+ instanceTypeDetail.setCpu(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].MasterResources["+ j +"].InstanceTypeDetail.Cpu"));
masterResource.setInstanceTypeDetail(instanceTypeDetail);
masterResources.add(masterResource);
@@ -85,13 +85,13 @@ public static DescribeMultiZoneAvailableResourceResponse unmarshall(DescribeMult
DBInstanceStorageRange dBInstanceStorageRange = new DBInstanceStorageRange();
dBInstanceStorageRange.setMaxSize(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.MaxSize"));
- dBInstanceStorageRange.setMinSize(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.MinSize"));
dBInstanceStorageRange.setStepSize(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.StepSize"));
+ dBInstanceStorageRange.setMinSize(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].DBInstanceStorageRange.MinSize"));
coreResource.setDBInstanceStorageRange(dBInstanceStorageRange);
InstanceTypeDetail1 instanceTypeDetail1 = new InstanceTypeDetail1();
- instanceTypeDetail1.setCpu(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].InstanceTypeDetail.Cpu"));
instanceTypeDetail1.setMem(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].InstanceTypeDetail.Mem"));
+ instanceTypeDetail1.setCpu(_ctx.integerValue("DescribeMultiZoneAvailableResourceResponse.AvailableZones["+ i +"].SupportedEngines["+ j +"].SupportedEngineVersions["+ k +"].SupportedCategories["+ l +"].SupportedStorageTypes["+ m +"].CoreResources["+ n +"].InstanceTypeDetail.Cpu"));
coreResource.setInstanceTypeDetail1(instanceTypeDetail1);
coreResources.add(coreResource);
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneClusterResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneClusterResponseUnmarshaller.java
index f99634d1bb..bc0eeb3271 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneClusterResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeMultiZoneClusterResponseUnmarshaller.java
@@ -28,62 +28,69 @@ public class DescribeMultiZoneClusterResponseUnmarshaller {
public static DescribeMultiZoneClusterResponse unmarshall(DescribeMultiZoneClusterResponse describeMultiZoneClusterResponse, UnmarshallerContext _ctx) {
describeMultiZoneClusterResponse.setRequestId(_ctx.stringValue("DescribeMultiZoneClusterResponse.RequestId"));
- describeMultiZoneClusterResponse.setAutoRenewal(_ctx.booleanValue("DescribeMultiZoneClusterResponse.AutoRenewal"));
+ describeMultiZoneClusterResponse.setVpcId(_ctx.stringValue("DescribeMultiZoneClusterResponse.VpcId"));
+ describeMultiZoneClusterResponse.setEncryptionType(_ctx.stringValue("DescribeMultiZoneClusterResponse.EncryptionType"));
+ describeMultiZoneClusterResponse.setModuleId(_ctx.integerValue("DescribeMultiZoneClusterResponse.ModuleId"));
+ describeMultiZoneClusterResponse.setPayType(_ctx.stringValue("DescribeMultiZoneClusterResponse.PayType"));
+ describeMultiZoneClusterResponse.setArbiterVSwitchIds(_ctx.stringValue("DescribeMultiZoneClusterResponse.ArbiterVSwitchIds"));
+ describeMultiZoneClusterResponse.setMasterNodeCount(_ctx.integerValue("DescribeMultiZoneClusterResponse.MasterNodeCount"));
+ describeMultiZoneClusterResponse.setInstanceName(_ctx.stringValue("DescribeMultiZoneClusterResponse.InstanceName"));
+ describeMultiZoneClusterResponse.setCoreInstanceType(_ctx.stringValue("DescribeMultiZoneClusterResponse.CoreInstanceType"));
+ describeMultiZoneClusterResponse.setEncryptionKey(_ctx.stringValue("DescribeMultiZoneClusterResponse.EncryptionKey"));
describeMultiZoneClusterResponse.setClusterId(_ctx.stringValue("DescribeMultiZoneClusterResponse.ClusterId"));
- describeMultiZoneClusterResponse.setClusterName(_ctx.stringValue("DescribeMultiZoneClusterResponse.ClusterName"));
- describeMultiZoneClusterResponse.setCreatedTime(_ctx.stringValue("DescribeMultiZoneClusterResponse.CreatedTime"));
- describeMultiZoneClusterResponse.setCreatedTimeUTC(_ctx.stringValue("DescribeMultiZoneClusterResponse.CreatedTimeUTC"));
- describeMultiZoneClusterResponse.setDuration(_ctx.integerValue("DescribeMultiZoneClusterResponse.Duration"));
- describeMultiZoneClusterResponse.setEngine(_ctx.stringValue("DescribeMultiZoneClusterResponse.Engine"));
+ describeMultiZoneClusterResponse.setLogNodeCount(_ctx.integerValue("DescribeMultiZoneClusterResponse.LogNodeCount"));
describeMultiZoneClusterResponse.setExpireTime(_ctx.stringValue("DescribeMultiZoneClusterResponse.ExpireTime"));
- describeMultiZoneClusterResponse.setExpireTimeUTC(_ctx.stringValue("DescribeMultiZoneClusterResponse.ExpireTimeUTC"));
+ describeMultiZoneClusterResponse.setMultiZoneCombination(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneCombination"));
describeMultiZoneClusterResponse.setInstanceId(_ctx.stringValue("DescribeMultiZoneClusterResponse.InstanceId"));
- describeMultiZoneClusterResponse.setInstanceName(_ctx.stringValue("DescribeMultiZoneClusterResponse.InstanceName"));
describeMultiZoneClusterResponse.setIsDeletionProtection(_ctx.booleanValue("DescribeMultiZoneClusterResponse.IsDeletionProtection"));
- describeMultiZoneClusterResponse.setMaintainEndTime(_ctx.stringValue("DescribeMultiZoneClusterResponse.MaintainEndTime"));
- describeMultiZoneClusterResponse.setMaintainStartTime(_ctx.stringValue("DescribeMultiZoneClusterResponse.MaintainStartTime"));
- describeMultiZoneClusterResponse.setMajorVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MajorVersion"));
describeMultiZoneClusterResponse.setMasterDiskSize(_ctx.integerValue("DescribeMultiZoneClusterResponse.MasterDiskSize"));
- describeMultiZoneClusterResponse.setMasterDiskType(_ctx.stringValue("DescribeMultiZoneClusterResponse.MasterDiskType"));
- describeMultiZoneClusterResponse.setMasterInstanceType(_ctx.stringValue("DescribeMultiZoneClusterResponse.MasterInstanceType"));
- describeMultiZoneClusterResponse.setMasterNodeCount(_ctx.integerValue("DescribeMultiZoneClusterResponse.MasterNodeCount"));
+ describeMultiZoneClusterResponse.setAutoRenewal(_ctx.booleanValue("DescribeMultiZoneClusterResponse.AutoRenewal"));
+ describeMultiZoneClusterResponse.setClusterName(_ctx.stringValue("DescribeMultiZoneClusterResponse.ClusterName"));
+ describeMultiZoneClusterResponse.setDuration(_ctx.integerValue("DescribeMultiZoneClusterResponse.Duration"));
+ describeMultiZoneClusterResponse.setModuleStackVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.ModuleStackVersion"));
+ describeMultiZoneClusterResponse.setMajorVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MajorVersion"));
describeMultiZoneClusterResponse.setCoreDiskCount(_ctx.stringValue("DescribeMultiZoneClusterResponse.CoreDiskCount"));
- describeMultiZoneClusterResponse.setCoreDiskSize(_ctx.integerValue("DescribeMultiZoneClusterResponse.CoreDiskSize"));
- describeMultiZoneClusterResponse.setCoreDiskType(_ctx.stringValue("DescribeMultiZoneClusterResponse.CoreDiskType"));
- describeMultiZoneClusterResponse.setCoreInstanceType(_ctx.stringValue("DescribeMultiZoneClusterResponse.CoreInstanceType"));
- describeMultiZoneClusterResponse.setCoreNodeCount(_ctx.integerValue("DescribeMultiZoneClusterResponse.CoreNodeCount"));
- describeMultiZoneClusterResponse.setLogDiskCount(_ctx.stringValue("DescribeMultiZoneClusterResponse.LogDiskCount"));
- describeMultiZoneClusterResponse.setLogDiskSize(_ctx.integerValue("DescribeMultiZoneClusterResponse.LogDiskSize"));
- describeMultiZoneClusterResponse.setLogDiskType(_ctx.stringValue("DescribeMultiZoneClusterResponse.LogDiskType"));
+ describeMultiZoneClusterResponse.setStatus(_ctx.stringValue("DescribeMultiZoneClusterResponse.Status"));
describeMultiZoneClusterResponse.setLogInstanceType(_ctx.stringValue("DescribeMultiZoneClusterResponse.LogInstanceType"));
- describeMultiZoneClusterResponse.setLogNodeCount(_ctx.integerValue("DescribeMultiZoneClusterResponse.LogNodeCount"));
- describeMultiZoneClusterResponse.setModuleId(_ctx.integerValue("DescribeMultiZoneClusterResponse.ModuleId"));
- describeMultiZoneClusterResponse.setModuleStackVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.ModuleStackVersion"));
+ describeMultiZoneClusterResponse.setLogDiskSize(_ctx.integerValue("DescribeMultiZoneClusterResponse.LogDiskSize"));
+ describeMultiZoneClusterResponse.setCoreDiskType(_ctx.stringValue("DescribeMultiZoneClusterResponse.CoreDiskType"));
+ describeMultiZoneClusterResponse.setStandbyZoneId(_ctx.stringValue("DescribeMultiZoneClusterResponse.StandbyZoneId"));
describeMultiZoneClusterResponse.setNetworkType(_ctx.stringValue("DescribeMultiZoneClusterResponse.NetworkType"));
- describeMultiZoneClusterResponse.setParentId(_ctx.stringValue("DescribeMultiZoneClusterResponse.ParentId"));
- describeMultiZoneClusterResponse.setPayType(_ctx.stringValue("DescribeMultiZoneClusterResponse.PayType"));
- describeMultiZoneClusterResponse.setRegionId(_ctx.stringValue("DescribeMultiZoneClusterResponse.RegionId"));
- describeMultiZoneClusterResponse.setStatus(_ctx.stringValue("DescribeMultiZoneClusterResponse.Status"));
- describeMultiZoneClusterResponse.setMultiZoneCombination(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneCombination"));
- describeMultiZoneClusterResponse.setPrimaryZoneId(_ctx.stringValue("DescribeMultiZoneClusterResponse.PrimaryZoneId"));
describeMultiZoneClusterResponse.setPrimaryVSwitchIds(_ctx.stringValue("DescribeMultiZoneClusterResponse.PrimaryVSwitchIds"));
- describeMultiZoneClusterResponse.setStandbyZoneId(_ctx.stringValue("DescribeMultiZoneClusterResponse.StandbyZoneId"));
+ describeMultiZoneClusterResponse.setCreatedTimeUTC(_ctx.stringValue("DescribeMultiZoneClusterResponse.CreatedTimeUTC"));
+ describeMultiZoneClusterResponse.setParentId(_ctx.stringValue("DescribeMultiZoneClusterResponse.ParentId"));
+ describeMultiZoneClusterResponse.setExpireTimeUTC(_ctx.stringValue("DescribeMultiZoneClusterResponse.ExpireTimeUTC"));
+ describeMultiZoneClusterResponse.setLogDiskType(_ctx.stringValue("DescribeMultiZoneClusterResponse.LogDiskType"));
+ describeMultiZoneClusterResponse.setMasterInstanceType(_ctx.stringValue("DescribeMultiZoneClusterResponse.MasterInstanceType"));
+ describeMultiZoneClusterResponse.setCreatedTime(_ctx.stringValue("DescribeMultiZoneClusterResponse.CreatedTime"));
+ describeMultiZoneClusterResponse.setCoreDiskSize(_ctx.integerValue("DescribeMultiZoneClusterResponse.CoreDiskSize"));
+ describeMultiZoneClusterResponse.setLogDiskCount(_ctx.stringValue("DescribeMultiZoneClusterResponse.LogDiskCount"));
describeMultiZoneClusterResponse.setStandbyVSwitchIds(_ctx.stringValue("DescribeMultiZoneClusterResponse.StandbyVSwitchIds"));
+ describeMultiZoneClusterResponse.setMaintainStartTime(_ctx.stringValue("DescribeMultiZoneClusterResponse.MaintainStartTime"));
+ describeMultiZoneClusterResponse.setPrimaryZoneId(_ctx.stringValue("DescribeMultiZoneClusterResponse.PrimaryZoneId"));
+ describeMultiZoneClusterResponse.setMaintainEndTime(_ctx.stringValue("DescribeMultiZoneClusterResponse.MaintainEndTime"));
describeMultiZoneClusterResponse.setArbiterZoneId(_ctx.stringValue("DescribeMultiZoneClusterResponse.ArbiterZoneId"));
- describeMultiZoneClusterResponse.setArbiterVSwitchIds(_ctx.stringValue("DescribeMultiZoneClusterResponse.ArbiterVSwitchIds"));
- describeMultiZoneClusterResponse.setVpcId(_ctx.stringValue("DescribeMultiZoneClusterResponse.VpcId"));
+ describeMultiZoneClusterResponse.setMasterDiskType(_ctx.stringValue("DescribeMultiZoneClusterResponse.MasterDiskType"));
+ describeMultiZoneClusterResponse.setRegionId(_ctx.stringValue("DescribeMultiZoneClusterResponse.RegionId"));
describeMultiZoneClusterResponse.setResourceGroupId(_ctx.stringValue("DescribeMultiZoneClusterResponse.ResourceGroupId"));
- describeMultiZoneClusterResponse.setEncryptionType(_ctx.stringValue("DescribeMultiZoneClusterResponse.EncryptionType"));
- describeMultiZoneClusterResponse.setEncryptionKey(_ctx.stringValue("DescribeMultiZoneClusterResponse.EncryptionKey"));
+ describeMultiZoneClusterResponse.setEngine(_ctx.stringValue("DescribeMultiZoneClusterResponse.Engine"));
+ describeMultiZoneClusterResponse.setTaskProgress(_ctx.stringValue("DescribeMultiZoneClusterResponse.TaskProgress"));
+ describeMultiZoneClusterResponse.setTaskStatus(_ctx.stringValue("DescribeMultiZoneClusterResponse.TaskStatus"));
+ describeMultiZoneClusterResponse.setCoreNodeCount(_ctx.integerValue("DescribeMultiZoneClusterResponse.CoreNodeCount"));
+ describeMultiZoneClusterResponse.setColdStorageSize(_ctx.integerValue("DescribeMultiZoneClusterResponse.ColdStorageSize"));
List multiZoneInstanceModels = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels.Length"); i++) {
MultiZoneInstanceModel multiZoneInstanceModel = new MultiZoneInstanceModel();
- multiZoneInstanceModel.setInsName(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].InsName"));
- multiZoneInstanceModel.setIsLatestVersion(_ctx.booleanValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].IsLatestVersion"));
- multiZoneInstanceModel.setMinorVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].MinorVersion"));
multiZoneInstanceModel.setStatus(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].Status"));
+ multiZoneInstanceModel.setIsLatestVersion(_ctx.booleanValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].IsLatestVersion"));
multiZoneInstanceModel.setRole(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].Role"));
+ multiZoneInstanceModel.setInsName(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].InsName"));
+ multiZoneInstanceModel.setMinorVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].MinorVersion"));
+ multiZoneInstanceModel.setLatestMinorVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].LatestMinorVersion"));
+ multiZoneInstanceModel.setHdfsMinorVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].HdfsMinorVersion"));
+ multiZoneInstanceModel.setLatestHdfsMinorVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].LatestHdfsMinorVersion"));
+ multiZoneInstanceModel.setIsHdfsLatestVersion(_ctx.stringValue("DescribeMultiZoneClusterResponse.MultiZoneInstanceModels["+ i +"].IsHdfsLatestVersion"));
multiZoneInstanceModels.add(multiZoneInstanceModel);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRegionsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRegionsResponseUnmarshaller.java
index 89112259d2..e4fbd46e1b 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRegionsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRegionsResponseUnmarshaller.java
@@ -32,9 +32,9 @@ public static DescribeRegionsResponse unmarshall(DescribeRegionsResponse describ
List regions = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeRegionsResponse.Regions.Length"); i++) {
Region region = new Region();
- region.setRegionId(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].RegionId"));
- region.setLocalName(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].LocalName"));
region.setRegionEndpoint(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].RegionEndpoint"));
+ region.setLocalName(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].LocalName"));
+ region.setRegionId(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].RegionId"));
List zones = new ArrayList();
for (int j = 0; j < _ctx.lengthValue("DescribeRegionsResponse.Regions["+ i +"].Zones.Length"); j++) {
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreFullDetailsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreFullDetailsResponseUnmarshaller.java
index c8d450992d..a959a13ec6 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreFullDetailsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreFullDetailsResponseUnmarshaller.java
@@ -31,24 +31,24 @@ public static DescribeRestoreFullDetailsResponse unmarshall(DescribeRestoreFullD
RestoreFull restoreFull = new RestoreFull();
restoreFull.setSucceed(_ctx.integerValue("DescribeRestoreFullDetailsResponse.RestoreFull.Succeed"));
- restoreFull.setFail(_ctx.integerValue("DescribeRestoreFullDetailsResponse.RestoreFull.Fail"));
restoreFull.setDataSize(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.DataSize"));
restoreFull.setSpeed(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.Speed"));
- restoreFull.setTotal(_ctx.longValue("DescribeRestoreFullDetailsResponse.RestoreFull.Total"));
- restoreFull.setPageNumber(_ctx.integerValue("DescribeRestoreFullDetailsResponse.RestoreFull.PageNumber"));
restoreFull.setPageSize(_ctx.integerValue("DescribeRestoreFullDetailsResponse.RestoreFull.PageSize"));
+ restoreFull.setFail(_ctx.integerValue("DescribeRestoreFullDetailsResponse.RestoreFull.Fail"));
+ restoreFull.setPageNumber(_ctx.integerValue("DescribeRestoreFullDetailsResponse.RestoreFull.PageNumber"));
+ restoreFull.setTotal(_ctx.longValue("DescribeRestoreFullDetailsResponse.RestoreFull.Total"));
List restoreFullDetails = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails.Length"); i++) {
RestoreFullDetail restoreFullDetail = new RestoreFullDetail();
- restoreFullDetail.setTable(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].Table"));
- restoreFullDetail.setState(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].State"));
- restoreFullDetail.setStartTime(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].StartTime"));
restoreFullDetail.setEndTime(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].EndTime"));
+ restoreFullDetail.setStartTime(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].StartTime"));
restoreFullDetail.setProcess(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].Process"));
restoreFullDetail.setDataSize(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].DataSize"));
restoreFullDetail.setSpeed(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].Speed"));
+ restoreFullDetail.setState(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].State"));
restoreFullDetail.setMessage(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].Message"));
+ restoreFullDetail.setTable(_ctx.stringValue("DescribeRestoreFullDetailsResponse.RestoreFull.RestoreFullDetails["+ i +"].Table"));
restoreFullDetails.add(restoreFullDetail);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreIncrDetailResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreIncrDetailResponseUnmarshaller.java
index 1c53079168..ccdd04d3eb 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreIncrDetailResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreIncrDetailResponseUnmarshaller.java
@@ -26,13 +26,13 @@ public static DescribeRestoreIncrDetailResponse unmarshall(DescribeRestoreIncrDe
describeRestoreIncrDetailResponse.setRequestId(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RequestId"));
RestoreIncrDetail restoreIncrDetail = new RestoreIncrDetail();
- restoreIncrDetail.setState(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.State"));
- restoreIncrDetail.setStartTime(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.StartTime"));
restoreIncrDetail.setEndTime(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.EndTime"));
+ restoreIncrDetail.setStartTime(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.StartTime"));
+ restoreIncrDetail.setProcess(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.Process"));
restoreIncrDetail.setRestoreStartTs(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.RestoreStartTs"));
+ restoreIncrDetail.setState(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.State"));
restoreIncrDetail.setRestoredTs(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.RestoredTs"));
restoreIncrDetail.setRestoreDelay(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.RestoreDelay"));
- restoreIncrDetail.setProcess(_ctx.stringValue("DescribeRestoreIncrDetailResponse.RestoreIncrDetail.Process"));
describeRestoreIncrDetailResponse.setRestoreIncrDetail(restoreIncrDetail);
return describeRestoreIncrDetailResponse;
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSchemaDetailsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSchemaDetailsResponseUnmarshaller.java
index e2b6cc7176..9de96c8605 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSchemaDetailsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSchemaDetailsResponseUnmarshaller.java
@@ -31,19 +31,19 @@ public static DescribeRestoreSchemaDetailsResponse unmarshall(DescribeRestoreSch
RestoreSchema restoreSchema = new RestoreSchema();
restoreSchema.setSucceed(_ctx.integerValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.Succeed"));
+ restoreSchema.setPageSize(_ctx.integerValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.PageSize"));
+ restoreSchema.setPageNumber(_ctx.integerValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.PageNumber"));
restoreSchema.setFail(_ctx.integerValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.Fail"));
restoreSchema.setTotal(_ctx.longValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.Total"));
- restoreSchema.setPageNumber(_ctx.integerValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.PageNumber"));
- restoreSchema.setPageSize(_ctx.integerValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.PageSize"));
List restoreSchemaDetails = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails.Length"); i++) {
RestoreSchemaDetail restoreSchemaDetail = new RestoreSchemaDetail();
- restoreSchemaDetail.setTable(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].Table"));
- restoreSchemaDetail.setStartTime(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].StartTime"));
restoreSchemaDetail.setEndTime(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].EndTime"));
- restoreSchemaDetail.setState(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].State"));
restoreSchemaDetail.setMessage(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].Message"));
+ restoreSchemaDetail.setStartTime(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].StartTime"));
+ restoreSchemaDetail.setTable(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].Table"));
+ restoreSchemaDetail.setState(_ctx.stringValue("DescribeRestoreSchemaDetailsResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].State"));
restoreSchemaDetails.add(restoreSchemaDetail);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSummaryResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSummaryResponseUnmarshaller.java
index c11d13057b..47589075f2 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSummaryResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreSummaryResponseUnmarshaller.java
@@ -27,22 +27,22 @@ public class DescribeRestoreSummaryResponseUnmarshaller {
public static DescribeRestoreSummaryResponse unmarshall(DescribeRestoreSummaryResponse describeRestoreSummaryResponse, UnmarshallerContext _ctx) {
describeRestoreSummaryResponse.setRequestId(_ctx.stringValue("DescribeRestoreSummaryResponse.RequestId"));
- describeRestoreSummaryResponse.setHasMoreRestoreRecord(_ctx.integerValue("DescribeRestoreSummaryResponse.HasMoreRestoreRecord"));
- describeRestoreSummaryResponse.setPageNumber(_ctx.integerValue("DescribeRestoreSummaryResponse.PageNumber"));
describeRestoreSummaryResponse.setPageSize(_ctx.integerValue("DescribeRestoreSummaryResponse.PageSize"));
+ describeRestoreSummaryResponse.setPageNumber(_ctx.integerValue("DescribeRestoreSummaryResponse.PageNumber"));
describeRestoreSummaryResponse.setTotal(_ctx.integerValue("DescribeRestoreSummaryResponse.Total"));
+ describeRestoreSummaryResponse.setHasMoreRestoreRecord(_ctx.integerValue("DescribeRestoreSummaryResponse.HasMoreRestoreRecord"));
List rescords = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeRestoreSummaryResponse.Rescords.Length"); i++) {
Rescord rescord = new Rescord();
- rescord.setRecordId(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].RecordId"));
+ rescord.setStatus(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].Status"));
rescord.setFinishTime(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].FinishTime"));
rescord.setSchemaProcess(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].SchemaProcess"));
- rescord.setHfileRestoreProcess(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].HfileRestoreProcess"));
- rescord.setCreateTime(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].CreateTime"));
rescord.setBulkLoadProcess(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].BulkLoadProcess"));
- rescord.setStatus(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].Status"));
+ rescord.setRecordId(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].RecordId"));
+ rescord.setCreateTime(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].CreateTime"));
rescord.setLogProcess(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].LogProcess"));
+ rescord.setHfileRestoreProcess(_ctx.stringValue("DescribeRestoreSummaryResponse.Rescords["+ i +"].HfileRestoreProcess"));
rescords.add(rescord);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreTablesResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreTablesResponseUnmarshaller.java
index 631028a143..8c06fbfc91 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreTablesResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeRestoreTablesResponseUnmarshaller.java
@@ -40,29 +40,29 @@ public static DescribeRestoreTablesResponse unmarshall(DescribeRestoreTablesResp
describeRestoreTablesResponse.setTables(tables);
RestoreSummary restoreSummary = new RestoreSummary();
- restoreSummary.setRecordId(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.RecordId"));
- restoreSummary.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.StartTime"));
restoreSummary.setEndTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.EndTime"));
+ restoreSummary.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.StartTime"));
restoreSummary.setState(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.State"));
- restoreSummary.setTargetCluster(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.TargetCluster"));
+ restoreSummary.setRecordId(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.RecordId"));
restoreSummary.setRestoreToDate(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.RestoreToDate"));
+ restoreSummary.setTargetCluster(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSummary.TargetCluster"));
describeRestoreTablesResponse.setRestoreSummary(restoreSummary);
RestoreSchema restoreSchema = new RestoreSchema();
restoreSchema.setSucceed(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreSchema.Succeed"));
+ restoreSchema.setPageSize(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreSchema.PageSize"));
+ restoreSchema.setPageNumber(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreSchema.PageNumber"));
restoreSchema.setFail(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreSchema.Fail"));
restoreSchema.setTotal(_ctx.longValue("DescribeRestoreTablesResponse.RestoreSchema.Total"));
- restoreSchema.setPageNumber(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreSchema.PageNumber"));
- restoreSchema.setPageSize(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreSchema.PageSize"));
List restoreSchemaDetails = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails.Length"); i++) {
RestoreSchemaDetail restoreSchemaDetail = new RestoreSchemaDetail();
- restoreSchemaDetail.setTable(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].Table"));
- restoreSchemaDetail.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].StartTime"));
restoreSchemaDetail.setEndTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].EndTime"));
- restoreSchemaDetail.setState(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].State"));
restoreSchemaDetail.setMessage(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].Message"));
+ restoreSchemaDetail.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].StartTime"));
+ restoreSchemaDetail.setTable(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].Table"));
+ restoreSchemaDetail.setState(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreSchema.RestoreSchemaDetails["+ i +"].State"));
restoreSchemaDetails.add(restoreSchemaDetail);
}
@@ -71,24 +71,24 @@ public static DescribeRestoreTablesResponse unmarshall(DescribeRestoreTablesResp
RestoreFull restoreFull = new RestoreFull();
restoreFull.setSucceed(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreFull.Succeed"));
- restoreFull.setFail(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreFull.Fail"));
restoreFull.setDataSize(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.DataSize"));
restoreFull.setSpeed(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.Speed"));
- restoreFull.setTotal(_ctx.longValue("DescribeRestoreTablesResponse.RestoreFull.Total"));
- restoreFull.setPageNumber(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreFull.PageNumber"));
restoreFull.setPageSize(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreFull.PageSize"));
+ restoreFull.setFail(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreFull.Fail"));
+ restoreFull.setPageNumber(_ctx.integerValue("DescribeRestoreTablesResponse.RestoreFull.PageNumber"));
+ restoreFull.setTotal(_ctx.longValue("DescribeRestoreTablesResponse.RestoreFull.Total"));
List restoreFullDetails = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails.Length"); i++) {
RestoreFullDetail restoreFullDetail = new RestoreFullDetail();
- restoreFullDetail.setTable(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].Table"));
- restoreFullDetail.setState(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].State"));
- restoreFullDetail.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].StartTime"));
restoreFullDetail.setEndTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].EndTime"));
+ restoreFullDetail.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].StartTime"));
restoreFullDetail.setProcess(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].Process"));
restoreFullDetail.setDataSize(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].DataSize"));
restoreFullDetail.setSpeed(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].Speed"));
+ restoreFullDetail.setState(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].State"));
restoreFullDetail.setMessage(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].Message"));
+ restoreFullDetail.setTable(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreFull.RestoreFullDetails["+ i +"].Table"));
restoreFullDetails.add(restoreFullDetail);
}
@@ -96,13 +96,13 @@ public static DescribeRestoreTablesResponse unmarshall(DescribeRestoreTablesResp
describeRestoreTablesResponse.setRestoreFull(restoreFull);
RestoreIncrDetail restoreIncrDetail = new RestoreIncrDetail();
- restoreIncrDetail.setState(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.State"));
- restoreIncrDetail.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.StartTime"));
restoreIncrDetail.setEndTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.EndTime"));
+ restoreIncrDetail.setStartTime(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.StartTime"));
+ restoreIncrDetail.setProcess(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.Process"));
restoreIncrDetail.setRestoreStartTs(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.RestoreStartTs"));
+ restoreIncrDetail.setState(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.State"));
restoreIncrDetail.setRestoredTs(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.RestoredTs"));
restoreIncrDetail.setRestoreDelay(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.RestoreDelay"));
- restoreIncrDetail.setProcess(_ctx.stringValue("DescribeRestoreTablesResponse.RestoreIncrDetail.Process"));
describeRestoreTablesResponse.setRestoreIncrDetail(restoreIncrDetail);
return describeRestoreTablesResponse;
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeServerlessClusterResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeServerlessClusterResponseUnmarshaller.java
index 9ba035c7a9..0dfa36d0ab 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeServerlessClusterResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/DescribeServerlessClusterResponseUnmarshaller.java
@@ -24,30 +24,30 @@ public static DescribeServerlessClusterResponse unmarshall(DescribeServerlessClu
describeServerlessClusterResponse.setRequestId(_ctx.stringValue("DescribeServerlessClusterResponse.RequestId"));
describeServerlessClusterResponse.setVpcId(_ctx.stringValue("DescribeServerlessClusterResponse.VpcId"));
- describeServerlessClusterResponse.setVSwitchId(_ctx.stringValue("DescribeServerlessClusterResponse.VSwitchId"));
- describeServerlessClusterResponse.setInstanceId(_ctx.stringValue("DescribeServerlessClusterResponse.InstanceId"));
- describeServerlessClusterResponse.setInstanceName(_ctx.stringValue("DescribeServerlessClusterResponse.InstanceName"));
- describeServerlessClusterResponse.setMainVersion(_ctx.stringValue("DescribeServerlessClusterResponse.MainVersion"));
describeServerlessClusterResponse.setStatus(_ctx.stringValue("DescribeServerlessClusterResponse.Status"));
- describeServerlessClusterResponse.setClusterType(_ctx.stringValue("DescribeServerlessClusterResponse.ClusterType"));
- describeServerlessClusterResponse.setHasUser(_ctx.stringValue("DescribeServerlessClusterResponse.HasUser"));
+ describeServerlessClusterResponse.setInnerEndpoint(_ctx.stringValue("DescribeServerlessClusterResponse.InnerEndpoint"));
+ describeServerlessClusterResponse.setCreateTime(_ctx.stringValue("DescribeServerlessClusterResponse.CreateTime"));
+ describeServerlessClusterResponse.setPayType(_ctx.stringValue("DescribeServerlessClusterResponse.PayType"));
+ describeServerlessClusterResponse.setMainVersion(_ctx.stringValue("DescribeServerlessClusterResponse.MainVersion"));
describeServerlessClusterResponse.setLockMode(_ctx.stringValue("DescribeServerlessClusterResponse.LockMode"));
+ describeServerlessClusterResponse.setHasUser(_ctx.stringValue("DescribeServerlessClusterResponse.HasUser"));
describeServerlessClusterResponse.setHaType(_ctx.stringValue("DescribeServerlessClusterResponse.HaType"));
- describeServerlessClusterResponse.setPayType(_ctx.stringValue("DescribeServerlessClusterResponse.PayType"));
- describeServerlessClusterResponse.setInnerEndpoint(_ctx.stringValue("DescribeServerlessClusterResponse.InnerEndpoint"));
+ describeServerlessClusterResponse.setUpdateStatus(_ctx.stringValue("DescribeServerlessClusterResponse.UpdateStatus"));
+ describeServerlessClusterResponse.setReserverMaxQpsNum(_ctx.stringValue("DescribeServerlessClusterResponse.ReserverMaxQpsNum"));
+ describeServerlessClusterResponse.setInstanceName(_ctx.stringValue("DescribeServerlessClusterResponse.InstanceName"));
describeServerlessClusterResponse.setOuterEndpoint(_ctx.stringValue("DescribeServerlessClusterResponse.OuterEndpoint"));
+ describeServerlessClusterResponse.setCuSize(_ctx.stringValue("DescribeServerlessClusterResponse.CuSize"));
+ describeServerlessClusterResponse.setExpireTime(_ctx.stringValue("DescribeServerlessClusterResponse.ExpireTime"));
describeServerlessClusterResponse.setReserverMinQpsNum(_ctx.stringValue("DescribeServerlessClusterResponse.ReserverMinQpsNum"));
- describeServerlessClusterResponse.setReserverMaxQpsNum(_ctx.stringValue("DescribeServerlessClusterResponse.ReserverMaxQpsNum"));
describeServerlessClusterResponse.setAutoRenew(_ctx.stringValue("DescribeServerlessClusterResponse.AutoRenew"));
- describeServerlessClusterResponse.setCreateTime(_ctx.stringValue("DescribeServerlessClusterResponse.CreateTime"));
- describeServerlessClusterResponse.setExpireTime(_ctx.stringValue("DescribeServerlessClusterResponse.ExpireTime"));
- describeServerlessClusterResponse.setRegionId(_ctx.stringValue("DescribeServerlessClusterResponse.RegionId"));
- describeServerlessClusterResponse.setZoneId(_ctx.stringValue("DescribeServerlessClusterResponse.ZoneId"));
- describeServerlessClusterResponse.setUpdateStatus(_ctx.stringValue("DescribeServerlessClusterResponse.UpdateStatus"));
- describeServerlessClusterResponse.setIsDeletionProtection(_ctx.stringValue("DescribeServerlessClusterResponse.IsDeletionProtection"));
describeServerlessClusterResponse.setDiskSize(_ctx.stringValue("DescribeServerlessClusterResponse.DiskSize"));
- describeServerlessClusterResponse.setCuSize(_ctx.stringValue("DescribeServerlessClusterResponse.CuSize"));
- describeServerlessClusterResponse.setResourceGroupId(_ctx.stringValue("DescribeServerlessClusterResponse.ResourceGroupId"));
+ describeServerlessClusterResponse.setInstanceId(_ctx.stringValue("DescribeServerlessClusterResponse.InstanceId"));
+ describeServerlessClusterResponse.setIsDeletionProtection(_ctx.stringValue("DescribeServerlessClusterResponse.IsDeletionProtection"));
+ describeServerlessClusterResponse.setRegionId(_ctx.stringValue("DescribeServerlessClusterResponse.RegionId"));
+ describeServerlessClusterResponse.setVSwitchId(_ctx.stringValue("DescribeServerlessClusterResponse.VSwitchId"));
+ describeServerlessClusterResponse.setClusterType(_ctx.stringValue("DescribeServerlessClusterResponse.ClusterType"));
+ describeServerlessClusterResponse.setResourceGroupId(_ctx.stringValue("DescribeServerlessClusterResponse.ResourceGroupId"));
+ describeServerlessClusterResponse.setZoneId(_ctx.stringValue("DescribeServerlessClusterResponse.ZoneId"));
return describeServerlessClusterResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueBackupResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueBackupResponseUnmarshaller.java
index 9c6f5d6fd5..6ff55b1e56 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueBackupResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueBackupResponseUnmarshaller.java
@@ -23,8 +23,8 @@ public class EnableHBaseueBackupResponseUnmarshaller {
public static EnableHBaseueBackupResponse unmarshall(EnableHBaseueBackupResponse enableHBaseueBackupResponse, UnmarshallerContext _ctx) {
enableHBaseueBackupResponse.setRequestId(_ctx.stringValue("EnableHBaseueBackupResponse.RequestId"));
- enableHBaseueBackupResponse.setClusterId(_ctx.stringValue("EnableHBaseueBackupResponse.ClusterId"));
- enableHBaseueBackupResponse.setOrderId(_ctx.stringValue("EnableHBaseueBackupResponse.OrderId"));
+ enableHBaseueBackupResponse.setOrderId(_ctx.stringValue("EnableHBaseueBackupResponse.OrderId"));
+ enableHBaseueBackupResponse.setClusterId(_ctx.stringValue("EnableHBaseueBackupResponse.ClusterId"));
return enableHBaseueBackupResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueModuleResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueModuleResponseUnmarshaller.java
index 4d51945f46..a4d663584d 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueModuleResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/EnableHBaseueModuleResponseUnmarshaller.java
@@ -23,8 +23,8 @@ public class EnableHBaseueModuleResponseUnmarshaller {
public static EnableHBaseueModuleResponse unmarshall(EnableHBaseueModuleResponse enableHBaseueModuleResponse, UnmarshallerContext _ctx) {
enableHBaseueModuleResponse.setRequestId(_ctx.stringValue("EnableHBaseueModuleResponse.RequestId"));
- enableHBaseueModuleResponse.setClusterId(_ctx.stringValue("EnableHBaseueModuleResponse.ClusterId"));
- enableHBaseueModuleResponse.setOrderId(_ctx.stringValue("EnableHBaseueModuleResponse.OrderId"));
+ enableHBaseueModuleResponse.setOrderId(_ctx.stringValue("EnableHBaseueModuleResponse.OrderId"));
+ enableHBaseueModuleResponse.setClusterId(_ctx.stringValue("EnableHBaseueModuleResponse.ClusterId"));
return enableHBaseueModuleResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/GetMultimodeCmsUrlResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/GetMultimodeCmsUrlResponseUnmarshaller.java
index 7655253b13..a9c7f77ea6 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/GetMultimodeCmsUrlResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/GetMultimodeCmsUrlResponseUnmarshaller.java
@@ -23,8 +23,8 @@ public class GetMultimodeCmsUrlResponseUnmarshaller {
public static GetMultimodeCmsUrlResponse unmarshall(GetMultimodeCmsUrlResponse getMultimodeCmsUrlResponse, UnmarshallerContext _ctx) {
getMultimodeCmsUrlResponse.setRequestId(_ctx.stringValue("GetMultimodeCmsUrlResponse.RequestId"));
- getMultimodeCmsUrlResponse.setClusterId(_ctx.stringValue("GetMultimodeCmsUrlResponse.ClusterId"));
- getMultimodeCmsUrlResponse.setMultimodCmsUrl(_ctx.stringValue("GetMultimodeCmsUrlResponse.MultimodCmsUrl"));
+ getMultimodeCmsUrlResponse.setMultimodCmsUrl(_ctx.stringValue("GetMultimodeCmsUrlResponse.MultimodCmsUrl"));
+ getMultimodeCmsUrlResponse.setClusterId(_ctx.stringValue("GetMultimodeCmsUrlResponse.ClusterId"));
return getMultimodeCmsUrlResponse;
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/GrantResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/GrantResponseUnmarshaller.java
new file mode 100644
index 0000000000..1a4a1d2fe5
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/GrantResponseUnmarshaller.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.GrantResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class GrantResponseUnmarshaller {
+
+ public static GrantResponse unmarshall(GrantResponse grantResponse, UnmarshallerContext _ctx) {
+
+ grantResponse.setRequestId(_ctx.stringValue("GrantResponse.RequestId"));
+
+ return grantResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListHBaseInstancesResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListHBaseInstancesResponseUnmarshaller.java
index 0a72869b36..9f901711ea 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListHBaseInstancesResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListHBaseInstancesResponseUnmarshaller.java
@@ -31,9 +31,9 @@ public static ListHBaseInstancesResponse unmarshall(ListHBaseInstancesResponse l
List instances = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("ListHBaseInstancesResponse.Instances.Length"); i++) {
Instance instance = new Instance();
+ instance.setIsDefault(_ctx.booleanValue("ListHBaseInstancesResponse.Instances["+ i +"].IsDefault"));
instance.setInstanceId(_ctx.stringValue("ListHBaseInstancesResponse.Instances["+ i +"].InstanceId"));
instance.setInstanceName(_ctx.stringValue("ListHBaseInstancesResponse.Instances["+ i +"].InstanceName"));
- instance.setIsDefault(_ctx.booleanValue("ListHBaseInstancesResponse.Instances["+ i +"].IsDefault"));
instances.add(instance);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigHistoriesResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigHistoriesResponseUnmarshaller.java
index 0c952aad2d..dc4c41e60a 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigHistoriesResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigHistoriesResponseUnmarshaller.java
@@ -34,11 +34,11 @@ public static ListInstanceServiceConfigHistoriesResponse unmarshall(ListInstance
List configureHistoryList = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList.Length"); i++) {
Config config = new Config();
- config.setConfigureName(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].ConfigureName"));
- config.setOldValue(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].OldValue"));
- config.setNewValue(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].NewValue"));
config.setEffective(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].Effective"));
+ config.setOldValue(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].OldValue"));
config.setCreateTime(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].CreateTime"));
+ config.setNewValue(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].NewValue"));
+ config.setConfigureName(_ctx.stringValue("ListInstanceServiceConfigHistoriesResponse.ConfigureHistoryList["+ i +"].ConfigureName"));
configureHistoryList.add(config);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigurationsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigurationsResponseUnmarshaller.java
index 53c674892a..7ce298beac 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigurationsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListInstanceServiceConfigurationsResponseUnmarshaller.java
@@ -34,13 +34,13 @@ public static ListInstanceServiceConfigurationsResponse unmarshall(ListInstanceS
List configureList = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("ListInstanceServiceConfigurationsResponse.ConfigureList.Length"); i++) {
Config config = new Config();
- config.setConfigureName(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].ConfigureName"));
- config.setDefaultValue(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].DefaultValue"));
+ config.setDescription(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].Description"));
config.setRunningValue(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].RunningValue"));
config.setConfigureUnit(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].ConfigureUnit"));
+ config.setConfigureName(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].ConfigureName"));
config.setValueRange(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].ValueRange"));
+ config.setDefaultValue(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].DefaultValue"));
config.setNeedRestart(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].NeedRestart"));
- config.setDescription(_ctx.stringValue("ListInstanceServiceConfigurationsResponse.ConfigureList["+ i +"].Description"));
configureList.add(config);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagResourcesResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagResourcesResponseUnmarshaller.java
index 1fcfae72ed..55fa83cbf5 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagResourcesResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagResourcesResponseUnmarshaller.java
@@ -32,10 +32,10 @@ public static ListTagResourcesResponse unmarshall(ListTagResourcesResponse listT
List tagResources = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("ListTagResourcesResponse.TagResources.Length"); i++) {
TagResource tagResource = new TagResource();
- tagResource.setTagKey(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].TagKey"));
tagResource.setTagValue(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].TagValue"));
tagResource.setResourceType(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].ResourceType"));
tagResource.setResourceId(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].ResourceId"));
+ tagResource.setTagKey(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].TagKey"));
tagResources.add(tagResource);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagsResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagsResponseUnmarshaller.java
index c116845a3a..d9251bd755 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagsResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ListTagsResponseUnmarshaller.java
@@ -31,8 +31,8 @@ public static ListTagsResponse unmarshall(ListTagsResponse listTagsResponse, Unm
List tags = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("ListTagsResponse.Tags.Length"); i++) {
Tag tag = new Tag();
- tag.setTagKey(_ctx.stringValue("ListTagsResponse.Tags["+ i +"].TagKey"));
tag.setTagValue(_ctx.stringValue("ListTagsResponse.Tags["+ i +"].TagValue"));
+ tag.setTagKey(_ctx.stringValue("ListTagsResponse.Tags["+ i +"].TagKey"));
tags.add(tag);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ModifyAccountPasswordResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ModifyAccountPasswordResponseUnmarshaller.java
new file mode 100644
index 0000000000..841fc66977
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ModifyAccountPasswordResponseUnmarshaller.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.ModifyAccountPasswordResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class ModifyAccountPasswordResponseUnmarshaller {
+
+ public static ModifyAccountPasswordResponse unmarshall(ModifyAccountPasswordResponse modifyAccountPasswordResponse, UnmarshallerContext _ctx) {
+
+ modifyAccountPasswordResponse.setRequestId(_ctx.stringValue("ModifyAccountPasswordResponse.RequestId"));
+
+ return modifyAccountPasswordResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ModifyActiveOperationTasksResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ModifyActiveOperationTasksResponseUnmarshaller.java
new file mode 100644
index 0000000000..8ce09bdf92
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/ModifyActiveOperationTasksResponseUnmarshaller.java
@@ -0,0 +1,30 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.ModifyActiveOperationTasksResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class ModifyActiveOperationTasksResponseUnmarshaller {
+
+ public static ModifyActiveOperationTasksResponse unmarshall(ModifyActiveOperationTasksResponse modifyActiveOperationTasksResponse, UnmarshallerContext _ctx) {
+
+ modifyActiveOperationTasksResponse.setRequestId(_ctx.stringValue("ModifyActiveOperationTasksResponse.RequestId"));
+ modifyActiveOperationTasksResponse.setIds(_ctx.stringValue("ModifyActiveOperationTasksResponse.Ids"));
+
+ return modifyActiveOperationTasksResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryHBaseHaDBResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryHBaseHaDBResponseUnmarshaller.java
index b8b1365fdd..1581fdc19c 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryHBaseHaDBResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryHBaseHaDBResponseUnmarshaller.java
@@ -28,24 +28,24 @@ public class QueryHBaseHaDBResponseUnmarshaller {
public static QueryHBaseHaDBResponse unmarshall(QueryHBaseHaDBResponse queryHBaseHaDBResponse, UnmarshallerContext _ctx) {
queryHBaseHaDBResponse.setRequestId(_ctx.stringValue("QueryHBaseHaDBResponse.RequestId"));
- queryHBaseHaDBResponse.setTotalCount(_ctx.longValue("QueryHBaseHaDBResponse.TotalCount"));
- queryHBaseHaDBResponse.setPageNumber(_ctx.integerValue("QueryHBaseHaDBResponse.PageNumber"));
queryHBaseHaDBResponse.setPageSize(_ctx.integerValue("QueryHBaseHaDBResponse.PageSize"));
+ queryHBaseHaDBResponse.setPageNumber(_ctx.integerValue("QueryHBaseHaDBResponse.PageNumber"));
+ queryHBaseHaDBResponse.setTotalCount(_ctx.longValue("QueryHBaseHaDBResponse.TotalCount"));
List clusterList = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("QueryHBaseHaDBResponse.ClusterList.Length"); i++) {
Cluster cluster = new Cluster();
- cluster.setHaName(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].HaName"));
cluster.setBdsName(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].BdsName"));
cluster.setActiveName(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].ActiveName"));
+ cluster.setHaName(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].HaName"));
cluster.setStandbyName(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].StandbyName"));
List haSlbConnList = new ArrayList();
for (int j = 0; j < _ctx.lengthValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].HaSlbConnList.Length"); j++) {
HaSlbConn haSlbConn = new HaSlbConn();
+ haSlbConn.setHbaseType(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].HaSlbConnList["+ j +"].HbaseType"));
haSlbConn.setSlbType(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].HaSlbConnList["+ j +"].SlbType"));
haSlbConn.setSlbConnAddr(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].HaSlbConnList["+ j +"].SlbConnAddr"));
- haSlbConn.setHbaseType(_ctx.stringValue("QueryHBaseHaDBResponse.ClusterList["+ i +"].HaSlbConnList["+ j +"].HbaseType"));
haSlbConnList.add(haSlbConn);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryXpackRelateDBResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryXpackRelateDBResponseUnmarshaller.java
index d18e08925d..11c3997ead 100644
--- a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryXpackRelateDBResponseUnmarshaller.java
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/QueryXpackRelateDBResponseUnmarshaller.java
@@ -31,13 +31,13 @@ public static QueryXpackRelateDBResponse unmarshall(QueryXpackRelateDBResponse q
List clusterList = new ArrayList();
for (int i = 0; i < _ctx.lengthValue("QueryXpackRelateDBResponse.ClusterList.Length"); i++) {
Cluster cluster = new Cluster();
- cluster.setClusterId(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].ClusterId"));
- cluster.setClusterName(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].ClusterName"));
- cluster.setDBVersion(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].DBVersion"));
cluster.setStatus(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].Status"));
- cluster.setDBType(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].DBType"));
+ cluster.setDBVersion(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].DBVersion"));
cluster.setIsRelated(_ctx.booleanValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].IsRelated"));
+ cluster.setClusterName(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].ClusterName"));
+ cluster.setDBType(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].DBType"));
cluster.setLockMode(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].LockMode"));
+ cluster.setClusterId(_ctx.stringValue("QueryXpackRelateDBResponse.ClusterList["+ i +"].ClusterId"));
clusterList.add(cluster);
}
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/RevokeResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/RevokeResponseUnmarshaller.java
new file mode 100644
index 0000000000..9790640262
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/RevokeResponseUnmarshaller.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.RevokeResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class RevokeResponseUnmarshaller {
+
+ public static RevokeResponse unmarshall(RevokeResponse revokeResponse, UnmarshallerContext _ctx) {
+
+ revokeResponse.setRequestId(_ctx.stringValue("RevokeResponse.RequestId"));
+
+ return revokeResponse;
+ }
+}
\ No newline at end of file
diff --git a/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/SwitchServiceResponseUnmarshaller.java b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/SwitchServiceResponseUnmarshaller.java
new file mode 100644
index 0000000000..a43613e8a5
--- /dev/null
+++ b/aliyun-java-sdk-hbase/src/main/java/com/aliyuncs/hbase/transform/v20190101/SwitchServiceResponseUnmarshaller.java
@@ -0,0 +1,29 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.aliyuncs.hbase.transform.v20190101;
+
+import com.aliyuncs.hbase.model.v20190101.SwitchServiceResponse;
+import com.aliyuncs.transform.UnmarshallerContext;
+
+
+public class SwitchServiceResponseUnmarshaller {
+
+ public static SwitchServiceResponse unmarshall(SwitchServiceResponse switchServiceResponse, UnmarshallerContext _ctx) {
+
+ switchServiceResponse.setRequestId(_ctx.stringValue("SwitchServiceResponse.RequestId"));
+
+ return switchServiceResponse;
+ }
+}
\ No newline at end of file