Subversion Repositories SmartDukaan

Rev

Rev 1013 | Rev 4393 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/**
 * Autogenerated by Thrift Compiler (0.7.0)
 *
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 */
package in.shop2020.model.v1.order;

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 Alert implements org.apache.thrift.TBase<Alert, Alert._Fields>, java.io.Serializable, Cloneable {
  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Alert");

  private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.I64, (short)1);
  private static final org.apache.thrift.protocol.TField ORDER_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("order_id", org.apache.thrift.protocol.TType.I64, (short)2);
  private static final org.apache.thrift.protocol.TField TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("type", org.apache.thrift.protocol.TType.I64, (short)3);
  private static final org.apache.thrift.protocol.TField TIME_SET_FIELD_DESC = new org.apache.thrift.protocol.TField("time_set", org.apache.thrift.protocol.TType.I64, (short)4);
  private static final org.apache.thrift.protocol.TField COMMENT_FIELD_DESC = new org.apache.thrift.protocol.TField("comment", org.apache.thrift.protocol.TType.STRING, (short)5);
  private static final org.apache.thrift.protocol.TField TIME_UNSET_FIELD_DESC = new org.apache.thrift.protocol.TField("time_unset", org.apache.thrift.protocol.TType.I64, (short)6);

  private long id; // required
  private long order_id; // required
  private long type; // required
  private long time_set; // required
  private String comment; // required
  private long time_unset; // required

  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
    ID((short)1, "id"),
    ORDER_ID((short)2, "order_id"),
    TYPE((short)3, "type"),
    TIME_SET((short)4, "time_set"),
    COMMENT((short)5, "comment"),
    TIME_UNSET((short)6, "time_unset");

    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: // ID
          return ID;
        case 2: // ORDER_ID
          return ORDER_ID;
        case 3: // TYPE
          return TYPE;
        case 4: // TIME_SET
          return TIME_SET;
        case 5: // COMMENT
          return COMMENT;
        case 6: // TIME_UNSET
          return TIME_UNSET;
        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;
    }
  }

  // isset id assignments
  private static final int __ID_ISSET_ID = 0;
  private static final int __ORDER_ID_ISSET_ID = 1;
  private static final int __TYPE_ISSET_ID = 2;
  private static final int __TIME_SET_ISSET_ID = 3;
  private static final int __TIME_UNSET_ISSET_ID = 4;
  private BitSet __isset_bit_vector = new BitSet(5);

  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.ID, new org.apache.thrift.meta_data.FieldMetaData("id", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    tmpMap.put(_Fields.ORDER_ID, new org.apache.thrift.meta_data.FieldMetaData("order_id", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    tmpMap.put(_Fields.TYPE, new org.apache.thrift.meta_data.FieldMetaData("type", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    tmpMap.put(_Fields.TIME_SET, new org.apache.thrift.meta_data.FieldMetaData("time_set", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    tmpMap.put(_Fields.COMMENT, new org.apache.thrift.meta_data.FieldMetaData("comment", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
    tmpMap.put(_Fields.TIME_UNSET, new org.apache.thrift.meta_data.FieldMetaData("time_unset", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    metaDataMap = Collections.unmodifiableMap(tmpMap);
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(Alert.class, metaDataMap);
  }

  public Alert() {
  }

  public Alert(
    long id,
    long order_id,
    long type,
    long time_set,
    String comment,
    long time_unset)
  {
    this();
    this.id = id;
    setIdIsSet(true);
    this.order_id = order_id;
    setOrder_idIsSet(true);
    this.type = type;
    setTypeIsSet(true);
    this.time_set = time_set;
    setTime_setIsSet(true);
    this.comment = comment;
    this.time_unset = time_unset;
    setTime_unsetIsSet(true);
  }

  /**
   * Performs a deep copy on <i>other</i>.
   */
  public Alert(Alert other) {
    __isset_bit_vector.clear();
    __isset_bit_vector.or(other.__isset_bit_vector);
    this.id = other.id;
    this.order_id = other.order_id;
    this.type = other.type;
    this.time_set = other.time_set;
    if (other.isSetComment()) {
      this.comment = other.comment;
    }
    this.time_unset = other.time_unset;
  }

  public Alert deepCopy() {
    return new Alert(this);
  }

  @Override
  public void clear() {
    setIdIsSet(false);
    this.id = 0;
    setOrder_idIsSet(false);
    this.order_id = 0;
    setTypeIsSet(false);
    this.type = 0;
    setTime_setIsSet(false);
    this.time_set = 0;
    this.comment = null;
    setTime_unsetIsSet(false);
    this.time_unset = 0;
  }

  public long getId() {
    return this.id;
  }

  public void setId(long id) {
    this.id = id;
    setIdIsSet(true);
  }

  public void unsetId() {
    __isset_bit_vector.clear(__ID_ISSET_ID);
  }

  /** Returns true if field id is set (has been assigned a value) and false otherwise */
  public boolean isSetId() {
    return __isset_bit_vector.get(__ID_ISSET_ID);
  }

  public void setIdIsSet(boolean value) {
    __isset_bit_vector.set(__ID_ISSET_ID, value);
  }

  public long getOrder_id() {
    return this.order_id;
  }

  public void setOrder_id(long order_id) {
    this.order_id = order_id;
    setOrder_idIsSet(true);
  }

  public void unsetOrder_id() {
    __isset_bit_vector.clear(__ORDER_ID_ISSET_ID);
  }

  /** Returns true if field order_id is set (has been assigned a value) and false otherwise */
  public boolean isSetOrder_id() {
    return __isset_bit_vector.get(__ORDER_ID_ISSET_ID);
  }

  public void setOrder_idIsSet(boolean value) {
    __isset_bit_vector.set(__ORDER_ID_ISSET_ID, value);
  }

  public long getType() {
    return this.type;
  }

  public void setType(long type) {
    this.type = type;
    setTypeIsSet(true);
  }

  public void unsetType() {
    __isset_bit_vector.clear(__TYPE_ISSET_ID);
  }

  /** Returns true if field type is set (has been assigned a value) and false otherwise */
  public boolean isSetType() {
    return __isset_bit_vector.get(__TYPE_ISSET_ID);
  }

  public void setTypeIsSet(boolean value) {
    __isset_bit_vector.set(__TYPE_ISSET_ID, value);
  }

  public long getTime_set() {
    return this.time_set;
  }

  public void setTime_set(long time_set) {
    this.time_set = time_set;
    setTime_setIsSet(true);
  }

  public void unsetTime_set() {
    __isset_bit_vector.clear(__TIME_SET_ISSET_ID);
  }

  /** Returns true if field time_set is set (has been assigned a value) and false otherwise */
  public boolean isSetTime_set() {
    return __isset_bit_vector.get(__TIME_SET_ISSET_ID);
  }

  public void setTime_setIsSet(boolean value) {
    __isset_bit_vector.set(__TIME_SET_ISSET_ID, value);
  }

  public String getComment() {
    return this.comment;
  }

  public void setComment(String comment) {
    this.comment = comment;
  }

  public void unsetComment() {
    this.comment = null;
  }

  /** Returns true if field comment is set (has been assigned a value) and false otherwise */
  public boolean isSetComment() {
    return this.comment != null;
  }

  public void setCommentIsSet(boolean value) {
    if (!value) {
      this.comment = null;
    }
  }

  public long getTime_unset() {
    return this.time_unset;
  }

  public void setTime_unset(long time_unset) {
    this.time_unset = time_unset;
    setTime_unsetIsSet(true);
  }

  public void unsetTime_unset() {
    __isset_bit_vector.clear(__TIME_UNSET_ISSET_ID);
  }

  /** Returns true if field time_unset is set (has been assigned a value) and false otherwise */
  public boolean isSetTime_unset() {
    return __isset_bit_vector.get(__TIME_UNSET_ISSET_ID);
  }

  public void setTime_unsetIsSet(boolean value) {
    __isset_bit_vector.set(__TIME_UNSET_ISSET_ID, value);
  }

  public void setFieldValue(_Fields field, Object value) {
    switch (field) {
    case ID:
      if (value == null) {
        unsetId();
      } else {
        setId((Long)value);
      }
      break;

    case ORDER_ID:
      if (value == null) {
        unsetOrder_id();
      } else {
        setOrder_id((Long)value);
      }
      break;

    case TYPE:
      if (value == null) {
        unsetType();
      } else {
        setType((Long)value);
      }
      break;

    case TIME_SET:
      if (value == null) {
        unsetTime_set();
      } else {
        setTime_set((Long)value);
      }
      break;

    case COMMENT:
      if (value == null) {
        unsetComment();
      } else {
        setComment((String)value);
      }
      break;

    case TIME_UNSET:
      if (value == null) {
        unsetTime_unset();
      } else {
        setTime_unset((Long)value);
      }
      break;

    }
  }

  public Object getFieldValue(_Fields field) {
    switch (field) {
    case ID:
      return Long.valueOf(getId());

    case ORDER_ID:
      return Long.valueOf(getOrder_id());

    case TYPE:
      return Long.valueOf(getType());

    case TIME_SET:
      return Long.valueOf(getTime_set());

    case COMMENT:
      return getComment();

    case TIME_UNSET:
      return Long.valueOf(getTime_unset());

    }
    throw new IllegalStateException();
  }

  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
  public boolean isSet(_Fields field) {
    if (field == null) {
      throw new IllegalArgumentException();
    }

    switch (field) {
    case ID:
      return isSetId();
    case ORDER_ID:
      return isSetOrder_id();
    case TYPE:
      return isSetType();
    case TIME_SET:
      return isSetTime_set();
    case COMMENT:
      return isSetComment();
    case TIME_UNSET:
      return isSetTime_unset();
    }
    throw new IllegalStateException();
  }

  @Override
  public boolean equals(Object that) {
    if (that == null)
      return false;
    if (that instanceof Alert)
      return this.equals((Alert)that);
    return false;
  }

  public boolean equals(Alert that) {
    if (that == null)
      return false;

    boolean this_present_id = true;
    boolean that_present_id = true;
    if (this_present_id || that_present_id) {
      if (!(this_present_id && that_present_id))
        return false;
      if (this.id != that.id)
        return false;
    }

    boolean this_present_order_id = true;
    boolean that_present_order_id = true;
    if (this_present_order_id || that_present_order_id) {
      if (!(this_present_order_id && that_present_order_id))
        return false;
      if (this.order_id != that.order_id)
        return false;
    }

    boolean this_present_type = true;
    boolean that_present_type = true;
    if (this_present_type || that_present_type) {
      if (!(this_present_type && that_present_type))
        return false;
      if (this.type != that.type)
        return false;
    }

    boolean this_present_time_set = true;
    boolean that_present_time_set = true;
    if (this_present_time_set || that_present_time_set) {
      if (!(this_present_time_set && that_present_time_set))
        return false;
      if (this.time_set != that.time_set)
        return false;
    }

    boolean this_present_comment = true && this.isSetComment();
    boolean that_present_comment = true && that.isSetComment();
    if (this_present_comment || that_present_comment) {
      if (!(this_present_comment && that_present_comment))
        return false;
      if (!this.comment.equals(that.comment))
        return false;
    }

    boolean this_present_time_unset = true;
    boolean that_present_time_unset = true;
    if (this_present_time_unset || that_present_time_unset) {
      if (!(this_present_time_unset && that_present_time_unset))
        return false;
      if (this.time_unset != that.time_unset)
        return false;
    }

    return true;
  }

  @Override
  public int hashCode() {
    return 0;
  }

  public int compareTo(Alert other) {
    if (!getClass().equals(other.getClass())) {
      return getClass().getName().compareTo(other.getClass().getName());
    }

    int lastComparison = 0;
    Alert typedOther = (Alert)other;

    lastComparison = Boolean.valueOf(isSetId()).compareTo(typedOther.isSetId());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetId()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.id, typedOther.id);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetOrder_id()).compareTo(typedOther.isSetOrder_id());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetOrder_id()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.order_id, typedOther.order_id);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetType()).compareTo(typedOther.isSetType());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetType()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.type, typedOther.type);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetTime_set()).compareTo(typedOther.isSetTime_set());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetTime_set()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.time_set, typedOther.time_set);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetComment()).compareTo(typedOther.isSetComment());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetComment()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.comment, typedOther.comment);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetTime_unset()).compareTo(typedOther.isSetTime_unset());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetTime_unset()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.time_unset, typedOther.time_unset);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    return 0;
  }

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

  public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
    org.apache.thrift.protocol.TField field;
    iprot.readStructBegin();
    while (true)
    {
      field = iprot.readFieldBegin();
      if (field.type == org.apache.thrift.protocol.TType.STOP) { 
        break;
      }
      switch (field.id) {
        case 1: // ID
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.id = iprot.readI64();
            setIdIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 2: // ORDER_ID
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.order_id = iprot.readI64();
            setOrder_idIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 3: // TYPE
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.type = iprot.readI64();
            setTypeIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 4: // TIME_SET
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.time_set = iprot.readI64();
            setTime_setIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 5: // COMMENT
          if (field.type == org.apache.thrift.protocol.TType.STRING) {
            this.comment = iprot.readString();
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 6: // TIME_UNSET
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.time_unset = iprot.readI64();
            setTime_unsetIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        default:
          org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
      }
      iprot.readFieldEnd();
    }
    iprot.readStructEnd();
    validate();
  }

  public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
    validate();

    oprot.writeStructBegin(STRUCT_DESC);
    oprot.writeFieldBegin(ID_FIELD_DESC);
    oprot.writeI64(this.id);
    oprot.writeFieldEnd();
    oprot.writeFieldBegin(ORDER_ID_FIELD_DESC);
    oprot.writeI64(this.order_id);
    oprot.writeFieldEnd();
    oprot.writeFieldBegin(TYPE_FIELD_DESC);
    oprot.writeI64(this.type);
    oprot.writeFieldEnd();
    oprot.writeFieldBegin(TIME_SET_FIELD_DESC);
    oprot.writeI64(this.time_set);
    oprot.writeFieldEnd();
    if (this.comment != null) {
      oprot.writeFieldBegin(COMMENT_FIELD_DESC);
      oprot.writeString(this.comment);
      oprot.writeFieldEnd();
    }
    oprot.writeFieldBegin(TIME_UNSET_FIELD_DESC);
    oprot.writeI64(this.time_unset);
    oprot.writeFieldEnd();
    oprot.writeFieldStop();
    oprot.writeStructEnd();
  }

  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder("Alert(");
    boolean first = true;

    sb.append("id:");
    sb.append(this.id);
    first = false;
    if (!first) sb.append(", ");
    sb.append("order_id:");
    sb.append(this.order_id);
    first = false;
    if (!first) sb.append(", ");
    sb.append("type:");
    sb.append(this.type);
    first = false;
    if (!first) sb.append(", ");
    sb.append("time_set:");
    sb.append(this.time_set);
    first = false;
    if (!first) sb.append(", ");
    sb.append("comment:");
    if (this.comment == null) {
      sb.append("null");
    } else {
      sb.append(this.comment);
    }
    first = false;
    if (!first) sb.append(", ");
    sb.append("time_unset:");
    sb.append(this.time_unset);
    first = false;
    sb.append(")");
    return sb.toString();
  }

  public void validate() throws org.apache.thrift.TException {
    // check for required fields
  }

  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 {
      // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
      __isset_bit_vector = new BitSet(1);
      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);
    }
  }

}