
io.fabric8.kubernetes.api.model.FieldsV1FluentImpl Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import io.fabric8.kubernetes.api.builder.BaseFluent;
import java.lang.Object;
public class FieldsV1FluentImpl> extends io.fabric8.kubernetes.api.builder.BaseFluent implements FieldsV1Fluent{
public FieldsV1FluentImpl(){
}
public FieldsV1FluentImpl(FieldsV1 instance){
}
public boolean equals(Object o){
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
FieldsV1FluentImpl that = (FieldsV1FluentImpl) o;
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy