Skip to content

Commit fa4ea9e

Browse files
committed
Add TaskCancelStatus for QueryTaskList api.
1 parent 19f90db commit fa4ea9e

File tree

122 files changed

+1116
-1091
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

+1116
-1091
lines changed

aliyun-java-sdk-domain/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-07-05 Version: 3.14.2
2+
- Add TaskCancelStatus for QueryTaskList api.
3+
14
2019-05-13 Version: 3.14.0
25
1, Add three new apis, SaveSingleTaskForSaveArtExtension, QueryArtExtension and CancelTask.
36

aliyun-java-sdk-domain/pom.xml

Lines changed: 102 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
12
<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">
23
<modelVersion>4.0.0</modelVersion>
34
<groupId>com.aliyun</groupId>
45
<artifactId>aliyun-java-sdk-domain</artifactId>
56
<packaging>jar</packaging>
6-
<version>3.14.0</version>
7-
<name>aliyun-java-sdk-domain</name>
7+
<version>3.14.2</version>
8+
<name>aliyun-java-sdk-domain</name>
89
<url>http://www.aliyun.com</url>
910
<description>Aliyun Open API SDK for Java
1011

@@ -14,111 +15,110 @@ All rights reserved.
1415
版权所有 (C)阿里云计算有限公司
1516

