Change the header to SO
[so.git] / mso-api-handlers / mso-requests-db / src / main / java / org / openecomp / mso / requestsdb / InfraRequests.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP - SO
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 package org.openecomp.mso.requestsdb;
22
23 // Generated Jul 27, 2015 3:05:00 PM by Hibernate Tools 3.4.0.CR1
24
25 import java.sql.Timestamp;
26
27 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
28
29 import org.openecomp.mso.requestsdb.adapter.TimestampXMLAdapter;
30
31 /**
32  * InfraActiveRequests generated by hbm2java
33  */
34 public class InfraRequests implements java.io.Serializable {
35
36     /**
37      * Serialization id.
38      */
39     private static final long serialVersionUID = -661307666798018192L;
40
41     private String requestId;
42         private String clientRequestId;
43         private String action;
44         private String requestStatus;
45         private String statusMessage;
46         private Long progress;
47         private Timestamp startTime;
48         private Timestamp endTime;
49         private String source;
50         private String vnfId;
51         private String vnfName;
52         private String vnfType;
53         private String serviceType;
54         private String aicNodeClli;
55         private String tenantId;
56         private String provStatus;
57         private String vnfParams;
58         private String vnfOutputs;
59         private String requestBody;
60         private String responseBody;
61         private String lastModifiedBy;
62         private Timestamp modifyTime;
63         private String requestType;
64         private String volumeGroupId;
65         private String volumeGroupName;
66         private String vfModuleId;
67         private String vfModuleName;
68         private String vfModuleModelName;
69         private String aaiServiceId;
70         private String aicCloudRegion;
71         private String callBackUrl;
72         private String correlator;
73         private String serviceInstanceId;
74         private String serviceInstanceName;
75         private String requestScope;
76         private String requestAction;
77         private String networkId;
78         private String networkName;
79         private String networkType;
80         private String requestorId;
81
82         public InfraRequests() {
83         }
84
85         public InfraRequests(String requestId, String action) {
86                 this.requestId = requestId;
87                 this.action = action;
88         }
89
90         public String getRequestId() {
91                 return this.requestId;
92         }
93
94         public void setRequestId(String requestId) {
95                 this.requestId = requestId;
96         }
97
98         public String getClientRequestId() {
99                 return clientRequestId;
100         }
101
102         public void setClientRequestId(String clientRequestId) {
103                 this.clientRequestId = clientRequestId;
104         }
105
106         public String getAction() {
107                 return this.action;
108         }
109
110         public void setAction(String action) {
111                 this.action = action;
112         }
113
114         public String getRequestStatus() {
115                 return this.requestStatus;
116         }
117
118         public void setRequestStatus(String requestStatus) {
119                 this.requestStatus = requestStatus;
120         }
121
122         public String getStatusMessage() {
123                 return this.statusMessage;
124         }
125
126         public void setStatusMessage(String statusMessage) {
127                 this.statusMessage = statusMessage;
128         }
129
130         public Long getProgress() {
131                 return this.progress;
132         }
133
134         public void setProgress(Long progress) {
135                 this.progress = progress;
136         }
137
138     @XmlJavaTypeAdapter(TimestampXMLAdapter.class)
139         public Timestamp getStartTime() {
140                 return this.startTime;
141         }
142
143         public void setStartTime(Timestamp startTime) {
144                 this.startTime = startTime;
145         }
146
147     @XmlJavaTypeAdapter(TimestampXMLAdapter.class)
148         public Timestamp getEndTime() {
149                 return this.endTime;
150         }
151
152         public void setEndTime(Timestamp endTime) {
153                 this.endTime = endTime;
154         }
155
156         public String getSource() {
157                 return this.source;
158         }
159
160         public void setSource(String source) {
161                 this.source = source;
162         }
163
164         public String getVnfId() {
165                 return this.vnfId;
166         }
167
168         public void setVnfId(String vnfId) {
169                 this.vnfId = vnfId;
170         }
171
172         public String getVnfName() {
173                 return this.vnfName;
174         }
175
176         public void setVnfName(String vnfName) {
177                 this.vnfName = vnfName;
178         }
179
180         public String getVnfType() {
181                 return this.vnfType;
182         }
183
184         public void setVnfType(String vnfType) {
185                 this.vnfType = vnfType;
186         }
187
188         public String getServiceType() {
189                 return this.serviceType;
190         }
191
192         public void setServiceType(String serviceType) {
193                 this.serviceType = serviceType;
194         }
195
196         public String getAicNodeClli() {
197                 return this.aicNodeClli;
198         }
199
200         public void setAicNodeClli(String aicNodeClli) {
201                 this.aicNodeClli = aicNodeClli;
202         }
203
204         public String getTenantId() {
205                 return this.tenantId;
206         }
207
208         public void setTenantId(String tenantId) {
209                 this.tenantId = tenantId;
210         }
211
212         public String getProvStatus() {
213                 return this.provStatus;
214         }
215
216         public void setProvStatus(String provStatus) {
217                 this.provStatus = provStatus;
218         }
219
220         public String getVnfParams() {
221                 return this.vnfParams;
222         }
223
224         public void setVnfParams(String vnfParams) {
225                 this.vnfParams = vnfParams;
226         }
227
228         public String getVnfOutputs() {
229                 return this.vnfOutputs;
230         }
231
232         public void setVnfOutputs(String vnfOutputs) {
233                 this.vnfOutputs = vnfOutputs;
234         }
235
236         public String getRequestBody() {
237                 return this.requestBody;
238         }
239
240         public void setRequestBody(String requestBody) {
241                 this.requestBody = requestBody;
242         }
243
244         public String getResponseBody() {
245                 return this.responseBody;
246         }
247
248         public void setResponseBody(String responseBody) {
249                 this.responseBody = responseBody;
250         }
251
252         public String getLastModifiedBy() {
253                 return this.lastModifiedBy;
254         }
255
256         public void setLastModifiedBy(String lastModifiedBy) {
257                 this.lastModifiedBy = lastModifiedBy;
258         }
259
260     @XmlJavaTypeAdapter(TimestampXMLAdapter.class)
261         public Timestamp getModifyTime() {
262                 return this.modifyTime;
263         }
264
265         public void setModifyTime(Timestamp modifyTime) {
266                 this.modifyTime = modifyTime;
267         }
268
269         public String getRequestType() {
270                 return this.requestType;
271         }
272
273         public void setRequestType(String requestType) {
274                 this.requestType = requestType;
275         }
276
277         public String getVolumeGroupId() {
278                 return this.volumeGroupId;
279         }
280
281         public void setVolumeGroupId(String volumeGroupId) {
282                 this.volumeGroupId = volumeGroupId;
283         }
284
285         public String getVolumeGroupName() {
286                 return this.volumeGroupName;
287         }
288
289         public void setVolumeGroupName(String volumeGroupName) {
290                 this.volumeGroupName = volumeGroupName;
291         }
292
293         public String getVfModuleId() {
294                 return this.vfModuleId;
295         }
296
297         public void setVfModuleId(String vfModuleId) {
298                 this.vfModuleId = vfModuleId;
299         }
300
301         public String getVfModuleName() {
302                 return this.vfModuleName;
303         }
304
305         public void setVfModuleName(String vfModuleName) {
306                 this.vfModuleName = vfModuleName;
307         }
308
309         public String getVfModuleModelName() {
310                 return this.vfModuleModelName;
311         }
312
313         public void setVfModuleModelName(String vfModuleModelName) {
314                 this.vfModuleModelName = vfModuleModelName;
315         }
316
317         public String getAaiServiceId() {
318                 return this.aaiServiceId;
319         }
320
321         public void setAaiServiceId(String aaiServiceId) {
322                 this.aaiServiceId = aaiServiceId;
323         }
324
325         public String getAicCloudRegion() {
326                 return this.aicCloudRegion;
327         }
328
329         public void setAicCloudRegion(String aicCloudRegion) {
330                 this.aicCloudRegion = aicCloudRegion;
331         }
332
333         public String getCallBackUrl() {
334                 return callBackUrl;
335         }
336
337         public void setCallBackUrl(String callBackUrl) {
338                 this.callBackUrl = callBackUrl;
339         }
340
341         public String getCorrelator() {
342                 return correlator;
343         }
344
345         public void setCorrelator(String correlator) {
346                 this.correlator = correlator;
347         }
348
349         public String getServiceInstanceId() {
350                 return serviceInstanceId;
351         }
352
353         public void setServiceInstanceId(String serviceInstanceId) {
354                 this.serviceInstanceId = serviceInstanceId;
355         }
356
357         public String getServiceInstanceName() {
358                 return serviceInstanceName;
359         }
360
361         public void setServiceInstanceName(String serviceInstanceName) {
362                 this.serviceInstanceName = serviceInstanceName;
363         }
364
365         public String getRequestScope() {
366                 return requestScope;
367         }
368
369         public void setRequestScope(String requestScope) {
370                 this.requestScope = requestScope;
371         }
372
373         public String getRequestAction() {
374                 return requestAction;
375         }
376
377         public void setRequestAction(String requestAction) {
378                 this.requestAction = requestAction;
379         }
380
381         public String getNetworkId() {
382                 return networkId;
383         }
384
385         public void setNetworkId(String networkId) {
386                 this.networkId = networkId;
387         }
388
389         public String getNetworkName() {
390                 return networkName;
391         }
392
393         public void setNetworkName(String networkName) {
394                 this.networkName = networkName;
395         }
396
397         public String getNetworkType() {
398                 return networkType;
399         }
400
401         public void setNetworkType(String networkType) {
402                 this.networkType = networkType;
403         }
404
405         public String getRequestorId() {
406                 return requestorId;
407         }
408
409         public void setRequestorId(String requestorId) {
410                 this.requestorId = requestorId;
411         }
412
413 }