Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf7a6bf

Browse files
committed
YUNDUN SDK Auto Released By shenshi,Version:2.1.4
发布日志: 1, Update Dependency
1 parent a9e7d1c commit cf7a6bf

File tree

122 files changed

+446
-6686
lines changed

Some content is hidden

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

122 files changed

+446
-6686
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2019-03-15 Version: 2.1.4
2+
1, Update Dependency
3+

aliyun-java-sdk-yundun/pom.xml

Lines changed: 49 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<groupId>com.aliyun</groupId>
44
<artifactId>aliyun-java-sdk-yundun</artifactId>
55
<packaging>jar</packaging>
6-
<version>2.1.3</version>
7-
<name>aliyun-java-sdk-yundun</name>
6+
<version>2.1.4</version>
7+
<name>aliyun-java-sdk-yundun</name>
88
<url>http://www.aliyun.com</url>
99
<description>Aliyun Open API SDK for Java
1010

@@ -14,12 +14,24 @@ All rights reserved.
1414
版权所有 (C)阿里云计算有限公司
1515

1616
http://www.aliyun.com</description>
17-
<dependencies>
17+
18+
<distributionManagement>
19+
<snapshotRepository>
20+
<id>sonatype-nexus-snapshots</id>
21+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
22+
</snapshotRepository>
23+
<repository>
24+
<id>sonatype-nexus-staging</id>
25+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
26+
</repository>
27+
</distributionManagement>
28+
29+
<dependencies>
1830
<dependency>
1931
<groupId>com.aliyun</groupId>
2032
<artifactId>aliyun-java-sdk-core</artifactId>
2133
<optional>true</optional>
22-
<version>2.1.6</version>
34+
<version>[4.3.2,5.0.0)</version>
2335
</dependency>
2436
</dependencies>
2537
<licenses>
@@ -30,20 +42,20 @@ http://www.aliyun.com</description>
3042
</license>
3143
</licenses>
3244
<scm>
33-
<url></url>
34-
<connection></connection>
45+
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
46+
<developerConnection>scm:git:[email protected]:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
47+
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
3548
</scm>
3649
<developers>
3750
<developer>
3851
<id>aliyunproducts</id>
3952
<name>Aliyun SDK</name>
4053
<email>[email protected]</email>
4154
</developer>
42-
</developers>
55+
</developers>
4356
<build>
4457
<plugins>
4558
<plugin>
46-
<groupId>org.apache.maven.plugins</groupId>
4759
<artifactId>maven-compiler-plugin</artifactId>
4860
<version>2.3.2</version>
4961
<configuration>
@@ -63,18 +75,10 @@ http://www.aliyun.com</description>
6375
</plugin>
6476
<plugin>
6577
<groupId>org.apache.maven.plugins</groupId>
66-
<artifactId>maven-source-plugin</artifactId>
67-
<version>2.1.1</version>
68-
<executions>
69-
<execution>
70-
<id>attach-sources</id>
71-
<goals>
72-
<goal>jar-no-fork</goal>
73-
</goals>
74-
</execution>
75-
</executions>
78+
<artifactId>maven-surefire-plugin</artifactId>
79+
<version>2.10</version>
7680
<configuration>
77-
<attach>true</attach>
81+
<argLine>-Dfile.encoding=UTF-8</argLine>
7882
</configuration>
7983
</plugin>
8084
<plugin>
@@ -85,6 +89,31 @@ http://www.aliyun.com</description>
8589
<encoding>UTF-8</encoding>
8690
</configuration>
8791
</plugin>
92+
<plugin>
93+
<groupId>org.apache.maven.plugins</groupId>
94+
<artifactId>maven-gpg-plugin</artifactId>
95+
<version>1.5</version>
96+
<executions>
97+
<execution>
98+
<id>sign-artifacts</id>
99+
<phase>verify</phase>
100+
<goals>
101+
<goal>sign</goal>
102+
</goals>
103+
</execution>
104+
</executions>
105+
</plugin>
106+
<plugin>
107+
<groupId>org.sonatype.plugins</groupId>
108+
<artifactId>nexus-staging-maven-plugin</artifactId>
109+
<version>1.6.3</version>
110+
<extensions>true</extensions>
111+
<configuration>
112+
<serverId>sonatype-nexus-staging</serverId>
113+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
114+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
115+
</configuration>
116+
</plugin>
88117
</plugins>
89118
</build>
90-
</project>
119+
</project>

aliyun-java-sdk-yundun/src/main/java/com/aliyuncs/yundun/model/v20150227/AllMalwareNumRequest.java

Lines changed: 2 additions & 1 deletion
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.yundun.model.v20150227;
1516

1617
import com.aliyuncs.RpcAcsRequest;
@@ -22,7 +23,7 @@
2223
public class AllMalwareNumRequest extends RpcAcsRequest<AllMalwareNumResponse> {
2324

2425
public AllMalwareNumRequest() {
25-
super("Yundun", "2015-02-27", "AllMalwareNum");
26+
super("Yundun", "2015-02-27", "AllMalwareNum", "yundun");
2627
}
2728

2829
@Override

aliyun-java-sdk-yundun/src/main/java/com/aliyuncs/yundun/model/v20150227/AllMalwareNumResponse.java

Lines changed: 27 additions & 26 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.yundun.model.v20150227;
1516

1617
import com.aliyuncs.AcsResponse;
@@ -21,30 +22,30 @@
2122
* @author auto create
2223
* @version
2324
*/
24-
public class AllMalwareNumResponse extends AcsResponse {
25-
26-
private String requestId;
27-
28-
private Long allMalwareNum;
29-
30-
public String getRequestId() {
31-
return this.requestId;
32-
}
33-
34-
public void setRequestId(String requestId) {
35-
this.requestId = requestId;
36-
}
37-
38-
public Long getAllMalwareNum() {
39-
return this.allMalwareNum;
40-
}
41-
42-
public void setAllMalwareNum(Long allMalwareNum) {
43-
this.allMalwareNum = allMalwareNum;
44-
}
45-
46-
@Override
47-
public AllMalwareNumResponse getInstance(UnmarshallerContext context) {
48-
return AllMalwareNumResponseUnmarshaller.unmarshall(this, context);
49-
}
25+
public class AllMalwareNumResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
private Long allMalwareNum;
30+
31+
public String getRequestId() {
32+
return this.requestId;
33+
}
34+
35+
public void setRequestId(String requestId) {
36+
this.requestId = requestId;
37+
}
38+
39+
public Long getAllMalwareNum() {
40+
return this.allMalwareNum;
41+
}
42+
43+
public void setAllMalwareNum(Long allMalwareNum) {
44+
this.allMalwareNum = allMalwareNum;
45+
}
46+
47+
@Override
48+
public AllMalwareNumResponse getInstance(UnmarshallerContext context) {
49+
return AllMalwareNumResponseUnmarshaller.unmarshall(this, context);
50+
}
5051
}

aliyun-java-sdk-yundun/src/main/java/com/aliyuncs/yundun/model/v20150227/CurrentDdosAttackNumRequest.java

Lines changed: 2 additions & 1 deletion
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.yundun.model.v20150227;
1516

1617
import com.aliyuncs.RpcAcsRequest;
@@ -22,7 +23,7 @@
2223
public class CurrentDdosAttackNumRequest extends RpcAcsRequest<CurrentDdosAttackNumResponse> {
2324

2425
public CurrentDdosAttackNumRequest() {
25-
super("Yundun", "2015-02-27", "CurrentDdosAttackNum");
26+
super("Yundun", "2015-02-27", "CurrentDdosAttackNum", "yundun");
2627
}
2728

2829
@Override

aliyun-java-sdk-yundun/src/main/java/com/aliyuncs/yundun/model/v20150227/CurrentDdosAttackNumResponse.java

Lines changed: 27 additions & 26 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.yundun.model.v20150227;
1516

1617
import com.aliyuncs.AcsResponse;
@@ -21,30 +22,30 @@
2122
* @author auto create
2223
* @version
2324
*/
24-
public class CurrentDdosAttackNumResponse extends AcsResponse {
25-
26-
private String requestId;
27-
28-
private Long currentDdosAttackNum;
29-
30-
public String getRequestId() {
31-
return this.requestId;
32-
}
33-
34-
public void setRequestId(String requestId) {
35-
this.requestId = requestId;
36-
}
37-
38-
public Long getCurrentDdosAttackNum() {
39-
return this.currentDdosAttackNum;
40-
}
41-
42-
public void setCurrentDdosAttackNum(Long currentDdosAttackNum) {
43-
this.currentDdosAttackNum = currentDdosAttackNum;
44-
}
45-
46-
@Override
47-
public CurrentDdosAttackNumResponse getInstance(UnmarshallerContext context) {
48-
return CurrentDdosAttackNumResponseUnmarshaller.unmarshall(this, context);
49-
}
25+
public class CurrentDdosAttackNumResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
private Long currentDdosAttackNum;
30+
31+
public String getRequestId() {
32+
return this.requestId;
33+
}
34+
35+
public void setRequestId(String requestId) {
36+
this.requestId = requestId;
37+
}
38+
39+
public Long getCurrentDdosAttackNum() {
40+
return this.currentDdosAttackNum;
41+
}
42+
43+
public void setCurrentDdosAttackNum(Long currentDdosAttackNum) {
44+
this.currentDdosAttackNum = currentDdosAttackNum;
45+
}
46+
47+
@Override
48+
public CurrentDdosAttackNumResponse getInstance(UnmarshallerContext context) {
49+
return CurrentDdosAttackNumResponseUnmarshaller.unmarshall(this, context);
50+
}
5051
}

aliyun-java-sdk-yundun/src/main/java/com/aliyuncs/yundun/model/v20150227/RecentWeekMalwareNumRequest.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

aliyun-java-sdk-yundun/src/main/java/com/aliyuncs/yundun/model/v20150227/RecentWeekMalwareNumResponse.java

Lines changed: 0 additions & 50 deletions
This file was deleted.

aliyun-java-sdk-yundun/src/main/java/com/aliyuncs/yundun/model/v20150227/TodayAegisOnlineRateRequest.java

Lines changed: 2 additions & 1 deletion
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.yundun.model.v20150227;
1516

1617
import com.aliyuncs.RpcAcsRequest;
@@ -22,7 +23,7 @@
2223
public class TodayAegisOnlineRateRequest extends RpcAcsRequest<TodayAegisOnlineRateResponse> {
2324

2425
public TodayAegisOnlineRateRequest() {
25-
super("Yundun", "2015-02-27", "TodayAegisOnlineRate");
26+
super("Yundun", "2015-02-27", "TodayAegisOnlineRate", "yundun");
2627
}
2728

2829
@Override

0 commit comments

Comments
 (0)