
org.graylog2.rest.models.alarmcallbacks.AutoValue_AlarmCallbackSuccess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graylog2-rest-models Show documentation
Show all versions of graylog2-rest-models Show documentation
Graylog2 REST API Data Transfer Object Classes
The newest version!
package org.graylog2.rest.models.alarmcallbacks;
import javax.annotation.Generated;
@Generated("com.google.auto.value.processor.AutoValueProcessor")
final class AutoValue_AlarmCallbackSuccess extends AlarmCallbackSuccess {
AutoValue_AlarmCallbackSuccess(
) {
}
@Override
public String toString() {
return "AlarmCallbackSuccess{"
+ "}";
}
@Override
public boolean equals(Object o) {
if (o == this) {
return true;
}
if (o instanceof AlarmCallbackSuccess) {
return true;
}
return false;
}
@Override
public int hashCode() {
int h = 1;
return h;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy