Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56df54a

Browse files
committed
publish mts 2.1.1
1 parent cfe8b68 commit 56df54a

File tree

196 files changed

+39160
-33761
lines changed

Some content is hidden

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

196 files changed

+39160
-33761
lines changed

aliyun-java-sdk-mts/pom.xml

100644100755
Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
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-mts</artifactId>
5-
<packaging>jar</packaging>
6-
<version>2.0.9</version>
7-
<name>aliyun-java-sdk-mts</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-
<dependencies>
18-
<dependency>
19-
<groupId>com.aliyun</groupId>
20-
<artifactId>aliyun-java-sdk-core</artifactId>
21-
<optional>true</optional>
22-
<version>2.2.0</version>
23-
</dependency>
24-
</dependencies>
25-
<licenses>
26-
<license>
27-
<name></name>
28-
<url></url>
29-
<distribution></distribution>
30-
</license>
31-
</licenses>
32-
<scm>
33-
<url></url>
34-
<connection></connection>
35-
</scm>
36-
<developers>
37-
<developer>
38-
<id>aliyunproducts</id>
39-
<name>Aliyun SDK</name>
40-
<email>[email protected]</email>
41-
</developer>
42-
</developers>
43-
<build>
44-
<plugins>
45-
<plugin>
46-
<artifactId>maven-compiler-plugin</artifactId>
47-
<version>2.3.2</version>
48-
<configuration>
49-
<source>1.6</source>
50-
<target>1.6</target>
51-
<encoding>UTF-8</encoding>
52-
</configuration>
53-
</plugin>
54-
<plugin>
55-
<groupId>org.apache.maven.plugins</groupId>
56-
<artifactId>maven-jar-plugin</artifactId>
57-
<version>2.3.2</version>
58-
<configuration>
59-
<excludes>
60-
</excludes>
61-
</configuration>
62-
</plugin>
63-
<plugin>
64-
<groupId>org.apache.maven.plugins</groupId>
65-
<artifactId>maven-surefire-plugin</artifactId>
66-
<version>2.10</version>
67-
<configuration>
68-
<argLine>-Dfile.encoding=UTF-8</argLine>
69-
</configuration>
70-
</plugin>
71-
<plugin>
72-
<groupId>org.apache.maven.plugins</groupId>
73-
<artifactId>maven-javadoc-plugin</artifactId>
74-
<version>2.8</version>
75-
<configuration>
76-
<encoding>UTF-8</encoding>
77-
</configuration>
78-
</plugin>
79-
</plugins>
80-
</build>
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-mts</artifactId>
5+
<packaging>jar</packaging>
6+
<version>2.1.1</version>
7+
<name>aliyun-java-sdk-mts</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+
<dependencies>
18+
<dependency>
19+
<groupId>com.aliyun</groupId>
20+
<artifactId>aliyun-java-sdk-core</artifactId>
21+
<optional>true</optional>
22+
<version>2.4.2</version>
23+
</dependency>
24+
</dependencies>
25+
<licenses>
26+
<license>
27+
<name></name>
28+
<url></url>
29+
<distribution></distribution>
30+
</license>
31+
</licenses>
32+
<scm>
33+
<url></url>
34+
<connection></connection>
35+
</scm>
36+
<developers>
37+
<developer>
38+
<id>aliyunproducts</id>
39+
<name>Aliyun SDK</name>
40+
<email>[email protected]</email>
41+
</developer>
42+
</developers>
43+
<build>
44+
<plugins>
45+
<plugin>
46+
<artifactId>maven-compiler-plugin</artifactId>
47+
<version>2.3.2</version>
48+
<configuration>
49+
<source>1.6</source>
50+
<target>1.6</target>
51+
<encoding>UTF-8</encoding>
52+
</configuration>
53+
</plugin>
54+
<plugin>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-jar-plugin</artifactId>
57+
<version>2.3.2</version>
58+
<configuration>
59+
<excludes>
60+
</excludes>
61+
</configuration>
62+
</plugin>
63+
<plugin>
64+
<groupId>org.apache.maven.plugins</groupId>
65+
<artifactId>maven-surefire-plugin</artifactId>
66+
<version>2.10</version>
67+
<configuration>
68+
<argLine>-Dfile.encoding=UTF-8</argLine>
69+
</configuration>
70+
</plugin>
71+
<plugin>
72+
<groupId>org.apache.maven.plugins</groupId>
73+
<artifactId>maven-javadoc-plugin</artifactId>
74+
<version>2.8</version>
75+
<configuration>
76+
<encoding>UTF-8</encoding>
77+
</configuration>
78+
</plugin>
79+
</plugins>
80+
</build>
8181
</project>
Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,93 @@
1-
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one
3-
* or more contributor license agreements. See the NOTICE file
4-
* distributed with this work for additional information
5-
* regarding copyright ownership. The ASF licenses this file
6-
* to you under the Apache License, Version 2.0 (the
7-
* "License"); you may not use this file except in compliance
8-
* with the License. You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing,
13-
* software distributed under the License is distributed on an
14-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-
* KIND, either express or implied. See the License for the
16-
* specific language governing permissions and limitations
17-
* under the License.
18-
*/
19-
package com.aliyuncs.mts.model.v20140618;
20-
21-
import com.aliyuncs.RpcAcsRequest;
22-
23-
/**
24-
* @author auto create
25-
* @version
26-
*/
27-
public class ActivateMediaWorkflowRequest extends RpcAcsRequest<ActivateMediaWorkflowResponse> {
28-
29-
public ActivateMediaWorkflowRequest() {
30-
super("Mts", "2014-06-18", "ActivateMediaWorkflow");
31-
}
32-
33-
private Long ownerId;
34-
35-
private String resourceOwnerAccount;
36-
37-
private Long resourceOwnerId;
38-
39-
private String mediaWorkflowId;
40-
41-
private String ownerAccount;
42-
43-
public Long getOwnerId() {
44-
return this.ownerId;
45-
}
46-
47-
public void setOwnerId(Long ownerId) {
48-
this.ownerId = ownerId;
49-
putQueryParameter("OwnerId", ownerId);
50-
}
51-
52-
public String getResourceOwnerAccount() {
53-
return this.resourceOwnerAccount;
54-
}
55-
56-
public void setResourceOwnerAccount(String resourceOwnerAccount) {
57-
this.resourceOwnerAccount = resourceOwnerAccount;
58-
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
59-
}
60-
61-
public Long getResourceOwnerId() {
62-
return this.resourceOwnerId;
63-
}
64-
65-
public void setResourceOwnerId(Long resourceOwnerId) {
66-
this.resourceOwnerId = resourceOwnerId;
67-
putQueryParameter("ResourceOwnerId", resourceOwnerId);
68-
}
69-
70-
public String getMediaWorkflowId() {
71-
return this.mediaWorkflowId;
72-
}
73-
74-
public void setMediaWorkflowId(String mediaWorkflowId) {
75-
this.mediaWorkflowId = mediaWorkflowId;
76-
putQueryParameter("MediaWorkflowId", mediaWorkflowId);
77-
}
78-
79-
public String getOwnerAccount() {
80-
return this.ownerAccount;
81-
}
82-
83-
public void setOwnerAccount(String ownerAccount) {
84-
this.ownerAccount = ownerAccount;
85-
putQueryParameter("OwnerAccount", ownerAccount);
86-
}
87-
88-
@Override
89-
public Class<ActivateMediaWorkflowResponse> getResponseClass() {
90-
return ActivateMediaWorkflowResponse.class;
91-
}
92-
93-
}
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*/
19+
package com.aliyuncs.mts.model.v20140618;
20+
21+
import com.aliyuncs.RpcAcsRequest;
22+
23+
/**
24+
* @author auto create
25+
* @version
26+
*/
27+
public class ActivateMediaWorkflowRequest extends RpcAcsRequest<ActivateMediaWorkflowResponse> {
28+
29+
public ActivateMediaWorkflowRequest() {
30+
super("Mts", "2014-06-18", "ActivateMediaWorkflow");
31+
}
32+
33+
private Long ownerId;
34+
35+
private String resourceOwnerAccount;
36+
37+
private Long resourceOwnerId;
38+
39+
private String mediaWorkflowId;
40+
41+
private String ownerAccount;
42+
43+
public Long getOwnerId() {
44+
return this.ownerId;
45+
}
46+
47+
public void setOwnerId(Long ownerId) {
48+
this.ownerId = ownerId;
49+
putQueryParameter("OwnerId", ownerId);
50+
}
51+
52+
public String getResourceOwnerAccount() {
53+
return this.resourceOwnerAccount;
54+
}
55+
56+
public void setResourceOwnerAccount(String resourceOwnerAccount) {
57+
this.resourceOwnerAccount = resourceOwnerAccount;
58+
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
59+
}
60+
61+
public Long getResourceOwnerId() {
62+
return this.resourceOwnerId;
63+
}
64+
65+
public void setResourceOwnerId(Long resourceOwnerId) {
66+
this.resourceOwnerId = resourceOwnerId;
67+
putQueryParameter("ResourceOwnerId", resourceOwnerId);
68+
}
69+
70+
public String getMediaWorkflowId() {
71+
return this.mediaWorkflowId;
72+
}
73+
74+
public void setMediaWorkflowId(String mediaWorkflowId) {
75+
this.mediaWorkflowId = mediaWorkflowId;
76+
putQueryParameter("MediaWorkflowId", mediaWorkflowId);
77+
}
78+
79+
public String getOwnerAccount() {
80+
return this.ownerAccount;
81+
}
82+
83+
public void setOwnerAccount(String ownerAccount) {
84+
this.ownerAccount = ownerAccount;
85+
putQueryParameter("OwnerAccount", ownerAccount);
86+
}
87+
88+
@Override
89+
public Class<ActivateMediaWorkflowResponse> getResponseClass() {
90+
return ActivateMediaWorkflowResponse.class;
91+
}
92+
93+
}

0 commit comments

Comments
 (0)