All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.indexer.indexset.AutoValue_V20161216123500_Succeeded Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version


package org.graylog2.indexer.indexset;

import javax.annotation.Generated;

@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_V20161216123500_Succeeded extends V20161216123500_Succeeded {

  AutoValue_V20161216123500_Succeeded(
 ) {
  }

  @Override
  public String toString() {
    return "V20161216123500_Succeeded{"
        + "}";
  }

  @Override
  public boolean equals(Object o) {
    if (o == this) {
      return true;
    }
    if (o instanceof V20161216123500_Succeeded) {
      return true;
    }
    return false;
  }

  @Override
  public int hashCode() {
    int h$ = 1;
    return h$;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy