Skip to content

Commit 61946c2

Browse files
committed
由温仰发起的SLB SDK自动发布, BUILD_ID=467, 版本号:3.2.2
发布日志: 1, Synchronize to the latest api list
1 parent 26b97e0 commit 61946c2

File tree

233 files changed

+2897
-4856
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+2897
-4856
lines changed

aliyun-java-sdk-slb/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2018-03-15 Version: 3.2.2
2+
1, Synchronize to the latest api list
3+
14
2017-11-14 Version: 3.2.1
25
1, 发布新版SDK,与open API同步
36

aliyun-java-sdk-slb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.aliyun</groupId>
44
<artifactId>aliyun-java-sdk-slb</artifactId>
55
<packaging>jar</packaging>
6-
<version>3.2.1</version>
6+
<version>3.2.2</version>
77
<name>aliyun-java-sdk-slb</name>
88
<url>http://www.aliyun.com</url>
99
<description>Aliyun Open API SDK for Java

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddBackendServersRequest.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. The ASF licenses this file
6-
* to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
95
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
6+
* http://www.apache.org/licenses/LICENSE-2.0
117
*
12-
* Unless required by applicable law or agreed to in writing,
13-
* software distributed under the License is distributed on an
14-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
* KIND, either express or implied. See the License for the
16-
* specific language governing permissions and limitations
17-
* under the License.
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
1813
*/
14+
1915
package com.aliyuncs.slb.model.v20140515;
2016

2117
import com.aliyuncs.RpcAcsRequest;

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddBackendServersResponse.java

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1-
/*
2-
* Licensed under the Apache License, Version 2.0 (the "License");
3-
* you may not use this file except in compliance with the License.
4-
* You may obtain a copy of the License at
5-
*
6-
* http://www.apache.org/licenses/LICENSE-2.0
7-
*
8-
* Unless required by applicable law or agreed to in writing, software
9-
* distributed under the License is distributed on an "AS IS" BASIS,
10-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
* See the License for the specific language governing permissions and
12-
* limitations under the License.
13-
*/
14-
package com.aliyuncs.slb.model.v20140515;
15-
16-
import java.util.List;
17-
import com.aliyuncs.AcsResponse;
18-
import com.aliyuncs.slb.transform.v20140515.AddBackendServersResponseUnmarshaller;
19-
import com.aliyuncs.transform.UnmarshallerContext;
20-
21-
/**
22-
* @author auto create
23-
* @version
24-
*/
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
13+
*/
14+
15+
package com.aliyuncs.slb.model.v20140515;
16+
17+
import java.util.List;
18+
import com.aliyuncs.AcsResponse;
19+
import com.aliyuncs.slb.transform.v20140515.AddBackendServersResponseUnmarshaller;
20+
import com.aliyuncs.transform.UnmarshallerContext;
21+
22+
/**
23+
* @author auto create
24+
* @version
25+
*/
2526
public class AddBackendServersResponse extends AcsResponse {
2627

2728
private String requestId;
@@ -81,4 +82,4 @@ public void setWeight(String weight) {
8182
public AddBackendServersResponse getInstance(UnmarshallerContext context) {
8283
return AddBackendServersResponseUnmarshaller.unmarshall(this, context);
8384
}
84-
}
85+
}

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddListenerWhiteListItemRequest.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. The ASF licenses this file
6-
* to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
95
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
6+
* http://www.apache.org/licenses/LICENSE-2.0
117
*
12-
* Unless required by applicable law or agreed to in writing,
13-
* software distributed under the License is distributed on an
14-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
* KIND, either express or implied. See the License for the
16-
* specific language governing permissions and limitations
17-
* under the License.
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
1813
*/
14+
1915
package com.aliyuncs.slb.model.v20140515;
2016

2117
import com.aliyuncs.RpcAcsRequest;

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddListenerWhiteListItemResponse.java

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
1313
*/
14+
1415
package com.aliyuncs.slb.model.v20140515;
1516

1617
import com.aliyuncs.AcsResponse;
@@ -21,20 +22,20 @@
2122
* @author auto create
2223
* @version
2324
*/
24-
public class AddListenerWhiteListItemResponse extends AcsResponse {
25-
26-
private String requestId;
27-
28-
public String getRequestId() {
29-
return this.requestId;
30-
}
31-
32-
public void setRequestId(String requestId) {
33-
this.requestId = requestId;
34-
}
35-
36-
@Override
37-
public AddListenerWhiteListItemResponse getInstance(UnmarshallerContext context) {
38-
return AddListenerWhiteListItemResponseUnmarshaller.unmarshall(this, context);
39-
}
25+
public class AddListenerWhiteListItemResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
public String getRequestId() {
30+
return this.requestId;
31+
}
32+
33+
public void setRequestId(String requestId) {
34+
this.requestId = requestId;
35+
}
36+
37+
@Override
38+
public AddListenerWhiteListItemResponse getInstance(UnmarshallerContext context) {
39+
return AddListenerWhiteListItemResponseUnmarshaller.unmarshall(this, context);
40+
}
4041
}

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddTagsRequest.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. The ASF licenses this file
6-
* to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
95
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
6+
* http://www.apache.org/licenses/LICENSE-2.0
117
*
12-
* Unless required by applicable law or agreed to in writing,
13-
* software distributed under the License is distributed on an
14-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
* KIND, either express or implied. See the License for the
16-
* specific language governing permissions and limitations
17-
* under the License.
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
1813
*/
14+
1915
package com.aliyuncs.slb.model.v20140515;
2016

2117
import com.aliyuncs.RpcAcsRequest;

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddTagsResponse.java

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* See the License for the specific language governing permissions and
1212
* limitations under the License.
1313
*/
14+
1415
package com.aliyuncs.slb.model.v20140515;
1516

1617
import com.aliyuncs.AcsResponse;
@@ -21,20 +22,20 @@
2122
* @author auto create
2223
* @version
2324
*/
24-
public class AddTagsResponse extends AcsResponse {
25-
26-
private String requestId;
27-
28-
public String getRequestId() {
29-
return this.requestId;
30-
}
31-
32-
public void setRequestId(String requestId) {
33-
this.requestId = requestId;
34-
}
35-
36-
@Override
37-
public AddTagsResponse getInstance(UnmarshallerContext context) {
38-
return AddTagsResponseUnmarshaller.unmarshall(this, context);
39-
}
25+
public class AddTagsResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
public String getRequestId() {
30+
return this.requestId;
31+
}
32+
33+
public void setRequestId(String requestId) {
34+
this.requestId = requestId;
35+
}
36+
37+
@Override
38+
public AddTagsResponse getInstance(UnmarshallerContext context) {
39+
return AddTagsResponseUnmarshaller.unmarshall(this, context);
40+
}
4041
}

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddVServerGroupBackendServersRequest.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. The ASF licenses this file
6-
* to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
95
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
6+
* http://www.apache.org/licenses/LICENSE-2.0
117
*
12-
* Unless required by applicable law or agreed to in writing,
13-
* software distributed under the License is distributed on an
14-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
* KIND, either express or implied. See the License for the
16-
* specific language governing permissions and limitations
17-
* under the License.
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
1813
*/
14+
1915
package com.aliyuncs.slb.model.v20140515;
2016

2117
import com.aliyuncs.RpcAcsRequest;

aliyun-java-sdk-slb/src/main/java/com/aliyuncs/slb/model/v20140515/AddVServerGroupBackendServersResponse.java

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
1-
/*
2-
* Licensed under the Apache License, Version 2.0 (the "License");
3-
* you may not use this file except in compliance with the License.
4-
* You may obtain a copy of the License at
5-
*
6-
* http://www.apache.org/licenses/LICENSE-2.0
7-
*
8-
* Unless required by applicable law or agreed to in writing, software
9-
* distributed under the License is distributed on an "AS IS" BASIS,
10-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
* See the License for the specific language governing permissions and
12-
* limitations under the License.
13-
*/
14-
package com.aliyuncs.slb.model.v20140515;
15-
16-
import java.util.List;
17-
import com.aliyuncs.AcsResponse;
18-
import com.aliyuncs.slb.transform.v20140515.AddVServerGroupBackendServersResponseUnmarshaller;
19-
import com.aliyuncs.transform.UnmarshallerContext;
20-
21-
/**
22-
* @author auto create
23-
* @version
24-
*/
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
13+
*/
14+
15+
package com.aliyuncs.slb.model.v20140515;
16+
17+
import java.util.List;
18+
import com.aliyuncs.AcsResponse;
19+
import com.aliyuncs.slb.transform.v20140515.AddVServerGroupBackendServersResponseUnmarshaller;
20+
import com.aliyuncs.transform.UnmarshallerContext;
21+
22+
/**
23+
* @author auto create
24+
* @version
25+
*/
2526
public class AddVServerGroupBackendServersResponse extends AcsResponse {
2627

2728
private String requestId;
@@ -91,4 +92,4 @@ public void setWeight(Integer weight) {
9192
public AddVServerGroupBackendServersResponse getInstance(UnmarshallerContext context) {
9293
return AddVServerGroupBackendServersResponseUnmarshaller.unmarshall(this, context);
9394
}
94-
}
95+
}

0 commit comments

Comments
 (0)