1617
http://www.aliyun.com</description>
17-
18-
<distributionManagement>
18+
<distributionManagement>
1919
<snapshotRepository>
20-
<id>sonatype-nexus-snapshots</id>
21-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
20+
<id>sonatype-nexus-snapshots</id>
21+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
2222
</snapshotRepository>
2323
<repository>
24-
<id>sonatype-nexus-staging</id>
25-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
24+
<id>sonatype-nexus-staging</id>
25+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2626
</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>[4.3.2,5.0.0)</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>com.google.code.gson</groupId>
38-
<artifactId>gson</artifactId>
39-
<version>2.8.5</version>
27+
</distributionManagement>
28+
<dependencies>
29+
<dependency>
30+
<groupId>com.aliyun</groupId>
31+
<artifactId>aliyun-java-sdk-core</artifactId>
32+
<optional>true</optional>
33+
<version>[4.3.2,5.0.0)</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>com.google.code.gson</groupId>
37+
<artifactId>gson</artifactId>
38+
<version>2.8.5</version>
4039
</dependency>
4140
</dependencies>
42-
<licenses>
43-
<license>
44-
<name></name>
45-
<url></url>
46-
<distribution></distribution>
47-
</license>
48-
</licenses>
49-
<scm>
50-
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
51-
<developerConnection>scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
52-
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
53-
</scm>
54-
<developers>
55-
<developer>
56-
<id>aliyunproducts</id>
57-
<name>Aliyun SDK</name>
58-
<email>aliyunsdk@aliyun.com</email>
59-
</developer>
60-
</developers>
41+
<licenses>
42+
<license>
43+
<name/>
44+
<url/>
45+
<distribution/>
46+
</license>
47+
</licenses>
48+
<scm>
49+
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
50+
<developerConnection>scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
51+
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
52+
</scm>
53+
<developers>
54+
<developer>
55+
<id>aliyunproducts</id>
56+
<name>Aliyun SDK</name>
57+
<email>aliyunsdk@aliyun.com</email>
58+
</developer>
59+
</developers>
6160
<build>
62-
<plugins>
63-
<plugin>
64-
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>2.3.2</version>
66-
<configuration>
67-
<source>1.6</source>
68-
<target>1.6</target>
69-
<encoding>UTF-8</encoding>
70-
</configuration>
71-
</plugin>
72-
<plugin>
73-
<groupId>org.apache.maven.plugins</groupId>
74-
<artifactId>maven-jar-plugin</artifactId>
75-
<version>2.3.2</version>
76-
<configuration>
77-
<excludes>
61+
<plugins>
62+
<plugin>
63+
<artifactId>maven-compiler-plugin</artifactId>
64+
<version>2.3.2</version>
65+
<configuration>
66+
<source>1.6</source>
67+
<target>1.6</target>
68+
<encoding>UTF-8</encoding>
69+
</configuration>
70+
</plugin>
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-jar-plugin</artifactId>
74+
<version>2.3.2</version>
75+
<configuration>
76+
<excludes>
7877
</excludes>
79-
</configuration>
80-
</plugin>
81-
<plugin>
82-
<groupId>org.apache.maven.plugins</groupId>
83-
<artifactId>maven-surefire-plugin</artifactId>
84-
<version>2.10</version>
85-
<configuration>
86-
<argLine>-Dfile.encoding=UTF-8</argLine>
87-
</configuration>
88-
</plugin>
89-
<plugin>
90-
<groupId>org.apache.maven.plugins</groupId>
91-
<artifactId>maven-javadoc-plugin</artifactId>
92-
<version>2.8</version>
93-
<configuration>
94-
<encoding>UTF-8</encoding>
95-
</configuration>
96-
</plugin>
97-
<plugin>
98-
<groupId>org.apache.maven.plugins</groupId>
99-
<artifactId>maven-gpg-plugin</artifactId>
100-
<version>1.5</version>
101-
<executions>
102-
<execution>
103-
<id>sign-artifacts</id>
104-
<phase>verify</phase>
105-
<goals>
106-
<goal>sign</goal>
107-
</goals>
108-
</execution>
109-
</executions>
110-
</plugin>
111-
<plugin>
112-
<groupId>org.sonatype.plugins</groupId>
113-
<artifactId>nexus-staging-maven-plugin</artifactId>
114-
<version>1.6.3</version>
115-
<extensions>true</extensions>
116-
<configuration>
117-
<serverId>sonatype-nexus-staging</serverId>
118-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
119-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
120-
</configuration>
121-
</plugin>
122-
</plugins>
123-
</build>
124-
</project>
78+
</configuration>
79+
</plugin>
80+
<plugin>
81+
<groupId>org.apache.maven.plugins</groupId>
82+
<artifactId>maven-surefire-plugin</artifactId>
83+
<version>2.10</version>
84+
<configuration>
85+
<argLine>-Dfile.encoding=UTF-8</argLine>
86+
</configuration>
87+
</plugin>
88+
<plugin>
89+
<groupId>org.apache.maven.plugins</groupId>
90+
<artifactId>maven-javadoc-plugin</artifactId>
91+
<version>3.1.0</version>
92+
<configuration>
93+
<encoding>UTF-8</encoding>
94+
<doclint>none</doclint>
95+
</configuration>
96+
</plugin>
97+
<plugin>
98+
<groupId>org.apache.maven.plugins</groupId>
99+
<artifactId>maven-gpg-plugin</artifactId>
100+
<version>1.5</version>
101+
<executions>
102+
<execution>
103+
<id>sign-artifacts</id>
104+
<phase>verify</phase>
105+
<goals>
106+
<goal>sign</goal>
107+
</goals>
108+
</execution>
109+
</executions>
110+
</plugin>
111+
<plugin>
112+
<groupId>org.sonatype.plugins</groupId>
113+
<artifactId>nexus-staging-maven-plugin</artifactId>
114+
<version>1.6.3</version>
115+
<extensions>true</extensions>
116+
<configuration>
117+
<serverId>sonatype-nexus-staging</serverId>
118+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
119+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
120+
</configuration>
121+
</plugin>
122+
</plugins>
123+
</build>
124+
</project>

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/model/v20180129/QueryTaskListResponse.java

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ public static class TaskInfo {
123123

124124
private String taskTypeDescription;
125125

126+
private String taskCancelStatus;
127+
128+
private Integer taskCancelStatusCode;
129+
126130
public String getTaskType() {
127131
return this.taskType;
128132
}
@@ -186,6 +190,22 @@ public String getTaskTypeDescription() {
186190
public void setTaskTypeDescription(String taskTypeDescription) {
187191
this.taskTypeDescription = taskTypeDescription;
188192
}
193+
194+
public String getTaskCancelStatus() {
195+
return this.taskCancelStatus;
196+
}
197+
198+
public void setTaskCancelStatus(String taskCancelStatus) {
199+
this.taskCancelStatus = taskCancelStatus;
200+
}
201+
202+
public Integer getTaskCancelStatusCode() {
203+
return this.taskCancelStatusCode;
204+
}
205+
206+
public void setTaskCancelStatusCode(Integer taskCancelStatusCode) {
207+
this.taskCancelStatusCode = taskCancelStatusCode;
208+
}
189209
}
190210

191211
@Override

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/AcknowledgeTaskResultResponseUnmarshaller.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
public class AcknowledgeTaskResultResponseUnmarshaller {
2222

23-
public static AcknowledgeTaskResultResponse unmarshall(AcknowledgeTaskResultResponse acknowledgeTaskResultResponse, UnmarshallerContext context) {
23+
public static AcknowledgeTaskResultResponse unmarshall(AcknowledgeTaskResultResponse acknowledgeTaskResultResponse, UnmarshallerContext _ctx) {
2424

25-
acknowledgeTaskResultResponse.setRequestId(context.stringValue("AcknowledgeTaskResultResponse.RequestId"));
26-
acknowledgeTaskResultResponse.setResult(context.integerValue("AcknowledgeTaskResultResponse.Result"));
25+
acknowledgeTaskResultResponse.setRequestId(_ctx.stringValue("AcknowledgeTaskResultResponse.RequestId"));
26+
acknowledgeTaskResultResponse.setResult(_ctx.integerValue("AcknowledgeTaskResultResponse.Result"));
2727

2828
return acknowledgeTaskResultResponse;
2929
}

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/BatchFuzzyMatchDomainSensitiveWordResponseUnmarshaller.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525

2626
public class BatchFuzzyMatchDomainSensitiveWordResponseUnmarshaller {
2727

28-
public static BatchFuzzyMatchDomainSensitiveWordResponse unmarshall(BatchFuzzyMatchDomainSensitiveWordResponse batchFuzzyMatchDomainSensitiveWordResponse, UnmarshallerContext context) {
28+
public static BatchFuzzyMatchDomainSensitiveWordResponse unmarshall(BatchFuzzyMatchDomainSensitiveWordResponse batchFuzzyMatchDomainSensitiveWordResponse, UnmarshallerContext _ctx) {
2929

30-
batchFuzzyMatchDomainSensitiveWordResponse.setRequestId(context.stringValue("BatchFuzzyMatchDomainSensitiveWordResponse.RequestId"));
30+
batchFuzzyMatchDomainSensitiveWordResponse.setRequestId(_ctx.stringValue("BatchFuzzyMatchDomainSensitiveWordResponse.RequestId"));
3131

3232
List<SensitiveWordMatchResult> sensitiveWordMatchResultList = new ArrayList<SensitiveWordMatchResult>();
33-
for (int i = 0; i < context.lengthValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList.Length"); i++) {
33+
for (int i = 0; i < _ctx.lengthValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList.Length"); i++) {
3434
SensitiveWordMatchResult sensitiveWordMatchResult = new SensitiveWordMatchResult();
35-
sensitiveWordMatchResult.setKeyword(context.stringValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].Keyword"));
36-
sensitiveWordMatchResult.setExist(context.booleanValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].Exist"));
35+
sensitiveWordMatchResult.setKeyword(_ctx.stringValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].Keyword"));
36+
sensitiveWordMatchResult.setExist(_ctx.booleanValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].Exist"));
3737

3838
List<MatchedSensitiveWord> matchedSentiveWords = new ArrayList<MatchedSensitiveWord>();
39-
for (int j = 0; j < context.lengthValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].MatchedSentiveWords.Length"); j++) {
39+
for (int j = 0; j < _ctx.lengthValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].MatchedSentiveWords.Length"); j++) {
4040
MatchedSensitiveWord matchedSensitiveWord = new MatchedSensitiveWord();
41-
matchedSensitiveWord.setWord(context.stringValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].MatchedSentiveWords["+ j +"].Word"));
41+
matchedSensitiveWord.setWord(_ctx.stringValue("BatchFuzzyMatchDomainSensitiveWordResponse.SensitiveWordMatchResultList["+ i +"].MatchedSentiveWords["+ j +"].Word"));
4242

4343
matchedSentiveWords.add(matchedSensitiveWord);
4444
}

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/CancelDomainVerificationResponseUnmarshaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
public class CancelDomainVerificationResponseUnmarshaller {
2222

23-
public static CancelDomainVerificationResponse unmarshall(CancelDomainVerificationResponse cancelDomainVerificationResponse, UnmarshallerContext context) {
23+
public static CancelDomainVerificationResponse unmarshall(CancelDomainVerificationResponse cancelDomainVerificationResponse, UnmarshallerContext _ctx) {
2424

25-
cancelDomainVerificationResponse.setRequestId(context.stringValue("CancelDomainVerificationResponse.RequestId"));
25+
cancelDomainVerificationResponse.setRequestId(_ctx.stringValue("CancelDomainVerificationResponse.RequestId"));
2626

2727
return cancelDomainVerificationResponse;
2828
}

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/CancelQualificationVerificationResponseUnmarshaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
public class CancelQualificationVerificationResponseUnmarshaller {
2222

23-
public static CancelQualificationVerificationResponse unmarshall(CancelQualificationVerificationResponse cancelQualificationVerificationResponse, UnmarshallerContext context) {
23+
public static CancelQualificationVerificationResponse unmarshall(CancelQualificationVerificationResponse cancelQualificationVerificationResponse, UnmarshallerContext _ctx) {
2424

25-
cancelQualificationVerificationResponse.setRequestId(context.stringValue("CancelQualificationVerificationResponse.RequestId"));
25+
cancelQualificationVerificationResponse.setRequestId(_ctx.stringValue("CancelQualificationVerificationResponse.RequestId"));
2626

2727
return cancelQualificationVerificationResponse;
2828
}

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/CancelTaskResponseUnmarshaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
public class CancelTaskResponseUnmarshaller {
2222

23-
public static CancelTaskResponse unmarshall(CancelTaskResponse cancelTaskResponse, UnmarshallerContext context) {
23+
public static CancelTaskResponse unmarshall(CancelTaskResponse cancelTaskResponse, UnmarshallerContext _ctx) {
2424

25-
cancelTaskResponse.setRequestId(context.stringValue("CancelTaskResponse.RequestId"));
25+
cancelTaskResponse.setRequestId(_ctx.stringValue("CancelTaskResponse.RequestId"));
2626

2727
return cancelTaskResponse;
2828
}

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/CheckDomainResponseUnmarshaller.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
public class CheckDomainResponseUnmarshaller {
2222

23-
public static CheckDomainResponse unmarshall(CheckDomainResponse checkDomainResponse, UnmarshallerContext context) {
23+
public static CheckDomainResponse unmarshall(CheckDomainResponse checkDomainResponse, UnmarshallerContext _ctx) {
2424

25-
checkDomainResponse.setRequestId(context.stringValue("CheckDomainResponse.RequestId"));
26-
checkDomainResponse.setDomainName(context.stringValue("CheckDomainResponse.DomainName"));
27-
checkDomainResponse.setAvail(context.stringValue("CheckDomainResponse.Avail"));
28-
checkDomainResponse.setPremium(context.stringValue("CheckDomainResponse.Premium"));
29-
checkDomainResponse.setReason(context.stringValue("CheckDomainResponse.Reason"));
30-
checkDomainResponse.setPrice(context.longValue("CheckDomainResponse.Price"));
31-
checkDomainResponse.setDynamicCheck(context.booleanValue("CheckDomainResponse.DynamicCheck"));
25+
checkDomainResponse.setRequestId(_ctx.stringValue("CheckDomainResponse.RequestId"));
26+
checkDomainResponse.setDomainName(_ctx.stringValue("CheckDomainResponse.DomainName"));
27+
checkDomainResponse.setAvail(_ctx.stringValue("CheckDomainResponse.Avail"));
28+
checkDomainResponse.setPremium(_ctx.stringValue("CheckDomainResponse.Premium"));
29+
checkDomainResponse.setReason(_ctx.stringValue("CheckDomainResponse.Reason"));
30+
checkDomainResponse.setPrice(_ctx.longValue("CheckDomainResponse.Price"));
31+
checkDomainResponse.setDynamicCheck(_ctx.booleanValue("CheckDomainResponse.DynamicCheck"));
3232

3333
return checkDomainResponse;
3434
}

aliyun-java-sdk-domain/src/main/java/com/aliyuncs/domain/transform/v20180129/CheckDomainSunriseClaimResponseUnmarshaller.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
public class CheckDomainSunriseClaimResponseUnmarshaller {
2222

23-
public static CheckDomainSunriseClaimResponse unmarshall(CheckDomainSunriseClaimResponse checkDomainSunriseClaimResponse, UnmarshallerContext context) {
23+
public static CheckDomainSunriseClaimResponse unmarshall(CheckDomainSunriseClaimResponse checkDomainSunriseClaimResponse, UnmarshallerContext _ctx) {
2424

25-
checkDomainSunriseClaimResponse.setRequestId(context.stringValue("CheckDomainSunriseClaimResponse.RequestId"));
26-
checkDomainSunriseClaimResponse.setResult(context.integerValue("CheckDomainSunriseClaimResponse.Result"));
27-
checkDomainSunriseClaimResponse.setClaimKey(context.stringValue("CheckDomainSunriseClaimResponse.ClaimKey"));
25+
checkDomainSunriseClaimResponse.setRequestId(_ctx.stringValue("CheckDomainSunriseClaimResponse.RequestId"));
26+
checkDomainSunriseClaimResponse.setResult(_ctx.integerValue("CheckDomainSunriseClaimResponse.Result"));
27+
checkDomainSunriseClaimResponse.setClaimKey(_ctx.stringValue("CheckDomainSunriseClaimResponse.ClaimKey"));
2828

2929
return checkDomainSunriseClaimResponse;
3030
}

0 commit comments

Comments
 (0)