library/src/main/java/com/theguardian/bridget/thrift/Commercial.java [2222:2240]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public int compareTo(sendTargetingParams_args other) {
      if (!getClass().equals(other.getClass())) {
        return getClass().getName().compareTo(other.getClass().getName());
      }

      int lastComparison = 0;

      lastComparison = java.lang.Boolean.compare(isSetTargetingParams(), other.isSetTargetingParams());
      if (lastComparison != 0) {
        return lastComparison;
      }
      if (isSetTargetingParams()) {
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.targetingParams, other.targetingParams);
        if (lastComparison != 0) {
          return lastComparison;
        }
      }
      return 0;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



library/src/main/java/com/theguardian/bridget/thrift/Analytics.java [490:508]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public int compareTo(sendTargetingParams_args other) {
      if (!getClass().equals(other.getClass())) {
        return getClass().getName().compareTo(other.getClass().getName());
      }

      int lastComparison = 0;

      lastComparison = java.lang.Boolean.compare(isSetTargetingParams(), other.isSetTargetingParams());
      if (lastComparison != 0) {
        return lastComparison;
      }
      if (isSetTargetingParams()) {
        lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.targetingParams, other.targetingParams);
        if (lastComparison != 0) {
          return lastComparison;
        }
      }
      return 0;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



