Skip to content

Commit 4914331

Browse files
committed
由言念发起的QUALITYCHECK SDK自动发布, BUILD_ID=45, 版本号:2.2.1
发布日志: 1, 版本更新到2.2.1,增加第三方开通服务消息通知接口
1 parent 4a672a8 commit 4914331

41 files changed

Lines changed: 1569 additions & 1179 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2017-08-09 Version: 2.2.1
2+
1, 版本更新到2.2.1,增加第三方开通服务消息通知接口
3+

aliyun-java-sdk-qualitycheck/pom.xml

100755100644
Lines changed: 118 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,118 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.aliyun</groupId>
5-
<artifactId>aliyun-java-sdk-qualitycheck</artifactId>
6-
<packaging>jar</packaging>
7-
<version>2.1.1</version>
8-
<name>aliyun-java-sdk-qualitycheck</name>
9-
<url>http://www.aliyun.com</url>
10-
<description>Aliyun Open API SDK for Java
11-
12-
Copyright (C) Alibaba Cloud Computing
13-
All rights reserved.
14-
15-
版权所有 (C)阿里云计算有限公司
16-
17-
http://www.aliyun.com
18-
</description>
19-
<dependencies>
20-
<dependency>
21-
<groupId>com.aliyun</groupId>
22-
<artifactId>aliyun-java-sdk-core</artifactId>
23-
<optional>true</optional>
24-
<version>3.0.4</version>
25-
</dependency>
26-
<dependency>
27-
<groupId>junit</groupId>
28-
<artifactId>junit</artifactId>
29-
<version>4.4</version>
30-
</dependency>
31-
</dependencies>
32-
<licenses>
33-
<license>
34-
<name></name>
35-
<url></url>
36-
<distribution></distribution>
37-
</license>
38-
</licenses>
39-
<scm>
40-
<url></url>
41-
<connection></connection>
42-
</scm>
43-
<developers>
44-
<developer>
45-
<id>aliyunproducts</id>
46-
<name>Aliyun SDK</name>
47-
<email>aliyunsdk@aliyun.com</email>
48-
</developer>
49-
</developers>
50-
<build>
51-
<plugins>
52-
<plugin>
53-
<artifactId>maven-compiler-plugin</artifactId>
54-
<version>2.3.2</version>
55-
<configuration>
56-
<source>1.6</source>
57-
<target>1.6</target>
58-
<encoding>UTF-8</encoding>
59-
</configuration>
60-
</plugin>
61-
<plugin>
62-
<groupId>org.apache.maven.plugins</groupId>
63-
<artifactId>maven-jar-plugin</artifactId>
64-
<version>2.3.2</version>
65-
<configuration>
66-
<excludes>
67-
</excludes>
68-
</configuration>
69-
</plugin>
70-
<plugin>
71-
<groupId>org.apache.maven.plugins</groupId>
72-
<artifactId>maven-surefire-plugin</artifactId>
73-
<version>2.10</version>
74-
<configuration>
75-
<argLine>-Dfile.encoding=UTF-8</argLine>
76-
</configuration>
77-
</plugin>
78-
<plugin>
79-
<groupId>org.apache.maven.plugins</groupId>
80-
<artifactId>maven-javadoc-plugin</artifactId>
81-
<version>2.8</version>
82-
<configuration>
83-
<encoding>UTF-8</encoding>
84-
</configuration>
85-
</plugin>
86-
</plugins>
87-
</build>
88-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>com.aliyun</groupId>
4+
<artifactId>aliyun-java-sdk-qualitycheck</artifactId>
5+
<packaging>jar</packaging>
6+
<version>2.2.1</version>
7+
<name>aliyun-java-sdk-qualitycheck</name>
8+
<url>http://www.aliyun.com</url>
9+
<description>Aliyun Open API SDK for Java
10+
11+
Copyright (C) Alibaba Cloud Computing
12+
All rights reserved.
13+
14+
版权所有 (C)阿里云计算有限公司
15+
16+
http://www.aliyun.com</description>
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>
30+
<dependency>
31+
<groupId>com.aliyun</groupId>
32+
<artifactId>aliyun-java-sdk-core</artifactId>
33+
<optional>true</optional>
34+
<version>3.2.5</version>
35+
</dependency>
36+
</dependencies>
37+
<licenses>
38+
<license>
39+
<name></name>
40+
<url></url>
41+
<distribution></distribution>
42+
</license>
43+
</licenses>
44+
<scm>
45+
<url></url>
46+
<connection></connection>
47+
</scm>
48+
<developers>
49+
<developer>
50+
<id>aliyunproducts</id>
51+
<name>Aliyun SDK</name>
52+
<email>aliyunsdk@aliyun.com</email>
53+
</developer>
54+
</developers>
55+
<build>
56+
<plugins>
57+
<plugin>
58+
<artifactId>maven-compiler-plugin</artifactId>
59+
<version>2.3.2</version>
60+
<configuration>
61+
<source>1.6</source>
62+
<target>1.6</target>
63+
<encoding>UTF-8</encoding>
64+
</configuration>
65+
</plugin>
66+
<plugin>
67+
<groupId>org.apache.maven.plugins</groupId>
68+
<artifactId>maven-jar-plugin</artifactId>
69+
<version>2.3.2</version>
70+
<configuration>
71+
<excludes>
72+
</excludes>
73+
</configuration>
74+
</plugin>
75+
<plugin>
76+
<groupId>org.apache.maven.plugins</groupId>
77+
<artifactId>maven-surefire-plugin</artifactId>
78+
<version>2.10</version>
79+
<configuration>
80+
<argLine>-Dfile.encoding=UTF-8</argLine>
81+
</configuration>
82+
</plugin>
83+
<plugin>
84+
<groupId>org.apache.maven.plugins</groupId>
85+
<artifactId>maven-javadoc-plugin</artifactId>
86+
<version>2.8</version>
87+
<configuration>
88+
<encoding>UTF-8</encoding>
89+
</configuration>
90+
</plugin>
91+
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
93+
<artifactId>maven-gpg-plugin</artifactId>
94+
<version>1.5</version>
95+
<executions>
96+
<execution>
97+
<id>sign-artifacts</id>
98+
<phase>verify</phase>
99+
<goals>
100+
<goal>sign</goal>
101+
</goals>
102+
</execution>
103+
</executions>
104+
</plugin>
105+
<plugin>
106+
<groupId>org.sonatype.plugins</groupId>
107+
<artifactId>nexus-staging-maven-plugin</artifactId>
108+
<version>1.6.3</version>
109+
<extensions>true</extensions>
110+
<configuration>
111+
<serverId>sonatype-nexus-staging</serverId>
112+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
113+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
114+
</configuration>
115+
</plugin>
116+
</plugins>
117+
</build>
118+
</project>
Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
/*
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
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
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.
18-
*/
19-
package com.aliyuncs.qualitycheck.model.v20160801;
20-
21-
import com.aliyuncs.RpcAcsRequest;
22-
23-
/**
24-
* @author auto create
25-
* @version
26-
*/
27-
public class GetAudioDataStatusRequest extends RpcAcsRequest<GetAudioDataStatusResponse> {
28-
29-
public GetAudioDataStatusRequest() {
30-
super("Qualitycheck", "2016-08-01", "GetAudioDataStatus");
1+
/*
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
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
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.
18+
*/
19+
package com.aliyuncs.qualitycheck.model.v20160801;
20+
21+
import com.aliyuncs.RpcAcsRequest;
22+
23+
/**
24+
* @author auto create
25+
* @version
26+
*/
27+
public class GetAudioDataStatusRequest extends RpcAcsRequest<GetAudioDataStatusResponse> {
28+
29+
public GetAudioDataStatusRequest() {
30+
super("Qualitycheck", "2016-08-01", "GetAudioDataStatus");
3131
}
3232

3333
private String jsonStr;
@@ -38,12 +38,14 @@ public String getJsonStr() {
3838

3939
public void setJsonStr(String jsonStr) {
4040
this.jsonStr = jsonStr;
41-
putQueryParameter("JsonStr", jsonStr);
42-
}
43-
44-
@Override
45-
public Class<GetAudioDataStatusResponse> getResponseClass() {
46-
return GetAudioDataStatusResponse.class;
47-
}
48-
49-
}
41+
if(jsonStr != null){
42+
putQueryParameter("JsonStr", jsonStr);
43+
}
44+
}
45+
46+
@Override
47+
public Class<GetAudioDataStatusResponse> getResponseClass() {
48+
return GetAudioDataStatusResponse.class;
49+
}
50+
51+
}

aliyun-java-sdk-qualitycheck/src/main/java/com/aliyuncs/qualitycheck/model/v20160801/GetAudioDataStatusResponse.java

100755100644
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
/*
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
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
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.
18-
*/
19-
package com.aliyuncs.qualitycheck.model.v20160801;
20-
21-
import java.util.List;
22-
import com.aliyuncs.AcsResponse;
23-
import com.aliyuncs.qualitycheck.transform.v20160801.GetAudioDataStatusResponseUnmarshaller;
24-
import com.aliyuncs.transform.UnmarshallerContext;
25-
26-
/**
27-
* @author auto create
28-
* @version
29-
*/
1+
/*
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
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
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.
18+
*/
19+
package com.aliyuncs.qualitycheck.model.v20160801;
20+
21+
import java.util.List;
22+
import com.aliyuncs.AcsResponse;
23+
import com.aliyuncs.qualitycheck.transform.v20160801.GetAudioDataStatusResponseUnmarshaller;
24+
import com.aliyuncs.transform.UnmarshallerContext;
25+
26+
/**
27+
* @author auto create
28+
* @version
29+
*/
3030
public class GetAudioDataStatusResponse extends AcsResponse {
3131

3232
private String requestId;
@@ -222,4 +222,4 @@ public void setText(String text) {
222222
public GetAudioDataStatusResponse getInstance(UnmarshallerContext context) {
223223
return GetAudioDataStatusResponseUnmarshaller.unmarshall(this, context);
224224
}
225-
}
225+
}

0 commit comments

Comments
 (0)