6970717273747576777879
public int getType() { return type_; } public static TApplicationException read(TProtocol iprot) throws TException { TField field; iprot.readStructBegin(); String message = null; int type = UNKNOWN;
130131132133134135136137138139140
setField_ = null; value_ = null; iprot.readStructBegin(); TField field = iprot.readFieldBegin(); value_ = readValue(iprot, field); if (value_ != null) { setField_ = enumForId(field.id); }