Skip to content

Commit d28ae3d

Browse files
committed
Generated 2015-01-01 for Acs
1 parent 1c21bae commit d28ae3d

File tree

227 files changed

+21733
-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.

227 files changed

+21733
-0
lines changed

aliyun-java-sdk-acs/ChangeLog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2019-05-14 Version: 1.0.0
2+
- Generated 2015-01-01 for `Acs`

aliyun-java-sdk-acs/pom.xml

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.aliyun</groupId>
5+
<artifactId>aliyun-java-sdk-acs</artifactId>
6+
<packaging>jar</packaging>
7+
<version>1.0.0</version>
8+
<name>aliyun-java-sdk-acs</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</description>
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+
<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>
39+
</dependency>
40+
</dependencies>
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>
60+
<build>
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>
77+
</excludes>
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>2.8</version>
92+
<configuration>
93+
<encoding>UTF-8</encoding>
94+
</configuration>
95+
</plugin>
96+
<plugin>
97+
<groupId>org.apache.maven.plugins</groupId>
98+
<artifactId>maven-gpg-plugin</artifactId>
99+
<version>1.5</version>
100+
<executions>
101+
<execution>
102+
<id>sign-artifacts</id>
103+
<phase>verify</phase>
104+
<goals>
105+
<goal>sign</goal>
106+
</goals>
107+
</execution>
108+
</executions>
109+
</plugin>
110+
<plugin>
111+
<groupId>org.sonatype.plugins</groupId>
112+
<artifactId>nexus-staging-maven-plugin</artifactId>
113+
<version>1.6.3</version>
114+
<extensions>true</extensions>
115+
<configuration>
116+
<serverId>sonatype-nexus-staging</serverId>
117+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
118+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
119+
</configuration>
120+
</plugin>
121+
</plugins>
122+
</build>
123+
</project>
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
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.acs.model.v20150101;
16+
17+
import com.aliyuncs.RoaAcsRequest;
18+
import com.aliyuncs.http.MethodType;
19+
20+
/**
21+
* @author auto create
22+
* @version
23+
*/
24+
public class DeleteAccountBindingRequest extends RoaAcsRequest<DeleteAccountBindingResponse> {
25+
26+
public DeleteAccountBindingRequest() {
27+
super("Acs", "2015-01-01", "DeleteAccountBinding");
28+
setUriPattern("/AccountBinding/[Product]/[AliyunUid]");
29+
setMethod(MethodType.DELETE);
30+
}
31+
32+
private String product;
33+
34+
private String aliyunUid;
35+
36+
private String accept;
37+
38+
public String getBizProduct() {
39+
return this.product;
40+
}
41+
42+
public void setBizProduct(String product) {
43+
this.product = product;
44+
if(product != null){
45+
putPathParameter("Product", product);
46+
}
47+
}
48+
49+
/**
50+
* @deprecated use getBizProduct instead of this.
51+
*/
52+
@Deprecated
53+
public String getProduct() {
54+
return this.product;
55+
}
56+
57+
/**
58+
* @deprecated use setBizProduct instead of this.
59+
*/
60+
@Deprecated
61+
public void setProduct(String product) {
62+
this.product = product;
63+
if(product != null){
64+
putPathParameter("Product", product);
65+
}
66+
}
67+
68+
public String getAliyunUid() {
69+
return this.aliyunUid;
70+
}
71+
72+
public void setAliyunUid(String aliyunUid) {
73+
this.aliyunUid = aliyunUid;
74+
if(aliyunUid != null){
75+
putPathParameter("AliyunUid", aliyunUid);
76+
}
77+
}
78+
79+
public String getAccept() {
80+
return this.accept;
81+
}
82+
83+
public void setAccept(String accept) {
84+
this.accept = accept;
85+
if(accept != null){
86+
putHeaderParameter("Accept", accept);
87+
}
88+
}
89+
90+
@Override
91+
public Class<DeleteAccountBindingResponse> getResponseClass() {
92+
return DeleteAccountBindingResponse.class;
93+
}
94+
95+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.acs.model.v20150101;
16+
17+
import com.aliyuncs.AcsResponse;
18+
import com.aliyuncs.acs.transform.v20150101.DeleteAccountBindingResponseUnmarshaller;
19+
import com.aliyuncs.transform.UnmarshallerContext;
20+
21+
/**
22+
* @author auto create
23+
* @version
24+
*/
25+
public class DeleteAccountBindingResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
public String getRequestId() {
30+
return this.requestId;
31+
}
32+
33+
public void setRequestId(String requestId) {
34+
this.requestId = requestId;
35+
}
36+
37+
@Override
38+
public DeleteAccountBindingResponse getInstance(UnmarshallerContext context) {
39+
return DeleteAccountBindingResponseUnmarshaller.unmarshall(this, context);
40+
}
41+
}
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
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.acs.model.v20150101;
16+
17+
import com.aliyuncs.RoaAcsRequest;
18+
import com.aliyuncs.http.MethodType;
19+
20+
/**
21+
* @author auto create
22+
* @version
23+
*/
24+
public class DeleteApiRequest extends RoaAcsRequest<DeleteApiResponse> {
25+
26+
public DeleteApiRequest() {
27+
super("Acs", "2015-01-01", "DeleteApi");
28+
setUriPattern("/Api/[ProductName]/[VersionName]/[ApiName]");
29+
setMethod(MethodType.DELETE);
30+
}
31+
32+
private String apiName;
33+
34+
private String productName;
35+
36+
private String versionName;
37+
38+
private String accept;
39+
40+
public String getApiName() {
41+
return this.apiName;
42+
}
43+
44+
public void setApiName(String apiName) {
45+
this.apiName = apiName;
46+
if(apiName != null){
47+
putPathParameter("ApiName", apiName);
48+
}
49+
}
50+
51+
public String getProductName() {
52+
return this.productName;
53+
}
54+
55+
public void setProductName(String productName) {
56+
this.productName = productName;
57+
if(productName != null){
58+
putPathParameter("ProductName", productName);
59+
}
60+
}
61+
62+
public String getVersionName() {
63+
return this.versionName;
64+
}
65+
66+
public void setVersionName(String versionName) {
67+
this.versionName = versionName;
68+
if(versionName != null){
69+
putPathParameter("VersionName", versionName);
70+
}
71+
}
72+
73+
public String getAccept() {
74+
return this.accept;
75+
}
76+
77+
public void setAccept(String accept) {
78+
this.accept = accept;
79+
if(accept != null){
80+
putHeaderParameter("Accept", accept);
81+
}
82+
}
83+
84+
@Override
85+
public Class<DeleteApiResponse> getResponseClass() {
86+
return DeleteApiResponse.class;
87+
}
88+
89+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.acs.model.v20150101;
16+
17+
import com.aliyuncs.AcsResponse;
18+
import com.aliyuncs.acs.transform.v20150101.DeleteApiResponseUnmarshaller;
19+
import com.aliyuncs.transform.UnmarshallerContext;
20+
21+
/**
22+
* @author auto create
23+
* @version
24+
*/
25+
public class DeleteApiResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
public String getRequestId() {
30+
return this.requestId;
31+
}
32+
33+
public void setRequestId(String requestId) {
34+
this.requestId = requestId;
35+
}
36+
37+
@Override
38+
public DeleteApiResponse getInstance(UnmarshallerContext context) {
39+
return DeleteApiResponseUnmarshaller.unmarshall(this, context);
40+
}
41+
}

0 commit comments

Comments
 (0)