Skip to content

Commit 198985d

Browse files
author
admin
committed
Generated 2015-07-01 for Aas
1 parent 8642fc9 commit 198985d

File tree

92 files changed

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

92 files changed

+5042
-0
lines changed

aliyun-java-sdk-aas/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2019-05-17 Version: 1.10.1
2+
- Generated 2015-07-01 for `Aas`
3+

aliyun-java-sdk-aas/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-aas</artifactId>
6+
<packaging>jar</packaging>
7+
<version>1.10.1</version>
8+
<name>aliyun-java-sdk-aas</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:[email protected]: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>[email protected]</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: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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.aas.model.v20150701;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
19+
/**
20+
* @author auto create
21+
* @version
22+
*/
23+
public class CreateAccessKeyForAccountRequest extends RpcAcsRequest<CreateAccessKeyForAccountResponse> {
24+
25+
public CreateAccessKeyForAccountRequest() {
26+
super("Aas", "2015-07-01", "CreateAccessKeyForAccount");
27+
}
28+
29+
private String aKSecret;
30+
31+
private String pK;
32+
33+
public String getAKSecret() {
34+
return this.aKSecret;
35+
}
36+
37+
public void setAKSecret(String aKSecret) {
38+
this.aKSecret = aKSecret;
39+
if(aKSecret != null){
40+
putQueryParameter("AKSecret", aKSecret);
41+
}
42+
}
43+
44+
public String getPK() {
45+
return this.pK;
46+
}
47+
48+
public void setPK(String pK) {
49+
this.pK = pK;
50+
if(pK != null){
51+
putQueryParameter("PK", pK);
52+
}
53+
}
54+
55+
@Override
56+
public Class<CreateAccessKeyForAccountResponse> getResponseClass() {
57+
return CreateAccessKeyForAccountResponse.class;
58+
}
59+
60+
}
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
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.aas.model.v20150701;
16+
17+
import com.aliyuncs.AcsResponse;
18+
import com.aliyuncs.aas.transform.v20150701.CreateAccessKeyForAccountResponseUnmarshaller;
19+
import com.aliyuncs.transform.UnmarshallerContext;
20+
21+
/**
22+
* @author auto create
23+
* @version
24+
*/
25+
public class CreateAccessKeyForAccountResponse extends AcsResponse {
26+
27+
private String requestId;
28+
29+
private String pK;
30+
31+
private AccessKey accessKey;
32+
33+
public String getRequestId() {
34+
return this.requestId;
35+
}
36+
37+
public void setRequestId(String requestId) {
38+
this.requestId = requestId;
39+
}
40+
41+
public String getPK() {
42+
return this.pK;
43+
}
44+
45+
public void setPK(String pK) {
46+
this.pK = pK;
47+
}
48+
49+
public AccessKey getAccessKey() {
50+
return this.accessKey;
51+
}
52+
53+
public void setAccessKey(AccessKey accessKey) {
54+
this.accessKey = accessKey;
55+
}
56+
57+
public static class AccessKey {
58+
59+
private String createTime;
60+
61+
private String accessKeyId;
62+
63+
private String accessKeySecret;
64+
65+
private String accessKeyStatus;
66+
67+
private String accessKeyType;
68+
69+
public String getCreateTime() {
70+
return this.createTime;
71+
}
72+
73+
public void setCreateTime(String createTime) {
74+
this.createTime = createTime;
75+
}
76+
77+
public String getAccessKeyId() {
78+
return this.accessKeyId;
79+
}
80+
81+
public void setAccessKeyId(String accessKeyId) {
82+
this.accessKeyId = accessKeyId;
83+
}
84+
85+
public String getAccessKeySecret() {
86+
return this.accessKeySecret;
87+
}
88+
89+
public void setAccessKeySecret(String accessKeySecret) {
90+
this.accessKeySecret = accessKeySecret;
91+
}
92+
93+
public String getAccessKeyStatus() {
94+
return this.accessKeyStatus;
95+
}
96+
97+
public void setAccessKeyStatus(String accessKeyStatus) {
98+
this.accessKeyStatus = accessKeyStatus;
99+
}
100+
101+
public String getAccessKeyType() {
102+
return this.accessKeyType;
103+
}
104+
105+
public void setAccessKeyType(String accessKeyType) {
106+
this.accessKeyType = accessKeyType;
107+
}
108+
}
109+
110+
@Override
111+
public CreateAccessKeyForAccountResponse getInstance(UnmarshallerContext context) {
112+
return CreateAccessKeyForAccountResponseUnmarshaller.unmarshall(this, context);
113+
}
114+
}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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.aas.model.v20150701;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
19+
/**
20+
* @author auto create
21+
* @version
22+
*/
23+
public class CreateAliyunAccountRequest extends RpcAcsRequest<CreateAliyunAccountResponse> {
24+
25+
public CreateAliyunAccountRequest() {
26+
super("Aas", "2015-07-01", "CreateAliyunAccount");
27+
}
28+
29+
private String aliyunId;
30+
31+
public String getAliyunId() {
32+
return this.aliyunId;
33+
}
34+
35+
public void setAliyunId(String aliyunId) {
36+
this.aliyunId = aliyunId;
37+
if(aliyunId != null){
38+
putQueryParameter("AliyunId", aliyunId);
39+
}
40+
}
41+
42+
@Override
43+
public Class<CreateAliyunAccountResponse> getResponseClass() {
44+
return CreateAliyunAccountResponse.class;
45+
}
46+
47+
}

0 commit comments

Comments
 (0)