Skip to content

Commit 8d31bb2

Browse files
committed
INDUSTRY-BRAIN SDK Auto Released By siyu.yusi,Version:1.0.0
发布日志: 1, industrial-brain release. 2, publish SDK to public package stores. 3, 1.0.0 including all APIs in doc.
1 parent 7c2541e commit 8d31bb2

File tree

47 files changed

+2707
-0
lines changed

Some content is hidden

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

47 files changed

+2707
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2019-02-18 Version: 1.0.0
2+
1, industrial-brain release.
3+
2, publish SDK to public package stores.
4+
3, 1.0.0 including all APIs in doc.
5+
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
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-industry-brain</artifactId>
5+
<packaging>jar</packaging>
6+
<version>1.0.0</version>
7+
<name>aliyun-java-sdk-industry-brain</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+
</dependencies>
37+
<licenses>
38+
<license>
39+
<name></name>
40+
<url></url>
41+
<distribution></distribution>
42+
</license>
43+
</licenses>
44+
<scm>
45+
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
46+
<developerConnection>scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
47+
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
48+
</scm>
49+
<developers>
50+
<developer>
51+
<id>aliyunproducts</id>
52+
<name>Aliyun SDK</name>
53+
<email>aliyunsdk@aliyun.com</email>
54+
</developer>
55+
</developers>
56+
<build>
57+
<plugins>
58+
<plugin>
59+
<artifactId>maven-compiler-plugin</artifactId>
60+
<version>2.3.2</version>
61+
<configuration>
62+
<source>1.6</source>
63+
<target>1.6</target>
64+
<encoding>UTF-8</encoding>
65+
</configuration>
66+
</plugin>
67+
<plugin>
68+
<groupId>org.apache.maven.plugins</groupId>
69+
<artifactId>maven-jar-plugin</artifactId>
70+
<version>2.3.2</version>
71+
<configuration>
72+
<excludes>
73+
</excludes>
74+
</configuration>
75+
</plugin>
76+
<plugin>
77+
<groupId>org.apache.maven.plugins</groupId>
78+
<artifactId>maven-surefire-plugin</artifactId>
79+
<version>2.10</version>
80+
<configuration>
81+
<argLine>-Dfile.encoding=UTF-8</argLine>
82+
</configuration>
83+
</plugin>
84+
<plugin>
85+
<groupId>org.apache.maven.plugins</groupId>
86+
<artifactId>maven-javadoc-plugin</artifactId>
87+
<version>2.8</version>
88+
<configuration>
89+
<encoding>UTF-8</encoding>
90+
</configuration>
91+
</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>
117+
</plugins>
118+
</build>
119+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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.industry_brain.model.v20180712;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
import com.aliyuncs.http.ProtocolType;
19+
20+
/**
21+
* @author auto create
22+
* @version
23+
*/
24+
public class GetAlgorithmListRequest extends RpcAcsRequest<GetAlgorithmListResponse> {
25+
26+
public GetAlgorithmListRequest() {
27+
super("industry-brain", "2018-07-12", "GetAlgorithmList");
28+
setProtocol(ProtocolType.HTTPS);
29+
}
30+
31+
private String serviceId;
32+
33+
public String getServiceId() {
34+
return this.serviceId;
35+
}
36+
37+
public void setServiceId(String serviceId) {
38+
this.serviceId = serviceId;
39+
if(serviceId != null){
40+
putQueryParameter("ServiceId", serviceId);
41+
}
42+
}
43+
44+
@Override
45+
public Class<GetAlgorithmListResponse> getResponseClass() {
46+
return GetAlgorithmListResponse.class;
47+
}
48+
49+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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.industry_brain.model.v20180712;
16+
17+
import com.aliyuncs.AcsResponse;
18+
import com.aliyuncs.industry_brain.transform.v20180712.GetAlgorithmListResponseUnmarshaller;
19+
import com.aliyuncs.transform.UnmarshallerContext;
20+
21+
/**
22+
* @author auto create
23+
* @version
24+
*/
25+
public class GetAlgorithmListResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
private String data;
30+
31+
private String code;
32+
33+
private String message;
34+
35+
public String getRequestId() {
36+
return this.requestId;
37+
}
38+
39+
public void setRequestId(String requestId) {
40+
this.requestId = requestId;
41+
}
42+
43+
public String getData() {
44+
return this.data;
45+
}
46+
47+
public void setData(String data) {
48+
this.data = data;
49+
}
50+
51+
public String getCode() {
52+
return this.code;
53+
}
54+
55+
public void setCode(String code) {
56+
this.code = code;
57+
}
58+
59+
public String getMessage() {
60+
return this.message;
61+
}
62+
63+
public void setMessage(String message) {
64+
this.message = message;
65+
}
66+
67+
@Override
68+
public GetAlgorithmListResponse getInstance(UnmarshallerContext context) {
69+
return GetAlgorithmListResponseUnmarshaller.unmarshall(this, context);
70+
}
71+
72+
@Override
73+
public boolean checkShowJsonItemName() {
74+
return false;
75+
}
76+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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.industry_brain.model.v20180712;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
import com.aliyuncs.http.ProtocolType;
19+
import com.aliyuncs.http.MethodType;
20+
21+
/**
22+
* @author auto create
23+
* @version
24+
*/
25+
public class GetAsyncServiceResultRequest extends RpcAcsRequest<GetAsyncServiceResultResponse> {
26+
27+
public GetAsyncServiceResultRequest() {
28+
super("industry-brain", "2018-07-12", "GetAsyncServiceResult");
29+
setProtocol(ProtocolType.HTTPS);
30+
setMethod(MethodType.POST);
31+
}
32+
33+
private String serviceId;
34+
35+
public String getServiceId() {
36+
return this.serviceId;
37+
}
38+
39+
public void setServiceId(String serviceId) {
40+
this.serviceId = serviceId;
41+
if(serviceId != null){
42+
putQueryParameter("ServiceId", serviceId);
43+
}
44+
}
45+
46+
@Override
47+
public Class<GetAsyncServiceResultResponse> getResponseClass() {
48+
return GetAsyncServiceResultResponse.class;
49+
}
50+
51+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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.industry_brain.model.v20180712;
16+
17+
import com.aliyuncs.AcsResponse;
18+
import com.aliyuncs.industry_brain.transform.v20180712.GetAsyncServiceResultResponseUnmarshaller;
19+
import com.aliyuncs.transform.UnmarshallerContext;
20+
21+
/**
22+
* @author auto create
23+
* @version
24+
*/
25+
public class GetAsyncServiceResultResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
private String data;
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 String getData() {
40+
return this.data;
41+
}
42+
43+
public void setData(String data) {
44+
this.data = data;
45+
}
46+
47+
@Override
48+
public GetAsyncServiceResultResponse getInstance(UnmarshallerContext context) {
49+
return GetAsyncServiceResultResponseUnmarshaller.unmarshall(this, context);
50+
}
51+
52+
@Override
53+
public boolean checkShowJsonItemName() {
54+
return false;
55+
}
56+
}

0 commit comments

Comments
 (0)