Skip to content

Commit ab213af

Browse files
author
admin
committed
Generated 2015-09-28 for Actiontrail
1 parent 55f5243 commit ab213af

32 files changed

+2698
-100
lines changed

aliyun-java-sdk-actiontrail/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-05-17 Version: 1.0.0
2+
- Generated 2015-09-28 for `Actiontrail`
3+
14
2019-04-11 Version: 1.0.2
25
1, Fix ClassCastException
36

Lines changed: 98 additions & 100 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-actiontrail</artifactId>
56
<packaging>jar</packaging>
6-
<version>1.0.2</version>
7-
<name>aliyun-java-sdk-actiontrail</name>
7+
<version>1.0.0</version>
8+
<name>aliyun-java-sdk-actiontrail</name>
89
<url>http://www.aliyun.com</url>
910
<description>Aliyun Open API SDK for Java
1011

@@ -14,112 +15,109 @@ 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>
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>
3736
<groupId>com.google.code.gson</groupId>
3837
<artifactId>gson</artifactId>
3938
<version>2.8.5</version>
40-
<scope>compile</scope>
4139
</dependency>
4240
</dependencies>
43-
<licenses>
44-
<license>
45-
<name></name>
46-
<url></url>
47-
<distribution></distribution>
48-
</license>
49-
</licenses>
50-
<scm>
51-
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
52-
<developerConnection>scm:git:git@github.com:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
53-
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
54-
</scm>
55-
<developers>
56-
<developer>
57-
<id>aliyunproducts</id>
58-
<name>Aliyun SDK</name>
59-
<email>aliyunsdk@aliyun.com</email>
60-
</developer>
61-
</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>
6260
<build>
63-
<plugins>
64-
<plugin>
65-
<artifactId>maven-compiler-plugin</artifactId>
66-
<version>2.3.2</version>
67-
<configuration>
68-
<source>1.6</source>
69-
<target>1.6</target>
70-
<encoding>UTF-8</encoding>
71-
</configuration>
72-
</plugin>
73-
<plugin>
74-
<groupId>org.apache.maven.plugins</groupId>
75-
<artifactId>maven-jar-plugin</artifactId>
76-
<version>2.3.2</version>
77-
<configuration>
78-
<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>
7977
</excludes>
80-
</configuration>
81-
</plugin>
82-
<plugin>
83-
<groupId>org.apache.maven.plugins</groupId>
84-
<artifactId>maven-surefire-plugin</artifactId>
85-
<version>2.10</version>
86-
<configuration>
87-
<argLine>-Dfile.encoding=UTF-8</argLine>
88-
</configuration>
89-
</plugin>
90-
<plugin>
91-
<groupId>org.apache.maven.plugins</groupId>
92-
<artifactId>maven-javadoc-plugin</artifactId>
93-
<version>2.8</version>
94-
<configuration>
95-
<encoding>UTF-8</encoding>
96-
</configuration>
97-
</plugin>
98-
<plugin>
99-
<groupId>org.apache.maven.plugins</groupId>
100-
<artifactId>maven-gpg-plugin</artifactId>
101-
<version>1.5</version>
102-
<executions>
103-
<execution>
104-
<id>sign-artifacts</id>
105-
<phase>verify</phase>
106-
<goals>
107-
<goal>sign</goal>
108-
</goals>
109-
</execution>
110-
</executions>
111-
</plugin>
112-
<plugin>
113-
<groupId>org.sonatype.plugins</groupId>
114-
<artifactId>nexus-staging-maven-plugin</artifactId>
115-
<version>1.6.3</version>
116-
<extensions>true</extensions>
117-
<configuration>
118-
<serverId>sonatype-nexus-staging</serverId>
119-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
120-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
121-
</configuration>
122-
</plugin>
123-
</plugins>
124-
</build>
125-
</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>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: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
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.actiontrail.model.v20150928;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
19+
/**
20+
* @author auto create
21+
* @version
22+
*/
23+
public class CreateTrailRequest extends RpcAcsRequest<CreateTrailResponse> {
24+
25+
public CreateTrailRequest() {
26+
super("Actiontrail", "2015-09-28", "CreateTrail");
27+
}
28+
29+
private String roleName;
30+
31+
private String format;
32+
33+
private String type;
34+
35+
private String version;
36+
37+
private String help;
38+
39+
private String name;
40+
41+
private String ossBucketName;
42+
43+
private String ossKeyPrefix;
44+
45+
public String getRoleName() {
46+
return this.roleName;
47+
}
48+
49+
public void setRoleName(String roleName) {
50+
this.roleName = roleName;
51+
if(roleName != null){
52+
putQueryParameter("RoleName", roleName);
53+
}
54+
}
55+
56+
public String getFormat() {
57+
return this.format;
58+
}
59+
60+
public void setFormat(String format) {
61+
this.format = format;
62+
if(format != null){
63+
putQueryParameter("Format", format);
64+
}
65+
}
66+
67+
public String getType() {
68+
return this.type;
69+
}
70+
71+
public void setType(String type) {
72+
this.type = type;
73+
if(type != null){
74+
putQueryParameter("Type", type);
75+
}
76+
}
77+
78+
public String getBizVersion() {
79+
return this.version;
80+
}
81+
82+
public void setBizVersion(String version) {
83+
this.version = version;
84+
if(version != null){
85+
putQueryParameter("Version", version);
86+
}
87+
}
88+
89+
/**
90+
* @deprecated use getBizVersion instead of this.
91+
*/
92+
@Deprecated
93+
public String getVersion() {
94+
return this.version;
95+
}
96+
97+
/**
98+
* @deprecated use setBizVersion instead of this.
99+
*/
100+
@Deprecated
101+
public void setVersion(String version) {
102+
this.version = version;
103+
if(version != null){
104+
putQueryParameter("Version", version);
105+
}
106+
}
107+
108+
public String getHelp() {
109+
return this.help;
110+
}
111+
112+
public void setHelp(String help) {
113+
this.help = help;
114+
if(help != null){
115+
putQueryParameter("Help", help);
116+
}
117+
}
118+
119+
public String getName() {
120+
return this.name;
121+
}
122+
123+
public void setName(String name) {
124+
this.name = name;
125+
if(name != null){
126+
putQueryParameter("Name", name);
127+
}
128+
}
129+
130+
public String getOssBucketName() {
131+
return this.ossBucketName;
132+
}
133+
134+
public void setOssBucketName(String ossBucketName) {
135+
this.ossBucketName = ossBucketName;
136+
if(ossBucketName != null){
137+
putQueryParameter("OssBucketName", ossBucketName);
138+
}
139+
}
140+
141+
public String getOssKeyPrefix() {
142+
return this.ossKeyPrefix;
143+
}
144+
145+
public void setOssKeyPrefix(String ossKeyPrefix) {
146+
this.ossKeyPrefix = ossKeyPrefix;
147+
if(ossKeyPrefix != null){
148+
putQueryParameter("OssKeyPrefix", ossKeyPrefix);
149+
}
150+
}
151+
152+
@Override
153+
public Class<CreateTrailResponse> getResponseClass() {
154+
return CreateTrailResponse.class;
155+
}
156+
157+
}

0 commit comments

Comments
 (0)