| 6849 |
kshitij.so |
1 |
/**
|
|
|
2 |
* Autogenerated by Thrift Compiler (0.7.0)
|
|
|
3 |
*
|
|
|
4 |
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
|
5 |
*/
|
|
|
6 |
package in.shop2020.model.v1.catalog;
|
|
|
7 |
|
|
|
8 |
import java.util.List;
|
|
|
9 |
import java.util.ArrayList;
|
|
|
10 |
import java.util.Map;
|
|
|
11 |
import java.util.HashMap;
|
|
|
12 |
import java.util.EnumMap;
|
|
|
13 |
import java.util.Set;
|
|
|
14 |
import java.util.HashSet;
|
|
|
15 |
import java.util.EnumSet;
|
|
|
16 |
import java.util.Collections;
|
|
|
17 |
import java.util.BitSet;
|
|
|
18 |
import java.nio.ByteBuffer;
|
|
|
19 |
import java.util.Arrays;
|
|
|
20 |
import org.slf4j.Logger;
|
|
|
21 |
import org.slf4j.LoggerFactory;
|
|
|
22 |
|
|
|
23 |
public class BannerMap implements org.apache.thrift.TBase<BannerMap, BannerMap._Fields>, java.io.Serializable, Cloneable {
|
|
|
24 |
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("BannerMap");
|
|
|
25 |
|
|
|
26 |
private static final org.apache.thrift.protocol.TField BANNER_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("bannerName", org.apache.thrift.protocol.TType.STRING, (short)1);
|
|
|
27 |
private static final org.apache.thrift.protocol.TField MAP_LINK_FIELD_DESC = new org.apache.thrift.protocol.TField("mapLink", org.apache.thrift.protocol.TType.STRING, (short)2);
|
|
|
28 |
private static final org.apache.thrift.protocol.TField COORDINATES_FIELD_DESC = new org.apache.thrift.protocol.TField("coordinates", org.apache.thrift.protocol.TType.STRING, (short)3);
|
|
|
29 |
|
|
|
30 |
private String bannerName; // required
|
|
|
31 |
private String mapLink; // required
|
|
|
32 |
private String coordinates; // required
|
|
|
33 |
|
|
|
34 |
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
|
|
35 |
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
|
|
36 |
BANNER_NAME((short)1, "bannerName"),
|
|
|
37 |
MAP_LINK((short)2, "mapLink"),
|
|
|
38 |
COORDINATES((short)3, "coordinates");
|
|
|
39 |
|
|
|
40 |
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
|
|
41 |
|
|
|
42 |
static {
|
|
|
43 |
for (_Fields field : EnumSet.allOf(_Fields.class)) {
|
|
|
44 |
byName.put(field.getFieldName(), field);
|
|
|
45 |
}
|
|
|
46 |
}
|
|
|
47 |
|
|
|
48 |
/**
|
|
|
49 |
* Find the _Fields constant that matches fieldId, or null if its not found.
|
|
|
50 |
*/
|
|
|
51 |
public static _Fields findByThriftId(int fieldId) {
|
|
|
52 |
switch(fieldId) {
|
|
|
53 |
case 1: // BANNER_NAME
|
|
|
54 |
return BANNER_NAME;
|
|
|
55 |
case 2: // MAP_LINK
|
|
|
56 |
return MAP_LINK;
|
|
|
57 |
case 3: // COORDINATES
|
|
|
58 |
return COORDINATES;
|
|
|
59 |
default:
|
|
|
60 |
return null;
|
|
|
61 |
}
|
|
|
62 |
}
|
|
|
63 |
|
|
|
64 |
/**
|
|
|
65 |
* Find the _Fields constant that matches fieldId, throwing an exception
|
|
|
66 |
* if it is not found.
|
|
|
67 |
*/
|
|
|
68 |
public static _Fields findByThriftIdOrThrow(int fieldId) {
|
|
|
69 |
_Fields fields = findByThriftId(fieldId);
|
|
|
70 |
if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
|
|
|
71 |
return fields;
|
|
|
72 |
}
|
|
|
73 |
|
|
|
74 |
/**
|
|
|
75 |
* Find the _Fields constant that matches name, or null if its not found.
|
|
|
76 |
*/
|
|
|
77 |
public static _Fields findByName(String name) {
|
|
|
78 |
return byName.get(name);
|
|
|
79 |
}
|
|
|
80 |
|
|
|
81 |
private final short _thriftId;
|
|
|
82 |
private final String _fieldName;
|
|
|
83 |
|
|
|
84 |
_Fields(short thriftId, String fieldName) {
|
|
|
85 |
_thriftId = thriftId;
|
|
|
86 |
_fieldName = fieldName;
|
|
|
87 |
}
|
|
|
88 |
|
|
|
89 |
public short getThriftFieldId() {
|
|
|
90 |
return _thriftId;
|
|
|
91 |
}
|
|
|
92 |
|
|
|
93 |
public String getFieldName() {
|
|
|
94 |
return _fieldName;
|
|
|
95 |
}
|
|
|
96 |
}
|
|
|
97 |
|
|
|
98 |
// isset id assignments
|
|
|
99 |
|
|
|
100 |
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
|
|
101 |
static {
|
|
|
102 |
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
|
|
103 |
tmpMap.put(_Fields.BANNER_NAME, new org.apache.thrift.meta_data.FieldMetaData("bannerName", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
|
|
104 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
|
|
105 |
tmpMap.put(_Fields.MAP_LINK, new org.apache.thrift.meta_data.FieldMetaData("mapLink", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
|
|
106 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
|
|
107 |
tmpMap.put(_Fields.COORDINATES, new org.apache.thrift.meta_data.FieldMetaData("coordinates", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
|
|
108 |
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
|
|
109 |
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
|
|
110 |
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(BannerMap.class, metaDataMap);
|
|
|
111 |
}
|
|
|
112 |
|
|
|
113 |
public BannerMap() {
|
|
|
114 |
}
|
|
|
115 |
|
|
|
116 |
public BannerMap(
|
|
|
117 |
String bannerName,
|
|
|
118 |
String mapLink,
|
|
|
119 |
String coordinates)
|
|
|
120 |
{
|
|
|
121 |
this();
|
|
|
122 |
this.bannerName = bannerName;
|
|
|
123 |
this.mapLink = mapLink;
|
|
|
124 |
this.coordinates = coordinates;
|
|
|
125 |
}
|
|
|
126 |
|
|
|
127 |
/**
|
|
|
128 |
* Performs a deep copy on <i>other</i>.
|
|
|
129 |
*/
|
|
|
130 |
public BannerMap(BannerMap other) {
|
|
|
131 |
if (other.isSetBannerName()) {
|
|
|
132 |
this.bannerName = other.bannerName;
|
|
|
133 |
}
|
|
|
134 |
if (other.isSetMapLink()) {
|
|
|
135 |
this.mapLink = other.mapLink;
|
|
|
136 |
}
|
|
|
137 |
if (other.isSetCoordinates()) {
|
|
|
138 |
this.coordinates = other.coordinates;
|
|
|
139 |
}
|
|
|
140 |
}
|
|
|
141 |
|
|
|
142 |
public BannerMap deepCopy() {
|
|
|
143 |
return new BannerMap(this);
|
|
|
144 |
}
|
|
|
145 |
|
|
|
146 |
@Override
|
|
|
147 |
public void clear() {
|
|
|
148 |
this.bannerName = null;
|
|
|
149 |
this.mapLink = null;
|
|
|
150 |
this.coordinates = null;
|
|
|
151 |
}
|
|
|
152 |
|
|
|
153 |
public String getBannerName() {
|
|
|
154 |
return this.bannerName;
|
|
|
155 |
}
|
|
|
156 |
|
|
|
157 |
public void setBannerName(String bannerName) {
|
|
|
158 |
this.bannerName = bannerName;
|
|
|
159 |
}
|
|
|
160 |
|
|
|
161 |
public void unsetBannerName() {
|
|
|
162 |
this.bannerName = null;
|
|
|
163 |
}
|
|
|
164 |
|
|
|
165 |
/** Returns true if field bannerName is set (has been assigned a value) and false otherwise */
|
|
|
166 |
public boolean isSetBannerName() {
|
|
|
167 |
return this.bannerName != null;
|
|
|
168 |
}
|
|
|
169 |
|
|
|
170 |
public void setBannerNameIsSet(boolean value) {
|
|
|
171 |
if (!value) {
|
|
|
172 |
this.bannerName = null;
|
|
|
173 |
}
|
|
|
174 |
}
|
|
|
175 |
|
|
|
176 |
public String getMapLink() {
|
|
|
177 |
return this.mapLink;
|
|
|
178 |
}
|
|
|
179 |
|
|
|
180 |
public void setMapLink(String mapLink) {
|
|
|
181 |
this.mapLink = mapLink;
|
|
|
182 |
}
|
|
|
183 |
|
|
|
184 |
public void unsetMapLink() {
|
|
|
185 |
this.mapLink = null;
|
|
|
186 |
}
|
|
|
187 |
|
|
|
188 |
/** Returns true if field mapLink is set (has been assigned a value) and false otherwise */
|
|
|
189 |
public boolean isSetMapLink() {
|
|
|
190 |
return this.mapLink != null;
|
|
|
191 |
}
|
|
|
192 |
|
|
|
193 |
public void setMapLinkIsSet(boolean value) {
|
|
|
194 |
if (!value) {
|
|
|
195 |
this.mapLink = null;
|
|
|
196 |
}
|
|
|
197 |
}
|
|
|
198 |
|
|
|
199 |
public String getCoordinates() {
|
|
|
200 |
return this.coordinates;
|
|
|
201 |
}
|
|
|
202 |
|
|
|
203 |
public void setCoordinates(String coordinates) {
|
|
|
204 |
this.coordinates = coordinates;
|
|
|
205 |
}
|
|
|
206 |
|
|
|
207 |
public void unsetCoordinates() {
|
|
|
208 |
this.coordinates = null;
|
|
|
209 |
}
|
|
|
210 |
|
|
|
211 |
/** Returns true if field coordinates is set (has been assigned a value) and false otherwise */
|
|
|
212 |
public boolean isSetCoordinates() {
|
|
|
213 |
return this.coordinates != null;
|
|
|
214 |
}
|
|
|
215 |
|
|
|
216 |
public void setCoordinatesIsSet(boolean value) {
|
|
|
217 |
if (!value) {
|
|
|
218 |
this.coordinates = null;
|
|
|
219 |
}
|
|
|
220 |
}
|
|
|
221 |
|
|
|
222 |
public void setFieldValue(_Fields field, Object value) {
|
|
|
223 |
switch (field) {
|
|
|
224 |
case BANNER_NAME:
|
|
|
225 |
if (value == null) {
|
|
|
226 |
unsetBannerName();
|
|
|
227 |
} else {
|
|
|
228 |
setBannerName((String)value);
|
|
|
229 |
}
|
|
|
230 |
break;
|
|
|
231 |
|
|
|
232 |
case MAP_LINK:
|
|
|
233 |
if (value == null) {
|
|
|
234 |
unsetMapLink();
|
|
|
235 |
} else {
|
|
|
236 |
setMapLink((String)value);
|
|
|
237 |
}
|
|
|
238 |
break;
|
|
|
239 |
|
|
|
240 |
case COORDINATES:
|
|
|
241 |
if (value == null) {
|
|
|
242 |
unsetCoordinates();
|
|
|
243 |
} else {
|
|
|
244 |
setCoordinates((String)value);
|
|
|
245 |
}
|
|
|
246 |
break;
|
|
|
247 |
|
|
|
248 |
}
|
|
|
249 |
}
|
|
|
250 |
|
|
|
251 |
public Object getFieldValue(_Fields field) {
|
|
|
252 |
switch (field) {
|
|
|
253 |
case BANNER_NAME:
|
|
|
254 |
return getBannerName();
|
|
|
255 |
|
|
|
256 |
case MAP_LINK:
|
|
|
257 |
return getMapLink();
|
|
|
258 |
|
|
|
259 |
case COORDINATES:
|
|
|
260 |
return getCoordinates();
|
|
|
261 |
|
|
|
262 |
}
|
|
|
263 |
throw new IllegalStateException();
|
|
|
264 |
}
|
|
|
265 |
|
|
|
266 |
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
|
|
|
267 |
public boolean isSet(_Fields field) {
|
|
|
268 |
if (field == null) {
|
|
|
269 |
throw new IllegalArgumentException();
|
|
|
270 |
}
|
|
|
271 |
|
|
|
272 |
switch (field) {
|
|
|
273 |
case BANNER_NAME:
|
|
|
274 |
return isSetBannerName();
|
|
|
275 |
case MAP_LINK:
|
|
|
276 |
return isSetMapLink();
|
|
|
277 |
case COORDINATES:
|
|
|
278 |
return isSetCoordinates();
|
|
|
279 |
}
|
|
|
280 |
throw new IllegalStateException();
|
|
|
281 |
}
|
|
|
282 |
|
|
|
283 |
@Override
|
|
|
284 |
public boolean equals(Object that) {
|
|
|
285 |
if (that == null)
|
|
|
286 |
return false;
|
|
|
287 |
if (that instanceof BannerMap)
|
|
|
288 |
return this.equals((BannerMap)that);
|
|
|
289 |
return false;
|
|
|
290 |
}
|
|
|
291 |
|
|
|
292 |
public boolean equals(BannerMap that) {
|
|
|
293 |
if (that == null)
|
|
|
294 |
return false;
|
|
|
295 |
|
|
|
296 |
boolean this_present_bannerName = true && this.isSetBannerName();
|
|
|
297 |
boolean that_present_bannerName = true && that.isSetBannerName();
|
|
|
298 |
if (this_present_bannerName || that_present_bannerName) {
|
|
|
299 |
if (!(this_present_bannerName && that_present_bannerName))
|
|
|
300 |
return false;
|
|
|
301 |
if (!this.bannerName.equals(that.bannerName))
|
|
|
302 |
return false;
|
|
|
303 |
}
|
|
|
304 |
|
|
|
305 |
boolean this_present_mapLink = true && this.isSetMapLink();
|
|
|
306 |
boolean that_present_mapLink = true && that.isSetMapLink();
|
|
|
307 |
if (this_present_mapLink || that_present_mapLink) {
|
|
|
308 |
if (!(this_present_mapLink && that_present_mapLink))
|
|
|
309 |
return false;
|
|
|
310 |
if (!this.mapLink.equals(that.mapLink))
|
|
|
311 |
return false;
|
|
|
312 |
}
|
|
|
313 |
|
|
|
314 |
boolean this_present_coordinates = true && this.isSetCoordinates();
|
|
|
315 |
boolean that_present_coordinates = true && that.isSetCoordinates();
|
|
|
316 |
if (this_present_coordinates || that_present_coordinates) {
|
|
|
317 |
if (!(this_present_coordinates && that_present_coordinates))
|
|
|
318 |
return false;
|
|
|
319 |
if (!this.coordinates.equals(that.coordinates))
|
|
|
320 |
return false;
|
|
|
321 |
}
|
|
|
322 |
|
|
|
323 |
return true;
|
|
|
324 |
}
|
|
|
325 |
|
|
|
326 |
@Override
|
|
|
327 |
public int hashCode() {
|
|
|
328 |
return 0;
|
|
|
329 |
}
|
|
|
330 |
|
|
|
331 |
public int compareTo(BannerMap other) {
|
|
|
332 |
if (!getClass().equals(other.getClass())) {
|
|
|
333 |
return getClass().getName().compareTo(other.getClass().getName());
|
|
|
334 |
}
|
|
|
335 |
|
|
|
336 |
int lastComparison = 0;
|
|
|
337 |
BannerMap typedOther = (BannerMap)other;
|
|
|
338 |
|
|
|
339 |
lastComparison = Boolean.valueOf(isSetBannerName()).compareTo(typedOther.isSetBannerName());
|
|
|
340 |
if (lastComparison != 0) {
|
|
|
341 |
return lastComparison;
|
|
|
342 |
}
|
|
|
343 |
if (isSetBannerName()) {
|
|
|
344 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.bannerName, typedOther.bannerName);
|
|
|
345 |
if (lastComparison != 0) {
|
|
|
346 |
return lastComparison;
|
|
|
347 |
}
|
|
|
348 |
}
|
|
|
349 |
lastComparison = Boolean.valueOf(isSetMapLink()).compareTo(typedOther.isSetMapLink());
|
|
|
350 |
if (lastComparison != 0) {
|
|
|
351 |
return lastComparison;
|
|
|
352 |
}
|
|
|
353 |
if (isSetMapLink()) {
|
|
|
354 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.mapLink, typedOther.mapLink);
|
|
|
355 |
if (lastComparison != 0) {
|
|
|
356 |
return lastComparison;
|
|
|
357 |
}
|
|
|
358 |
}
|
|
|
359 |
lastComparison = Boolean.valueOf(isSetCoordinates()).compareTo(typedOther.isSetCoordinates());
|
|
|
360 |
if (lastComparison != 0) {
|
|
|
361 |
return lastComparison;
|
|
|
362 |
}
|
|
|
363 |
if (isSetCoordinates()) {
|
|
|
364 |
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.coordinates, typedOther.coordinates);
|
|
|
365 |
if (lastComparison != 0) {
|
|
|
366 |
return lastComparison;
|
|
|
367 |
}
|
|
|
368 |
}
|
|
|
369 |
return 0;
|
|
|
370 |
}
|
|
|
371 |
|
|
|
372 |
public _Fields fieldForId(int fieldId) {
|
|
|
373 |
return _Fields.findByThriftId(fieldId);
|
|
|
374 |
}
|
|
|
375 |
|
|
|
376 |
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
|
|
|
377 |
org.apache.thrift.protocol.TField field;
|
|
|
378 |
iprot.readStructBegin();
|
|
|
379 |
while (true)
|
|
|
380 |
{
|
|
|
381 |
field = iprot.readFieldBegin();
|
|
|
382 |
if (field.type == org.apache.thrift.protocol.TType.STOP) {
|
|
|
383 |
break;
|
|
|
384 |
}
|
|
|
385 |
switch (field.id) {
|
|
|
386 |
case 1: // BANNER_NAME
|
|
|
387 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
|
|
388 |
this.bannerName = iprot.readString();
|
|
|
389 |
} else {
|
|
|
390 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
|
|
391 |
}
|
|
|
392 |
break;
|
|
|
393 |
case 2: // MAP_LINK
|
|
|
394 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
|
|
395 |
this.mapLink = iprot.readString();
|
|
|
396 |
} else {
|
|
|
397 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
|
|
398 |
}
|
|
|
399 |
break;
|
|
|
400 |
case 3: // COORDINATES
|
|
|
401 |
if (field.type == org.apache.thrift.protocol.TType.STRING) {
|
|
|
402 |
this.coordinates = iprot.readString();
|
|
|
403 |
} else {
|
|
|
404 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
|
|
405 |
}
|
|
|
406 |
break;
|
|
|
407 |
default:
|
|
|
408 |
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
|
|
|
409 |
}
|
|
|
410 |
iprot.readFieldEnd();
|
|
|
411 |
}
|
|
|
412 |
iprot.readStructEnd();
|
|
|
413 |
validate();
|
|
|
414 |
}
|
|
|
415 |
|
|
|
416 |
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
|
|
|
417 |
validate();
|
|
|
418 |
|
|
|
419 |
oprot.writeStructBegin(STRUCT_DESC);
|
|
|
420 |
if (this.bannerName != null) {
|
|
|
421 |
oprot.writeFieldBegin(BANNER_NAME_FIELD_DESC);
|
|
|
422 |
oprot.writeString(this.bannerName);
|
|
|
423 |
oprot.writeFieldEnd();
|
|
|
424 |
}
|
|
|
425 |
if (this.mapLink != null) {
|
|
|
426 |
oprot.writeFieldBegin(MAP_LINK_FIELD_DESC);
|
|
|
427 |
oprot.writeString(this.mapLink);
|
|
|
428 |
oprot.writeFieldEnd();
|
|
|
429 |
}
|
|
|
430 |
if (this.coordinates != null) {
|
|
|
431 |
oprot.writeFieldBegin(COORDINATES_FIELD_DESC);
|
|
|
432 |
oprot.writeString(this.coordinates);
|
|
|
433 |
oprot.writeFieldEnd();
|
|
|
434 |
}
|
|
|
435 |
oprot.writeFieldStop();
|
|
|
436 |
oprot.writeStructEnd();
|
|
|
437 |
}
|
|
|
438 |
|
|
|
439 |
@Override
|
|
|
440 |
public String toString() {
|
|
|
441 |
StringBuilder sb = new StringBuilder("BannerMap(");
|
|
|
442 |
boolean first = true;
|
|
|
443 |
|
|
|
444 |
sb.append("bannerName:");
|
|
|
445 |
if (this.bannerName == null) {
|
|
|
446 |
sb.append("null");
|
|
|
447 |
} else {
|
|
|
448 |
sb.append(this.bannerName);
|
|
|
449 |
}
|
|
|
450 |
first = false;
|
|
|
451 |
if (!first) sb.append(", ");
|
|
|
452 |
sb.append("mapLink:");
|
|
|
453 |
if (this.mapLink == null) {
|
|
|
454 |
sb.append("null");
|
|
|
455 |
} else {
|
|
|
456 |
sb.append(this.mapLink);
|
|
|
457 |
}
|
|
|
458 |
first = false;
|
|
|
459 |
if (!first) sb.append(", ");
|
|
|
460 |
sb.append("coordinates:");
|
|
|
461 |
if (this.coordinates == null) {
|
|
|
462 |
sb.append("null");
|
|
|
463 |
} else {
|
|
|
464 |
sb.append(this.coordinates);
|
|
|
465 |
}
|
|
|
466 |
first = false;
|
|
|
467 |
sb.append(")");
|
|
|
468 |
return sb.toString();
|
|
|
469 |
}
|
|
|
470 |
|
|
|
471 |
public void validate() throws org.apache.thrift.TException {
|
|
|
472 |
// check for required fields
|
|
|
473 |
}
|
|
|
474 |
|
|
|
475 |
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
|
|
|
476 |
try {
|
|
|
477 |
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
|
|
|
478 |
} catch (org.apache.thrift.TException te) {
|
|
|
479 |
throw new java.io.IOException(te);
|
|
|
480 |
}
|
|
|
481 |
}
|
|
|
482 |
|
|
|
483 |
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
|
|
|
484 |
try {
|
|
|
485 |
read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
|
|
|
486 |
} catch (org.apache.thrift.TException te) {
|
|
|
487 |
throw new java.io.IOException(te);
|
|
|
488 |
}
|
|
|
489 |
}
|
|
|
490 |
|
|
|
491 |
}
|
|
|
492 |
|