|
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