Skip to content

Commit 27f0297

Browse files
committed
LINKEDMALL SDK Auto Released By quming,Version:2.0.25
发布日志: 1, This is an example of release-log. 2, Please strictly follow this format to edit in English. 3, Format:Number + , + Space + Description
1 parent 612a4bf commit 27f0297

File tree

125 files changed

+4281
-3375
lines changed

Some content is hidden

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

125 files changed

+4281
-3375
lines changed

aliyun-java-sdk-linkedmall/ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2019-05-24 Version: 2.0.25
2+
1, This is an example of release-log.
3+
2, Please strictly follow this format to edit in English.
4+
3, Format:Number + , + Space + Description
5+
16
2019-05-13 Version: 2.0.20
27
1, This is an example of release-log.
38
2, Please strictly follow this format to edit in English.

aliyun-java-sdk-linkedmall/pom.xml

Lines changed: 124 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -1,124 +1,124 @@
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-linkedmall</artifactId>
5-
<packaging>jar</packaging>
6-
<version>2.0.20</version>
7-
<name>aliyun-java-sdk-linkedmall</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>[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>
40-
</dependency>
41-
</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>
61-
<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>
78-
</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>
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-linkedmall</artifactId>
5+
<packaging>jar</packaging>
6+
<version>2.0.25</version>
7+
<name>aliyun-java-sdk-linkedmall</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>[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>
40+
</dependency>
41+
</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>
61+
<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>
78+
</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>

aliyun-java-sdk-linkedmall/src/main/java/com/aliyuncs/linkedmall/model/v20180116/AddSupplierNewItemsRequest.java

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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.linkedmall.model.v20180116;
16-
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.linkedmall.model.v20180116;
16+
1717
import com.aliyuncs.RpcAcsRequest;
18-
import java.util.List;
19-
20-
/**
21-
* @author auto create
22-
* @version
23-
*/
24-
public class AddSupplierNewItemsRequest extends RpcAcsRequest<AddSupplierNewItemsResponse> {
25-
26-
public AddSupplierNewItemsRequest() {
27-
super("linkedmall", "2018-01-16", "AddSupplierNewItems", "linkedmall");
18+
import java.util.List;
19+
20+
/**
21+
* @author auto create
22+
* @version
23+
*/
24+
public class AddSupplierNewItemsRequest extends RpcAcsRequest<AddSupplierNewItemsResponse> {
25+
26+
public AddSupplierNewItemsRequest() {
27+
super("linkedmall", "2018-01-16", "AddSupplierNewItems", "linkedmall");
2828
}
2929

3030
private String bizId;
@@ -81,11 +81,11 @@ public List<Long> getSkuLists() {
8181
public void setSkuLists(List<Long> skuLists) {
8282
this.skuLists = skuLists;
8383
}
84-
}
85-
86-
@Override
87-
public Class<AddSupplierNewItemsResponse> getResponseClass() {
88-
return AddSupplierNewItemsResponse.class;
89-
}
90-
91-
}
84+
}
85+
86+
@Override
87+
public Class<AddSupplierNewItemsResponse> getResponseClass() {
88+
return AddSupplierNewItemsResponse.class;
89+
}
90+
91+
}

aliyun-java-sdk-linkedmall/src/main/java/com/aliyuncs/linkedmall/model/v20180116/AddSupplierNewItemsResponse.java

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
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.linkedmall.model.v20180116;
16-
17-
import com.aliyuncs.AcsResponse;
18-
import com.aliyuncs.linkedmall.transform.v20180116.AddSupplierNewItemsResponseUnmarshaller;
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.linkedmall.model.v20180116;
16+
17+
import com.aliyuncs.AcsResponse;
18+
import com.aliyuncs.linkedmall.transform.v20180116.AddSupplierNewItemsResponseUnmarshaller;
19+
import com.aliyuncs.transform.UnmarshallerContext;
20+
21+
/**
22+
* @author auto create
23+
* @version
24+
*/
2525
public class AddSupplierNewItemsResponse extends AcsResponse {
2626

2727
private String requestId;
@@ -58,4 +58,4 @@ public void setMessage(String message) {
5858
public AddSupplierNewItemsResponse getInstance(UnmarshallerContext context) {
5959
return AddSupplierNewItemsResponseUnmarshaller.unmarshall(this, context);
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)