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

hydra.ext.org.graphql.syntax.NullValue Maven / Gradle / Ivy

// Note: this is an automatically generated file. Do not edit.

package hydra.ext.graphql.syntax;

import java.io.Serializable;

public class NullValue implements Serializable {
  public static final hydra.core.Name TYPE_NAME = new hydra.core.Name("hydra/ext/graphql/syntax.NullValue");
  
  public NullValue () {
  
  }
  
  @Override
  public boolean equals(Object other) {
    if (!(other instanceof NullValue)) {
      return false;
    }
    NullValue o = (NullValue) (other);
    return true;
  }
  
  @Override
  public int hashCode() {
    return 0;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy