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

io.strimzi.api.kafka.model.SpecFluentImpl Maven / Gradle / Ivy

There is a newer version: 0.44.0
Show newest version
package io.strimzi.api.kafka.model;

import io.fabric8.kubernetes.api.builder.BaseFluent;
import java.lang.Object;

  
  /**
   * Represents a generic spec which can be used across different resources
   */
  public class SpecFluentImpl> extends io.fabric8.kubernetes.api.builder.BaseFluent implements io.strimzi.api.kafka.model.SpecFluent {


    public SpecFluentImpl() {
    }

    public SpecFluentImpl(io.strimzi.api.kafka.model.Spec instance) {
    }

    public boolean equals(java.lang.Object o) {
        if (this == o) return true;
        if (o == null || getClass() != o.getClass()) return false;
        SpecFluentImpl that = (SpecFluentImpl) o;
        return true;
    }

    public int hashCode() {
        return java.util.Objects.hash(super.hashCode());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy