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

org.flyte.jflyte.api.AutoValue_Manifest Maven / Gradle / Ivy

There is a newer version: 0.4.60
Show newest version
package org.flyte.jflyte.api;

import javax.annotation.processing.Generated;

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

  AutoValue_Manifest() {
  }

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy