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

me.snowdrop.istio.api.model.v1.mixer.template.CheckNothingFluentImpl Maven / Gradle / Ivy

package me.snowdrop.istio.api.model.v1.mixer.template;

import me.snowdrop.istio.api.model.IstioBaseSpecFluentImpl;
import java.lang.Object;

public class CheckNothingFluentImpl> extends IstioBaseSpecFluentImpl implements CheckNothingFluent{


    public CheckNothingFluentImpl(){
    }
    public CheckNothingFluentImpl(CheckNothing instance){
    }

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




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy