Abort power setup if setting gainloss fails
[transportpce.git] / inventory / src / main / java / org / opendaylight / transportpce / inventory / dto / InvDevInfo.java
1 /*
2  * Copyright © 2017 AT&T and others. All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 package org.opendaylight.transportpce.inventory.dto;
10
11 @SuppressWarnings({"checkstyle:ParameterName","checkstyle:MemberName"})
12 public class InvDevInfo {
13     private String node_id;
14     private String node_number;
15     private String node_type;
16     private String clli;
17     private String vendor;
18     private String model;
19     private String serial_id;
20     private String ipAddress;
21     private String prefix_length;
22     private String default_gateway;
23     private String source;
24     private String current_ipAddress;
25     private String current_prefix_length;
26     private String current_default_gateway;
27     private String macAddress;
28     private String software_version;
29     private String template;
30     private String current_datetime;
31     private String latitude;
32     private String longitude;
33     private String max_degrees;
34     private String max_srgs;
35     private String sw_version;
36     private String sw_validation_timer;
37     private String activation_date_time;
38     private String create_date;
39     private String update_date;
40
41
42     public String getNode_id() {
43         return node_id;
44     }
45
46     public void setNode_id(String node_id) {
47         this.node_id = node_id;
48     }
49
50     public String getNode_number() {
51         return node_number;
52     }
53
54     public void setNode_number(String node_number) {
55         this.node_number = node_number;
56     }
57
58     public String getNode_type() {
59         return node_type;
60     }
61
62     public void setNode_type(String node_type) {
63         this.node_type = node_type;
64     }
65
66     public String getClli() {
67         return clli;
68     }
69
70     public void setClli(String clli) {
71         this.clli = clli;
72     }
73
74     public String getVendor() {
75         return vendor;
76     }
77
78     public void setVendor(String vendor) {
79         this.vendor = vendor;
80     }
81
82     public String getModel() {
83         return model;
84     }
85
86     public void setModel(String model) {
87         this.model = model;
88     }
89
90     public String getSerial_id() {
91         return serial_id;
92     }
93
94     public void setSerial_id(String serial_id) {
95         this.serial_id = serial_id;
96     }
97
98     public String getIpAddress() {
99         return ipAddress;
100     }
101
102     public void setIpAddress(String ipAddress) {
103         this.ipAddress = ipAddress;
104     }
105
106     public String getPrefix_length() {
107         return prefix_length;
108     }
109
110     public void setPrefix_length(String prefix_length) {
111         this.prefix_length = prefix_length;
112     }
113
114     public String getDefault_gateway() {
115         return default_gateway;
116     }
117
118     public void setDefault_gateway(String default_gateway) {
119         this.default_gateway = default_gateway;
120     }
121
122     public String getSource() {
123         return source;
124     }
125
126     public void setSource(String source) {
127         this.source = source;
128     }
129
130     public String getCurrent_ipAddress() {
131         return current_ipAddress;
132     }
133
134     public void setCurrent_ipAddress(String current_ipAddress) {
135         this.current_ipAddress = current_ipAddress;
136     }
137
138     public String getCurrent_prefix_length() {
139         return current_prefix_length;
140     }
141
142     public void setCurrent_prefix_length(String current_prefix_length) {
143         this.current_prefix_length = current_prefix_length;
144     }
145
146     public String getCurrent_default_gateway() {
147         return current_default_gateway;
148     }
149
150     public void setCurrent_default_gateway(String current_default_gateway) {
151         this.current_default_gateway = current_default_gateway;
152     }
153
154     public String getMacAddress() {
155         return macAddress;
156     }
157
158     public void setMacAddress(String macAddress) {
159         this.macAddress = macAddress;
160     }
161
162     public String getSoftware_version() {
163         return software_version;
164     }
165
166     public void setSoftware_version(String software_version) {
167         this.software_version = software_version;
168     }
169
170     public String getTemplate() {
171         return template;
172     }
173
174     public void setTemplate(String template) {
175         this.template = template;
176     }
177
178     public String getCurrent_datetime() {
179         return current_datetime;
180     }
181
182     public void setCurrent_datetime(String current_datetime) {
183         this.current_datetime = current_datetime;
184     }
185
186     public String getLatitude() {
187         return latitude;
188     }
189
190     public void setLatitude(String latitude) {
191         this.latitude = latitude;
192     }
193
194     public String getLongitude() {
195         return longitude;
196     }
197
198     public void setLongitude(String longitude) {
199         this.longitude = longitude;
200     }
201
202     public String getMax_degrees() {
203         return max_degrees;
204     }
205
206     public void setMax_degrees(String max_degrees) {
207         this.max_degrees = max_degrees;
208     }
209
210     public String getMax_srgs() {
211         return max_srgs;
212     }
213
214     public void setMax_srgs(String max_srgs) {
215         this.max_srgs = max_srgs;
216     }
217
218     public String getSw_version() {
219         return sw_version;
220     }
221
222     public void setSw_version(String sw_version) {
223         this.sw_version = sw_version;
224     }
225
226     public String getSw_validation_timer() {
227         return sw_validation_timer;
228     }
229
230     public void setSw_validation_timer(String sw_validation_timer) {
231         this.sw_validation_timer = sw_validation_timer;
232     }
233
234     public String getActivation_date_time() {
235         return activation_date_time;
236     }
237
238     public void setActivation_date_time(String activation_date_time) {
239         this.activation_date_time = activation_date_time;
240     }
241
242     public String getCreate_date() {
243         return create_date;
244     }
245
246     public void setCreate_date(String create_date) {
247         this.create_date = create_date;
248     }
249
250     public String getUpdate_date() {
251         return update_date;
252     }
253
254     public void setUpdate_date(String update_date) {
255         this.update_date = update_date;
256     }
257 }