aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/TTypeEntry.java
blob: af7c0b4f15d95a1d0e6e8576216e34bd2ce93720 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
/**
 * Autogenerated by Thrift Compiler (0.9.0)
 *
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 *  @generated
 */
package org.apache.hive.service.cli.thrift;

import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;

import org.apache.thrift.scheme.TupleScheme;
import org.apache.thrift.protocol.TTupleProtocol;
import org.apache.thrift.protocol.TProtocolException;
import org.apache.thrift.EncodingUtils;
import org.apache.thrift.TException;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.EnumMap;
import java.util.Set;
import java.util.HashSet;
import java.util.EnumSet;
import java.util.Collections;
import java.util.BitSet;
import java.nio.ByteBuffer;
import java.util.Arrays;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class TTypeEntry extends org.apache.thrift.TUnion<TTypeEntry, TTypeEntry._Fields> {
  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TTypeEntry");
  private static final org.apache.thrift.protocol.TField PRIMITIVE_ENTRY_FIELD_DESC = new org.apache.thrift.protocol.TField("primitiveEntry", org.apache.thrift.protocol.TType.STRUCT, (short)1);
  private static final org.apache.thrift.protocol.TField ARRAY_ENTRY_FIELD_DESC = new org.apache.thrift.protocol.TField("arrayEntry", org.apache.thrift.protocol.TType.STRUCT, (short)2);
  private static final org.apache.thrift.protocol.TField MAP_ENTRY_FIELD_DESC = new org.apache.thrift.protocol.TField("mapEntry", org.apache.thrift.protocol.TType.STRUCT, (short)3);
  private static final org.apache.thrift.protocol.TField STRUCT_ENTRY_FIELD_DESC = new org.apache.thrift.protocol.TField("structEntry", org.apache.thrift.protocol.TType.STRUCT, (short)4);
  private static final org.apache.thrift.protocol.TField UNION_ENTRY_FIELD_DESC = new org.apache.thrift.protocol.TField("unionEntry", org.apache.thrift.protocol.TType.STRUCT, (short)5);
  private static final org.apache.thrift.protocol.TField USER_DEFINED_TYPE_ENTRY_FIELD_DESC = new org.apache.thrift.protocol.TField("userDefinedTypeEntry", org.apache.thrift.protocol.TType.STRUCT, (short)6);

  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
    PRIMITIVE_ENTRY((short)1, "primitiveEntry"),
    ARRAY_ENTRY((short)2, "arrayEntry"),
    MAP_ENTRY((short)3, "mapEntry"),
    STRUCT_ENTRY((short)4, "structEntry"),
    UNION_ENTRY((short)5, "unionEntry"),
    USER_DEFINED_TYPE_ENTRY((short)6, "userDefinedTypeEntry");

    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();

    static {
      for (_Fields field : EnumSet.allOf(_Fields.class)) {
        byName.put(field.getFieldName(), field);
      }
    }

    /**
     * Find the _Fields constant that matches fieldId, or null if its not found.
     */
    public static _Fields findByThriftId(int fieldId) {
      switch(fieldId) {
        case 1: // PRIMITIVE_ENTRY
          return PRIMITIVE_ENTRY;
        case 2: // ARRAY_ENTRY
          return ARRAY_ENTRY;
        case 3: // MAP_ENTRY
          return MAP_ENTRY;
        case 4: // STRUCT_ENTRY
          return STRUCT_ENTRY;
        case 5: // UNION_ENTRY
          return UNION_ENTRY;
        case 6: // USER_DEFINED_TYPE_ENTRY
          return USER_DEFINED_TYPE_ENTRY;
        default:
          return null;
      }
    }

    /**
     * Find the _Fields constant that matches fieldId, throwing an exception
     * if it is not found.
     */
    public static _Fields findByThriftIdOrThrow(int fieldId) {
      _Fields fields = findByThriftId(fieldId);
      if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
      return fields;
    }

    /**
     * Find the _Fields constant that matches name, or null if its not found.
     */
    public static _Fields findByName(String name) {
      return byName.get(name);
    }

    private final short _thriftId;
    private final String _fieldName;

    _Fields(short thriftId, String fieldName) {
      _thriftId = thriftId;
      _fieldName = fieldName;
    }

    public short getThriftFieldId() {
      return _thriftId;
    }

    public String getFieldName() {
      return _fieldName;
    }
  }

  public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
  static {
    Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
    tmpMap.put(_Fields.PRIMITIVE_ENTRY, new org.apache.thrift.meta_data.FieldMetaData("primitiveEntry", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TPrimitiveTypeEntry.class)));
    tmpMap.put(_Fields.ARRAY_ENTRY, new org.apache.thrift.meta_data.FieldMetaData("arrayEntry", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TArrayTypeEntry.class)));
    tmpMap.put(_Fields.MAP_ENTRY, new org.apache.thrift.meta_data.FieldMetaData("mapEntry", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TMapTypeEntry.class)));
    tmpMap.put(_Fields.STRUCT_ENTRY, new org.apache.thrift.meta_data.FieldMetaData("structEntry", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TStructTypeEntry.class)));
    tmpMap.put(_Fields.UNION_ENTRY, new org.apache.thrift.meta_data.FieldMetaData("unionEntry", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TUnionTypeEntry.class)));
    tmpMap.put(_Fields.USER_DEFINED_TYPE_ENTRY, new org.apache.thrift.meta_data.FieldMetaData("userDefinedTypeEntry", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, TUserDefinedTypeEntry.class)));
    metaDataMap = Collections.unmodifiableMap(tmpMap);
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TTypeEntry.class, metaDataMap);
  }

  public TTypeEntry() {
    super();
  }

  public TTypeEntry(_Fields setField, Object value) {
    super(setField, value);
  }

  public TTypeEntry(TTypeEntry other) {
    super(other);
  }
  public TTypeEntry deepCopy() {
    return new TTypeEntry(this);
  }

  public static TTypeEntry primitiveEntry(TPrimitiveTypeEntry value) {
    TTypeEntry x = new TTypeEntry();
    x.setPrimitiveEntry(value);
    return x;
  }

  public static TTypeEntry arrayEntry(TArrayTypeEntry value) {
    TTypeEntry x = new TTypeEntry();
    x.setArrayEntry(value);
    return x;
  }

  public static TTypeEntry mapEntry(TMapTypeEntry value) {
    TTypeEntry x = new TTypeEntry();
    x.setMapEntry(value);
    return x;
  }

  public static TTypeEntry structEntry(TStructTypeEntry value) {
    TTypeEntry x = new TTypeEntry();
    x.setStructEntry(value);
    return x;
  }

  public static TTypeEntry unionEntry(TUnionTypeEntry value) {
    TTypeEntry x = new TTypeEntry();
    x.setUnionEntry(value);
    return x;
  }

  public static TTypeEntry userDefinedTypeEntry(TUserDefinedTypeEntry value) {
    TTypeEntry x = new TTypeEntry();
    x.setUserDefinedTypeEntry(value);
    return x;
  }


  @Override
  protected void checkType(_Fields setField, Object value) throws ClassCastException {
    switch (setField) {
      case PRIMITIVE_ENTRY:
        if (value instanceof TPrimitiveTypeEntry) {
          break;
        }
        throw new ClassCastException("Was expecting value of type TPrimitiveTypeEntry for field 'primitiveEntry', but got " + value.getClass().getSimpleName());
      case ARRAY_ENTRY:
        if (value instanceof TArrayTypeEntry) {
          break;
        }
        throw new ClassCastException("Was expecting value of type TArrayTypeEntry for field 'arrayEntry', but got " + value.getClass().getSimpleName());
      case MAP_ENTRY:
        if (value instanceof TMapTypeEntry) {
          break;
        }
        throw new ClassCastException("Was expecting value of type TMapTypeEntry for field 'mapEntry', but got " + value.getClass().getSimpleName());
      case STRUCT_ENTRY:
        if (value instanceof TStructTypeEntry) {
          break;
        }
        throw new ClassCastException("Was expecting value of type TStructTypeEntry for field 'structEntry', but got " + value.getClass().getSimpleName());
      case UNION_ENTRY:
        if (value instanceof TUnionTypeEntry) {
          break;
        }
        throw new ClassCastException("Was expecting value of type TUnionTypeEntry for field 'unionEntry', but got " + value.getClass().getSimpleName());
      case USER_DEFINED_TYPE_ENTRY:
        if (value instanceof TUserDefinedTypeEntry) {
          break;
        }
        throw new ClassCastException("Was expecting value of type TUserDefinedTypeEntry for field 'userDefinedTypeEntry', but got " + value.getClass().getSimpleName());
      default:
        throw new IllegalArgumentException("Unknown field id " + setField);
    }
  }

  @Override
  protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException {
    _Fields setField = _Fields.findByThriftId(field.id);
    if (setField != null) {
      switch (setField) {
        case PRIMITIVE_ENTRY:
          if (field.type == PRIMITIVE_ENTRY_FIELD_DESC.type) {
            TPrimitiveTypeEntry primitiveEntry;
            primitiveEntry = new TPrimitiveTypeEntry();
            primitiveEntry.read(iprot);
            return primitiveEntry;
          } else {
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
            return null;
          }
        case ARRAY_ENTRY:
          if (field.type == ARRAY_ENTRY_FIELD_DESC.type) {
            TArrayTypeEntry arrayEntry;
            arrayEntry = new TArrayTypeEntry();
            arrayEntry.read(iprot);
            return arrayEntry;
          } else {
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
            return null;
          }
        case MAP_ENTRY:
          if (field.type == MAP_ENTRY_FIELD_DESC.type) {
            TMapTypeEntry mapEntry;
            mapEntry = new TMapTypeEntry();
            mapEntry.read(iprot);
            return mapEntry;
          } else {
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
            return null;
          }
        case STRUCT_ENTRY:
          if (field.type == STRUCT_ENTRY_FIELD_DESC.type) {
            TStructTypeEntry structEntry;
            structEntry = new TStructTypeEntry();
            structEntry.read(iprot);
            return structEntry;
          } else {
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
            return null;
          }
        case UNION_ENTRY:
          if (field.type == UNION_ENTRY_FIELD_DESC.type) {
            TUnionTypeEntry unionEntry;
            unionEntry = new TUnionTypeEntry();
            unionEntry.read(iprot);
            return unionEntry;
          } else {
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
            return null;
          }
        case USER_DEFINED_TYPE_ENTRY:
          if (field.type == USER_DEFINED_TYPE_ENTRY_FIELD_DESC.type) {
            TUserDefinedTypeEntry userDefinedTypeEntry;
            userDefinedTypeEntry = new TUserDefinedTypeEntry();
            userDefinedTypeEntry.read(iprot);
            return userDefinedTypeEntry;
          } else {
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
            return null;
          }
        default:
          throw new IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
      }
    } else {
      return null;
    }
  }

  @Override
  protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
    switch (setField_) {
      case PRIMITIVE_ENTRY:
        TPrimitiveTypeEntry primitiveEntry = (TPrimitiveTypeEntry)value_;
        primitiveEntry.write(oprot);
        return;
      case ARRAY_ENTRY:
        TArrayTypeEntry arrayEntry = (TArrayTypeEntry)value_;
        arrayEntry.write(oprot);
        return;
      case MAP_ENTRY:
        TMapTypeEntry mapEntry = (TMapTypeEntry)value_;
        mapEntry.write(oprot);
        return;
      case STRUCT_ENTRY:
        TStructTypeEntry structEntry = (TStructTypeEntry)value_;
        structEntry.write(oprot);
        return;
      case UNION_ENTRY:
        TUnionTypeEntry unionEntry = (TUnionTypeEntry)value_;
        unionEntry.write(oprot);
        return;
      case USER_DEFINED_TYPE_ENTRY:
        TUserDefinedTypeEntry userDefinedTypeEntry = (TUserDefinedTypeEntry)value_;
        userDefinedTypeEntry.write(oprot);
        return;
      default:
        throw new IllegalStateException("Cannot write union with unknown field " + setField_);
    }
  }

  @Override
  protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException {
    _Fields setField = _Fields.findByThriftId(fieldID);
    if (setField != null) {
      switch (setField) {
        case PRIMITIVE_ENTRY:
          TPrimitiveTypeEntry primitiveEntry;
          primitiveEntry = new TPrimitiveTypeEntry();
          primitiveEntry.read(iprot);
          return primitiveEntry;
        case ARRAY_ENTRY:
          TArrayTypeEntry arrayEntry;
          arrayEntry = new TArrayTypeEntry();
          arrayEntry.read(iprot);
          return arrayEntry;
        case MAP_ENTRY:
          TMapTypeEntry mapEntry;
          mapEntry = new TMapTypeEntry();
          mapEntry.read(iprot);
          return mapEntry;
        case STRUCT_ENTRY:
          TStructTypeEntry structEntry;
          structEntry = new TStructTypeEntry();
          structEntry.read(iprot);
          return structEntry;
        case UNION_ENTRY:
          TUnionTypeEntry unionEntry;
          unionEntry = new TUnionTypeEntry();
          unionEntry.read(iprot);
          return unionEntry;
        case USER_DEFINED_TYPE_ENTRY:
          TUserDefinedTypeEntry userDefinedTypeEntry;
          userDefinedTypeEntry = new TUserDefinedTypeEntry();
          userDefinedTypeEntry.read(iprot);
          return userDefinedTypeEntry;
        default:
          throw new IllegalStateException("setField wasn't null, but didn't match any of the case statements!");
      }
    } else {
      throw new TProtocolException("Couldn't find a field with field id " + fieldID);
    }
  }

  @Override
  protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
    switch (setField_) {
      case PRIMITIVE_ENTRY:
        TPrimitiveTypeEntry primitiveEntry = (TPrimitiveTypeEntry)value_;
        primitiveEntry.write(oprot);
        return;
      case ARRAY_ENTRY:
        TArrayTypeEntry arrayEntry = (TArrayTypeEntry)value_;
        arrayEntry.write(oprot);
        return;
      case MAP_ENTRY:
        TMapTypeEntry mapEntry = (TMapTypeEntry)value_;
        mapEntry.write(oprot);
        return;
      case STRUCT_ENTRY:
        TStructTypeEntry structEntry = (TStructTypeEntry)value_;
        structEntry.write(oprot);
        return;
      case UNION_ENTRY:
        TUnionTypeEntry unionEntry = (TUnionTypeEntry)value_;
        unionEntry.write(oprot);
        return;
      case USER_DEFINED_TYPE_ENTRY:
        TUserDefinedTypeEntry userDefinedTypeEntry = (TUserDefinedTypeEntry)value_;
        userDefinedTypeEntry.write(oprot);
        return;
      default:
        throw new IllegalStateException("Cannot write union with unknown field " + setField_);
    }
  }

  @Override
  protected org.apache.thrift.protocol.TField getFieldDesc(_Fields setField) {
    switch (setField) {
      case PRIMITIVE_ENTRY:
        return PRIMITIVE_ENTRY_FIELD_DESC;
      case ARRAY_ENTRY:
        return ARRAY_ENTRY_FIELD_DESC;
      case MAP_ENTRY:
        return MAP_ENTRY_FIELD_DESC;
      case STRUCT_ENTRY:
        return STRUCT_ENTRY_FIELD_DESC;
      case UNION_ENTRY:
        return UNION_ENTRY_FIELD_DESC;
      case USER_DEFINED_TYPE_ENTRY:
        return USER_DEFINED_TYPE_ENTRY_FIELD_DESC;
      default:
        throw new IllegalArgumentException("Unknown field id " + setField);
    }
  }

  @Override
  protected org.apache.thrift.protocol.TStruct getStructDesc() {
    return STRUCT_DESC;
  }

  @Override
  protected _Fields enumForId(short id) {
    return _Fields.findByThriftIdOrThrow(id);
  }

  public _Fields fieldForId(int fieldId) {
    return _Fields.findByThriftId(fieldId);
  }


  public TPrimitiveTypeEntry getPrimitiveEntry() {
    if (getSetField() == _Fields.PRIMITIVE_ENTRY) {
      return (TPrimitiveTypeEntry)getFieldValue();
    } else {
      throw new RuntimeException("Cannot get field 'primitiveEntry' because union is currently set to " + getFieldDesc(getSetField()).name);
    }
  }

  public void setPrimitiveEntry(TPrimitiveTypeEntry value) {
    if (value == null) throw new NullPointerException();
    setField_ = _Fields.PRIMITIVE_ENTRY;
    value_ = value;
  }

  public TArrayTypeEntry getArrayEntry() {
    if (getSetField() == _Fields.ARRAY_ENTRY) {
      return (TArrayTypeEntry)getFieldValue();
    } else {
      throw new RuntimeException("Cannot get field 'arrayEntry' because union is currently set to " + getFieldDesc(getSetField()).name);
    }
  }

  public void setArrayEntry(TArrayTypeEntry value) {
    if (value == null) throw new NullPointerException();
    setField_ = _Fields.ARRAY_ENTRY;
    value_ = value;
  }

  public TMapTypeEntry getMapEntry() {
    if (getSetField() == _Fields.MAP_ENTRY) {
      return (TMapTypeEntry)getFieldValue();
    } else {
      throw new RuntimeException("Cannot get field 'mapEntry' because union is currently set to " + getFieldDesc(getSetField()).name);
    }
  }

  public void setMapEntry(TMapTypeEntry value) {
    if (value == null) throw new NullPointerException();
    setField_ = _Fields.MAP_ENTRY;
    value_ = value;
  }

  public TStructTypeEntry getStructEntry() {
    if (getSetField() == _Fields.STRUCT_ENTRY) {
      return (TStructTypeEntry)getFieldValue();
    } else {
      throw new RuntimeException("Cannot get field 'structEntry' because union is currently set to " + getFieldDesc(getSetField()).name);
    }
  }

  public void setStructEntry(TStructTypeEntry value) {
    if (value == null) throw new NullPointerException();
    setField_ = _Fields.STRUCT_ENTRY;
    value_ = value;
  }

  public TUnionTypeEntry getUnionEntry() {
    if (getSetField() == _Fields.UNION_ENTRY) {
      return (TUnionTypeEntry)getFieldValue();
    } else {
      throw new RuntimeException("Cannot get field 'unionEntry' because union is currently set to " + getFieldDesc(getSetField()).name);
    }
  }

  public void setUnionEntry(TUnionTypeEntry value) {
    if (value == null) throw new NullPointerException();
    setField_ = _Fields.UNION_ENTRY;
    value_ = value;
  }

  public TUserDefinedTypeEntry getUserDefinedTypeEntry() {
    if (getSetField() == _Fields.USER_DEFINED_TYPE_ENTRY) {
      return (TUserDefinedTypeEntry)getFieldValue();
    } else {
      throw new RuntimeException("Cannot get field 'userDefinedTypeEntry' because union is currently set to " + getFieldDesc(getSetField()).name);
    }
  }

  public void setUserDefinedTypeEntry(TUserDefinedTypeEntry value) {
    if (value == null) throw new NullPointerException();
    setField_ = _Fields.USER_DEFINED_TYPE_ENTRY;
    value_ = value;
  }

  public boolean isSetPrimitiveEntry() {
    return setField_ == _Fields.PRIMITIVE_ENTRY;
  }


  public boolean isSetArrayEntry() {
    return setField_ == _Fields.ARRAY_ENTRY;
  }


  public boolean isSetMapEntry() {
    return setField_ == _Fields.MAP_ENTRY;
  }


  public boolean isSetStructEntry() {
    return setField_ == _Fields.STRUCT_ENTRY;
  }


  public boolean isSetUnionEntry() {
    return setField_ == _Fields.UNION_ENTRY;
  }


  public boolean isSetUserDefinedTypeEntry() {
    return setField_ == _Fields.USER_DEFINED_TYPE_ENTRY;
  }


  public boolean equals(Object other) {
    if (other instanceof TTypeEntry) {
      return equals((TTypeEntry)other);
    } else {
      return false;
    }
  }

  public boolean equals(TTypeEntry other) {
    return other != null && getSetField() == other.getSetField() && getFieldValue().equals(other.getFieldValue());
  }

  @Override
  public int compareTo(TTypeEntry other) {
    int lastComparison = org.apache.thrift.TBaseHelper.compareTo(getSetField(), other.getSetField());
    if (lastComparison == 0) {
      return org.apache.thrift.TBaseHelper.compareTo(getFieldValue(), other.getFieldValue());
    }
    return lastComparison;
  }


  @Override
  public int hashCode() {
    HashCodeBuilder hcb = new HashCodeBuilder();
    hcb.append(this.getClass().getName());
    org.apache.thrift.TFieldIdEnum setField = getSetField();
    if (setField != null) {
      hcb.append(setField.getThriftFieldId());
      Object value = getFieldValue();
      if (value instanceof org.apache.thrift.TEnum) {
        hcb.append(((org.apache.thrift.TEnum)getFieldValue()).getValue());
      } else {
        hcb.append(value);
      }
    }
    return hcb.toHashCode();
  }
  private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
    try {
      write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
    } catch (org.apache.thrift.TException te) {
      throw new java.io.IOException(te);
    }
  }


  private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
    try {
      read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
    } catch (org.apache.thrift.TException te) {
      throw new java.io.IOException(te);
    }
  }


}