public int compareTo(HiveObjectRef other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; HiveObjectRef typedOther = (HiveObjectRef) other; lastComparison = Boolean.valueOf(isSetObjectType()).compareTo(typedOther.isSetObjectType()); if (lastComparison != 0) { return lastComparison; } if (isSetObjectType()) { lastComparison = TBaseHelper.compareTo(this.objectType, typedOther.objectType); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetDbName()).compareTo(typedOther.isSetDbName()); if (lastComparison != 0) { return lastComparison; } if (isSetDbName()) { lastComparison = TBaseHelper.compareTo(this.dbName, typedOther.dbName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetObjectName()).compareTo(typedOther.isSetObjectName()); if (lastComparison != 0) { return lastComparison; } if (isSetObjectName()) { lastComparison = TBaseHelper.compareTo(this.objectName, typedOther.objectName); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetPartValues()).compareTo(typedOther.isSetPartValues()); if (lastComparison != 0) { return lastComparison; } if (isSetPartValues()) { lastComparison = TBaseHelper.compareTo(this.partValues, typedOther.partValues); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetColumnName()).compareTo(typedOther.isSetColumnName()); if (lastComparison != 0) { return lastComparison; } if (isSetColumnName()) { lastComparison = TBaseHelper.compareTo(this.columnName, typedOther.columnName); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(SuperColumn other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; SuperColumn typedOther = (SuperColumn) other; lastComparison = Boolean.valueOf(isSetName()).compareTo(typedOther.isSetName()); if (lastComparison != 0) { return lastComparison; } if (isSetName()) { lastComparison = TBaseHelper.compareTo(this.name, typedOther.name); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetColumns()).compareTo(typedOther.isSetColumns()); if (lastComparison != 0) { return lastComparison; } if (isSetColumns()) { lastComparison = TBaseHelper.compareTo(this.columns, typedOther.columns); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(KeyCount other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; KeyCount typedOther = (KeyCount) other; lastComparison = Boolean.valueOf(isSetKey()).compareTo(typedOther.isSetKey()); if (lastComparison != 0) { return lastComparison; } if (isSetKey()) { lastComparison = TBaseHelper.compareTo(this.key, typedOther.key); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetCount()).compareTo(typedOther.isSetCount()); if (lastComparison != 0) { return lastComparison; } if (isSetCount()) { lastComparison = TBaseHelper.compareTo(this.count, typedOther.count); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(GeocodeResponse other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; GeocodeResponse typedOther = (GeocodeResponse) other; lastComparison = Boolean.valueOf(isSetInterpretations()).compareTo(typedOther.isSetInterpretations()); if (lastComparison != 0) { return lastComparison; } if (isSetInterpretations()) { lastComparison = TBaseHelper.compareTo(this.interpretations, typedOther.interpretations); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetDebugLines()).compareTo(typedOther.isSetDebugLines()); if (lastComparison != 0) { return lastComparison; } if (isSetDebugLines()) { lastComparison = TBaseHelper.compareTo(this.debugLines, typedOther.debugLines); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetRequestWktGeometry()).compareTo(typedOther.isSetRequestWktGeometry()); if (lastComparison != 0) { return lastComparison; } if (isSetRequestWktGeometry()) { lastComparison = TBaseHelper.compareTo(this.requestWktGeometry, typedOther.requestWktGeometry); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(IntString other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; IntString typedOther = (IntString) other; lastComparison = Boolean.valueOf(isSetMyint()).compareTo(typedOther.isSetMyint()); if (lastComparison != 0) { return lastComparison; } if (isSetMyint()) { lastComparison = TBaseHelper.compareTo(this.myint, typedOther.myint); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetMyString()).compareTo(typedOther.isSetMyString()); if (lastComparison != 0) { return lastComparison; } if (isSetMyString()) { lastComparison = TBaseHelper.compareTo(this.myString, typedOther.myString); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetUnderscore_int()).compareTo(typedOther.isSetUnderscore_int()); if (lastComparison != 0) { return lastComparison; } if (isSetUnderscore_int()) { lastComparison = TBaseHelper.compareTo(this.underscore_int, typedOther.underscore_int); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(T_QueryOrderResponse other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; T_QueryOrderResponse typedOther = (T_QueryOrderResponse) other; lastComparison = Boolean.valueOf(isSetResponseCode()).compareTo(typedOther.isSetResponseCode()); if (lastComparison != 0) { return lastComparison; } if (isSetResponseCode()) { lastComparison = TBaseHelper.compareTo(this.responseCode, typedOther.responseCode); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetTransactionID()).compareTo(typedOther.isSetTransactionID()); if (lastComparison != 0) { return lastComparison; } if (isSetTransactionID()) { lastComparison = TBaseHelper.compareTo(this.transactionID, typedOther.transactionID); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetDescription()).compareTo(typedOther.isSetDescription()); if (lastComparison != 0) { return lastComparison; } if (isSetDescription()) { lastComparison = TBaseHelper.compareTo(this.description, typedOther.description); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(HibariException other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; HibariException typedOther = (HibariException) other; lastComparison = Boolean.valueOf(isSetTimestamp()).compareTo(typedOther.isSetTimestamp()); if (lastComparison != 0) { return lastComparison; } if (isSetTimestamp()) { lastComparison = TBaseHelper.compareTo(this.timestamp, typedOther.timestamp); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetWhat()).compareTo(typedOther.isSetWhat()); if (lastComparison != 0) { return lastComparison; } if (isSetWhat()) { lastComparison = TBaseHelper.compareTo(this.what, typedOther.what); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetWhy()).compareTo(typedOther.isSetWhy()); if (lastComparison != 0) { return lastComparison; } if (isSetWhy()) { lastComparison = TBaseHelper.compareTo(this.why, typedOther.why); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(TokenRange other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; TokenRange typedOther = (TokenRange) other; lastComparison = Boolean.valueOf(isSetStart_token()).compareTo(typedOther.isSetStart_token()); if (lastComparison != 0) { return lastComparison; } if (isSetStart_token()) { lastComparison = TBaseHelper.compareTo(this.start_token, typedOther.start_token); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetEnd_token()).compareTo(typedOther.isSetEnd_token()); if (lastComparison != 0) { return lastComparison; } if (isSetEnd_token()) { lastComparison = TBaseHelper.compareTo(this.end_token, typedOther.end_token); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetEndpoints()).compareTo(typedOther.isSetEndpoints()); if (lastComparison != 0) { return lastComparison; } if (isSetEndpoints()) { lastComparison = TBaseHelper.compareTo(this.endpoints, typedOther.endpoints); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(BeeswaxException other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; BeeswaxException typedOther = (BeeswaxException) other; lastComparison = Boolean.valueOf(isSetMessage()).compareTo(typedOther.isSetMessage()); if (lastComparison != 0) { return lastComparison; } if (isSetMessage()) { lastComparison = TBaseHelper.compareTo(this.message, typedOther.message); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetLog_context()).compareTo(typedOther.isSetLog_context()); if (lastComparison != 0) { return lastComparison; } if (isSetLog_context()) { lastComparison = TBaseHelper.compareTo(this.log_context, typedOther.log_context); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetHandle()).compareTo(typedOther.isSetHandle()); if (lastComparison != 0) { return lastComparison; } if (isSetHandle()) { lastComparison = TBaseHelper.compareTo(this.handle, typedOther.handle); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(IndexAlreadyExistsException other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; IndexAlreadyExistsException typedOther = (IndexAlreadyExistsException) other; lastComparison = Boolean.valueOf(isSetMessage()).compareTo(typedOther.isSetMessage()); if (lastComparison != 0) { return lastComparison; } if (isSetMessage()) { lastComparison = TBaseHelper.compareTo(this.message, typedOther.message); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(ObjectIdListWrapper other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; ObjectIdListWrapper typedOther = (ObjectIdListWrapper) other; lastComparison = Boolean.valueOf(isSetValues()).compareTo(typedOther.isSetValues()); if (lastComparison != 0) { return lastComparison; } if (isSetValues()) { lastComparison = TBaseHelper.compareTo(this.values, typedOther.values); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(LocationProperty other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; LocationProperty typedOther = (LocationProperty) other; lastComparison = Boolean.valueOf(isSetProperty()).compareTo(typedOther.isSetProperty()); if (lastComparison != 0) { return lastComparison; } if (isSetProperty()) { lastComparison = TBaseHelper.compareTo(this.property, typedOther.property); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(AuthenticationException other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; AuthenticationException typedOther = (AuthenticationException) other; lastComparison = Boolean.valueOf(isSetWhy()).compareTo(typedOther.isSetWhy()); if (lastComparison != 0) { return lastComparison; } if (isSetWhy()) { lastComparison = TBaseHelper.compareTo(this.why, typedOther.why); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(FailedStatus other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; FailedStatus typedOther = (FailedStatus) other; lastComparison = Boolean.valueOf(is_set_error_message()).compareTo(typedOther.is_set_error_message()); if (lastComparison != 0) { return lastComparison; } if (is_set_error_message()) { lastComparison = TBaseHelper.compareTo(this.error_message, typedOther.error_message); if (lastComparison != 0) { return lastComparison; } } return 0; }
public int compareTo(NotesMetadataResultSpec other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; NotesMetadataResultSpec typedOther = (NotesMetadataResultSpec) other; lastComparison = Boolean.valueOf(isSetIncludeTitle()).compareTo(typedOther.isSetIncludeTitle()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeTitle()) { lastComparison = TBaseHelper.compareTo(this.includeTitle, typedOther.includeTitle); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeContentLength()) .compareTo(typedOther.isSetIncludeContentLength()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeContentLength()) { lastComparison = TBaseHelper.compareTo(this.includeContentLength, typedOther.includeContentLength); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeCreated()).compareTo(typedOther.isSetIncludeCreated()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeCreated()) { lastComparison = TBaseHelper.compareTo(this.includeCreated, typedOther.includeCreated); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeUpdated()).compareTo(typedOther.isSetIncludeUpdated()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeUpdated()) { lastComparison = TBaseHelper.compareTo(this.includeUpdated, typedOther.includeUpdated); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeUpdateSequenceNum()) .compareTo(typedOther.isSetIncludeUpdateSequenceNum()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeUpdateSequenceNum()) { lastComparison = TBaseHelper.compareTo(this.includeUpdateSequenceNum, typedOther.includeUpdateSequenceNum); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeNotebookGuid()) .compareTo(typedOther.isSetIncludeNotebookGuid()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeNotebookGuid()) { lastComparison = TBaseHelper.compareTo(this.includeNotebookGuid, typedOther.includeNotebookGuid); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeTagGuids()).compareTo(typedOther.isSetIncludeTagGuids()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeTagGuids()) { lastComparison = TBaseHelper.compareTo(this.includeTagGuids, typedOther.includeTagGuids); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeAttributes()).compareTo(typedOther.isSetIncludeAttributes()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeAttributes()) { lastComparison = TBaseHelper.compareTo(this.includeAttributes, typedOther.includeAttributes); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeLargestResourceMime()) .compareTo(typedOther.isSetIncludeLargestResourceMime()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeLargestResourceMime()) { lastComparison = TBaseHelper.compareTo( this.includeLargestResourceMime, typedOther.includeLargestResourceMime); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetIncludeLargestResourceSize()) .compareTo(typedOther.isSetIncludeLargestResourceSize()); if (lastComparison != 0) { return lastComparison; } if (isSetIncludeLargestResourceSize()) { lastComparison = TBaseHelper.compareTo( this.includeLargestResourceSize, typedOther.includeLargestResourceSize); if (lastComparison != 0) { return lastComparison; } } return 0; }