migrate model-impl from drools-applications
[policy/models.git] / models-interactions / model-impl / aai / src / main / java / org / onap / policy / aai / AaiNqGenericVnf.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * aai
4  * ================================================================================
5  * Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
6  * Modifications Copyright (C) 2019 Nordix Foundation.
7  * ================================================================================
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  *      http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  * ============LICENSE_END=========================================================
20  */
21
22 package org.onap.policy.aai;
23
24 import com.google.gson.annotations.SerializedName;
25 import java.io.Serializable;
26
27 public class AaiNqGenericVnf implements Serializable {
28
29     private static final long serialVersionUID = 834322706248060560L;
30
31     @SerializedName("vnf-id")
32     private String vnfId;
33
34     @SerializedName("vnf-name")
35     private String vnfName;
36
37     @SerializedName("vnf-name2")
38     private String vnfName2;
39
40     @SerializedName("vnf-type")
41     private String vnfType;
42
43     @SerializedName("service-id")
44     private String serviceId;
45
46     @SerializedName("prov-status")
47     private String provStatus;
48
49     @SerializedName("operational-state")
50     private String operationalState;
51
52     @SerializedName("ipv4-oam-address")
53     private String ipv4OamAddress;
54
55     @SerializedName("ipv4-loopback0-address")
56     private String ipv4Loopback0Address;
57
58     @SerializedName("in-maint")
59     private Boolean inMaint;
60
61     @SerializedName("is-closed-loop-disabled")
62     private Boolean isClosedLoopDisabled;
63
64     @SerializedName("resource-version")
65     private String resourceVersion;
66
67     @SerializedName("encrypted-access-flag")
68     private Boolean encrypedAccessFlag;
69
70     @SerializedName("persona-model-id")
71     private String personaModelId;
72
73     @SerializedName("persona-model-version")
74     private String personaModelVersion;
75
76     @SerializedName("model-invariant-id")
77     private String modelInvariantId;
78
79     @SerializedName("model-version-id")
80     private String modelVersionId;
81
82     @SerializedName("model-customization-id")
83     private String modelCustomizationId = null;
84
85     public String getVnfId() {
86         return vnfId;
87     }
88
89     public String getVnfName() {
90         return vnfName;
91     }
92
93     public String getVnfName2() {
94         return vnfName2;
95     }
96
97     public String getVnfType() {
98         return vnfType;
99     }
100
101     public String getServiceId() {
102         return serviceId;
103     }
104
105     public String getProvStatus() {
106         return provStatus;
107     }
108
109     public String getOperationalState() {
110         return operationalState;
111     }
112
113     public String getIpv4OamAddress() {
114         return ipv4OamAddress;
115     }
116
117     public String getIpv4Loopback0Address() {
118         return ipv4Loopback0Address;
119     }
120
121     public Boolean getInMaint() {
122         return inMaint;
123     }
124
125     public Boolean getIsClosedLoopDisabled() {
126         return isClosedLoopDisabled;
127     }
128
129     public String getResourceVersion() {
130         return resourceVersion;
131     }
132
133     public Boolean getEncrypedAccessFlag() {
134         return encrypedAccessFlag;
135     }
136
137     public String getPersonaModelId() {
138         return personaModelId;
139     }
140
141     public String getPersonaModelVersion() {
142         return personaModelVersion;
143     }
144
145     public String getModelInvariantId() {
146         return modelInvariantId;
147     }
148
149     public String getModelVersionId() {
150         return modelVersionId;
151     }
152
153     public String getModelCustomizationId() {
154         return modelCustomizationId;
155     }
156
157     public void setVnfId(String vnfId) {
158         this.vnfId = vnfId;
159     }
160
161     public void setVnfName(String vnfName) {
162         this.vnfName = vnfName;
163     }
164
165     public void setVnfName2(String vnfName2) {
166         this.vnfName2 = vnfName2;
167     }
168
169     public void setVnfType(String vnfType) {
170         this.vnfType = vnfType;
171     }
172
173     public void setServiceId(String serviceId) {
174         this.serviceId = serviceId;
175     }
176
177     public void setProvStatus(String provStatus) {
178         this.provStatus = provStatus;
179     }
180
181     public void setOperationalState(String operationalState) {
182         this.operationalState = operationalState;
183     }
184
185     public void setIpv4OamAddress(String ipv4OamAddress) {
186         this.ipv4OamAddress = ipv4OamAddress;
187     }
188
189     public void setIpv4Loopback0Address(String ipv4Loopback0Address) {
190         this.ipv4Loopback0Address = ipv4Loopback0Address;
191     }
192
193     public void setInMaint(Boolean inMaint) {
194         this.inMaint = inMaint;
195     }
196
197     public void setIsClosedLoopDisabled(Boolean isClosedLoopDisabled) {
198         this.isClosedLoopDisabled = isClosedLoopDisabled;
199     }
200
201     public void setResourceVersion(String resourceVersion) {
202         this.resourceVersion = resourceVersion;
203     }
204
205     public void setEncrypedAccessFlag(Boolean encrypedAccessFlag) {
206         this.encrypedAccessFlag = encrypedAccessFlag;
207     }
208
209     public void setPersonaModelId(String personaModelId) {
210         this.personaModelId = personaModelId;
211     }
212
213     public void setPersonaModelVersion(String personaModelVersion) {
214         this.personaModelVersion = personaModelVersion;
215     }
216
217     public void setModelInvariantId(String modelInvariantId) {
218         this.modelInvariantId = modelInvariantId;
219     }
220
221     public void setModelVersionId(String modelVersionId) {
222         this.modelVersionId = modelVersionId;
223     }
224
225     public void setModelCustomizationId(String modelCustomizationId) {
226         this.modelCustomizationId = modelCustomizationId;
227     }
228 }