
io.fabric8.kubernetes.api.model.KubernetesListFluentImpl Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import java.lang.Object;
/**
* Generated
*/
public class KubernetesListFluentImpl> extends io.fabric8.kubernetes.api.model.BaseKubernetesListFluentImpl implements io.fabric8.kubernetes.api.model.KubernetesListFluent{
public KubernetesListFluentImpl() {
}
public KubernetesListFluentImpl(io.fabric8.kubernetes.api.model.KubernetesList instance) {
this.withApiVersion(instance.getApiVersion());
this.withItems(instance.getItems());
this.withKind(instance.getKind());
this.withMetadata(instance.getMetadata());
this.withAdditionalProperties(instance.getAdditionalProperties());
}
public boolean equals(java.lang.Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
if (!super.equals(o)) return false;
KubernetesListFluentImpl that = (KubernetesListFluentImpl) o;
return true;
}
public int hashCode() {
return java.util.Objects.hash(super.hashCode());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy