/** Performs a deep copy on <i>other</i>. */
 public DadoTransporteThrift(DadoTransporteThrift other) {
   __isset_bitfield = other.__isset_bitfield;
   if (other.isSetUuidDadoSerializado()) {
     this.uuidDadoSerializado = other.uuidDadoSerializado;
   }
   this.tipoDadoSerializado = other.tipoDadoSerializado;
   if (other.isSetCnesDadoSerializado()) {
     this.cnesDadoSerializado = other.cnesDadoSerializado;
   }
   if (other.isSetCodIbge()) {
     this.codIbge = other.codIbge;
   }
   if (other.isSetIneDadoSerializado()) {
     this.ineDadoSerializado = other.ineDadoSerializado;
   }
   this.numLote = other.numLote;
   if (other.isSetDadoSerializado()) {
     this.dadoSerializado = org.apache.thrift.TBaseHelper.copyBinary(other.dadoSerializado);
   }
   if (other.isSetRemetente()) {
     this.remetente = new DadoInstalacaoThrift(other.remetente);
   }
   if (other.isSetOriginadora()) {
     this.originadora = new DadoInstalacaoThrift(other.originadora);
   }
   if (other.isSetVersao()) {
     this.versao =
         new br.gov.saude.esus.transport.common.api.configuracaodestino.VersaoThrift(other.versao);
   }
 }
  @Override
  public int compareTo(DadoTransporteThrift other) {
    if (!getClass().equals(other.getClass())) {
      return getClass().getName().compareTo(other.getClass().getName());
    }

    int lastComparison = 0;

    lastComparison =
        Boolean.valueOf(isSetUuidDadoSerializado()).compareTo(other.isSetUuidDadoSerializado());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetUuidDadoSerializado()) {
      lastComparison =
          org.apache.thrift.TBaseHelper.compareTo(
              this.uuidDadoSerializado, other.uuidDadoSerializado);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison =
        Boolean.valueOf(isSetTipoDadoSerializado()).compareTo(other.isSetTipoDadoSerializado());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetTipoDadoSerializado()) {
      lastComparison =
          org.apache.thrift.TBaseHelper.compareTo(
              this.tipoDadoSerializado, other.tipoDadoSerializado);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison =
        Boolean.valueOf(isSetCnesDadoSerializado()).compareTo(other.isSetCnesDadoSerializado());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetCnesDadoSerializado()) {
      lastComparison =
          org.apache.thrift.TBaseHelper.compareTo(
              this.cnesDadoSerializado, other.cnesDadoSerializado);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetCodIbge()).compareTo(other.isSetCodIbge());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetCodIbge()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.codIbge, other.codIbge);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison =
        Boolean.valueOf(isSetIneDadoSerializado()).compareTo(other.isSetIneDadoSerializado());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetIneDadoSerializado()) {
      lastComparison =
          org.apache.thrift.TBaseHelper.compareTo(
              this.ineDadoSerializado, other.ineDadoSerializado);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetNumLote()).compareTo(other.isSetNumLote());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetNumLote()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.numLote, other.numLote);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison =
        Boolean.valueOf(isSetDadoSerializado()).compareTo(other.isSetDadoSerializado());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetDadoSerializado()) {
      lastComparison =
          org.apache.thrift.TBaseHelper.compareTo(this.dadoSerializado, other.dadoSerializado);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetRemetente()).compareTo(other.isSetRemetente());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetRemetente()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.remetente, other.remetente);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetOriginadora()).compareTo(other.isSetOriginadora());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetOriginadora()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.originadora, other.originadora);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetVersao()).compareTo(other.isSetVersao());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetVersao()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.versao, other.versao);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    return 0;
  }
  public boolean equals(DadoTransporteThrift that) {
    if (that == null) return false;

    boolean this_present_uuidDadoSerializado = true && this.isSetUuidDadoSerializado();
    boolean that_present_uuidDadoSerializado = true && that.isSetUuidDadoSerializado();
    if (this_present_uuidDadoSerializado || that_present_uuidDadoSerializado) {
      if (!(this_present_uuidDadoSerializado && that_present_uuidDadoSerializado)) return false;
      if (!this.uuidDadoSerializado.equals(that.uuidDadoSerializado)) return false;
    }

    boolean this_present_tipoDadoSerializado = true;
    boolean that_present_tipoDadoSerializado = true;
    if (this_present_tipoDadoSerializado || that_present_tipoDadoSerializado) {
      if (!(this_present_tipoDadoSerializado && that_present_tipoDadoSerializado)) return false;
      if (this.tipoDadoSerializado != that.tipoDadoSerializado) return false;
    }

    boolean this_present_cnesDadoSerializado = true && this.isSetCnesDadoSerializado();
    boolean that_present_cnesDadoSerializado = true && that.isSetCnesDadoSerializado();
    if (this_present_cnesDadoSerializado || that_present_cnesDadoSerializado) {
      if (!(this_present_cnesDadoSerializado && that_present_cnesDadoSerializado)) return false;
      if (!this.cnesDadoSerializado.equals(that.cnesDadoSerializado)) return false;
    }

    boolean this_present_codIbge = true && this.isSetCodIbge();
    boolean that_present_codIbge = true && that.isSetCodIbge();
    if (this_present_codIbge || that_present_codIbge) {
      if (!(this_present_codIbge && that_present_codIbge)) return false;
      if (!this.codIbge.equals(that.codIbge)) return false;
    }

    boolean this_present_ineDadoSerializado = true && this.isSetIneDadoSerializado();
    boolean that_present_ineDadoSerializado = true && that.isSetIneDadoSerializado();
    if (this_present_ineDadoSerializado || that_present_ineDadoSerializado) {
      if (!(this_present_ineDadoSerializado && that_present_ineDadoSerializado)) return false;
      if (!this.ineDadoSerializado.equals(that.ineDadoSerializado)) return false;
    }

    boolean this_present_numLote = true && this.isSetNumLote();
    boolean that_present_numLote = true && that.isSetNumLote();
    if (this_present_numLote || that_present_numLote) {
      if (!(this_present_numLote && that_present_numLote)) return false;
      if (this.numLote != that.numLote) return false;
    }

    boolean this_present_dadoSerializado = true && this.isSetDadoSerializado();
    boolean that_present_dadoSerializado = true && that.isSetDadoSerializado();
    if (this_present_dadoSerializado || that_present_dadoSerializado) {
      if (!(this_present_dadoSerializado && that_present_dadoSerializado)) return false;
      if (!this.dadoSerializado.equals(that.dadoSerializado)) return false;
    }

    boolean this_present_remetente = true && this.isSetRemetente();
    boolean that_present_remetente = true && that.isSetRemetente();
    if (this_present_remetente || that_present_remetente) {
      if (!(this_present_remetente && that_present_remetente)) return false;
      if (!this.remetente.equals(that.remetente)) return false;
    }

    boolean this_present_originadora = true && this.isSetOriginadora();
    boolean that_present_originadora = true && that.isSetOriginadora();
    if (this_present_originadora || that_present_originadora) {
      if (!(this_present_originadora && that_present_originadora)) return false;
      if (!this.originadora.equals(that.originadora)) return false;
    }

    boolean this_present_versao = true && this.isSetVersao();
    boolean that_present_versao = true && that.isSetVersao();
    if (this_present_versao || that_present_versao) {
      if (!(this_present_versao && that_present_versao)) return false;
      if (!this.versao.equals(that.versao)) return false;
    }

    return true;
  }