Skip to content

Commit

Permalink
RDS SDK Auto Released By junjun.zhang,Version:2.1.9
Browse files Browse the repository at this point in the history
发布日志:
1, describeRegions modify.
  • Loading branch information
jxyowen committed Sep 17, 2018
1 parent 0798d0b commit a96e3c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 53 deletions.
3 changes: 3 additions & 0 deletions aliyun-java-sdk-rds/ChangeLog.txt
@@ -1,3 +1,6 @@
2018-09-17 Version: 2.1.9
1, describeRegions modify.

2018-09-17 Version: 2.1.8
1, ModifySecurityIps support WhitelistNetworkType

Expand Down
2 changes: 1 addition & 1 deletion aliyun-java-sdk-rds/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-rds</artifactId>
<packaging>jar</packaging>
<version>2.1.8</version>
<version>2.1.9</version>
<name>aliyun-java-sdk-rds</name>
<url>http://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java
Expand Down
Expand Up @@ -28,14 +28,6 @@ public DescribeRegionsRequest() {

private Long resourceOwnerId;

private String resourceOwnerAccount;

private String clientToken;

private String ownerAccount;

private Long ownerId;

public Long getResourceOwnerId() {
return this.resourceOwnerId;
}
Expand All @@ -45,50 +37,6 @@ public void setResourceOwnerId(Long resourceOwnerId) {
if(resourceOwnerId != null){
putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
}
}

public String getResourceOwnerAccount() {
return this.resourceOwnerAccount;
}

public void setResourceOwnerAccount(String resourceOwnerAccount) {
this.resourceOwnerAccount = resourceOwnerAccount;
if(resourceOwnerAccount != null){
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
}
}

public String getClientToken() {
return this.clientToken;
}

public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}

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
Expand Down

0 comments on commit a96e3c8

Please sign in to comment.