@Override public int compareTo(DeleteMessageRequest other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetQueueName()).compareTo(other.isSetQueueName()); if (lastComparison != 0) { return lastComparison; } if (isSetQueueName()) { lastComparison = libthrift091.TBaseHelper.compareTo(this.queueName, other.queueName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetReceiptHandle()).compareTo(other.isSetReceiptHandle()); if (lastComparison != 0) { return lastComparison; } if (isSetReceiptHandle()) { lastComparison = libthrift091.TBaseHelper.compareTo(this.receiptHandle, other.receiptHandle); if (lastComparison != 0) { return lastComparison; } } return 0; }
@Override public int compareTo(Credential other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetType()).compareTo(other.isSetType()); if (lastComparison != 0) { return lastComparison; } if (isSetType()) { lastComparison = libthrift091.TBaseHelper.compareTo(this.type, other.type); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetSecretKeyId()).compareTo(other.isSetSecretKeyId()); if (lastComparison != 0) { return lastComparison; } if (isSetSecretKeyId()) { lastComparison = libthrift091.TBaseHelper.compareTo(this.secretKeyId, other.secretKeyId); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetSecretKey()).compareTo(other.isSetSecretKey()); if (lastComparison != 0) { return lastComparison; } if (isSetSecretKey()) { lastComparison = libthrift091.TBaseHelper.compareTo(this.secretKey, other.secretKey); if (lastComparison != 0) { return lastComparison; } } return 0; }
@Override public int compareTo(ListQueueResponse other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; lastComparison = Boolean.valueOf(isSetQueueName()).compareTo(other.isSetQueueName()); if (lastComparison != 0) { return lastComparison; } if (isSetQueueName()) { lastComparison = libthrift091.TBaseHelper.compareTo(this.queueName, other.queueName); if (lastComparison != 0) { return lastComparison; } } return 0; }