org.graylog.plugins.map.geoip.$AutoValue_GeoIpDbFileChangedEvent Maven / Gradle / Ivy
package org.graylog.plugins.map.geoip;
import javax.annotation.processing.Generated;
@Generated("com.google.auto.value.processor.AutoValueProcessor")
abstract class $AutoValue_GeoIpDbFileChangedEvent extends GeoIpDbFileChangedEvent {
$AutoValue_GeoIpDbFileChangedEvent() {
}
@Override
public String toString() {
return "GeoIpDbFileChangedEvent{"
+ "}";
}
@Override
public boolean equals(Object o) {
if (o == this) {
return true;
}
if (o instanceof GeoIpDbFileChangedEvent) {
return true;
}
return false;
}
@Override
public int hashCode() {
int h$ = 1;
return h$;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy