dev.cel.common.ast.AutoValue_CelConstant_CelConstantNotSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validators Show documentation
Show all versions of validators Show documentation
Common Expression Language Validators for Java
The newest version!
package dev.cel.common.ast;
import org.jspecify.nullness.Nullable;
// Generated by com.google.auto.value.processor.AutoValueProcessor
final class AutoValue_CelConstant_CelConstantNotSet extends CelConstant.CelConstantNotSet {
AutoValue_CelConstant_CelConstantNotSet() {
}
@Override
public String toString() {
return "CelConstantNotSet{"
+ "}";
}
@Override
public boolean equals(@Nullable Object o) {
if (o == this) {
return true;
}
if (o instanceof CelConstant.CelConstantNotSet) {
return true;
}
return false;
}
@Override
public int hashCode() {
int h$ = 1;
return h$;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy