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

me.snowdrop.istio.mixer.adapter.stackdriver.BucketsDefinitionFluentImpl Maven / Gradle / Ivy

package me.snowdrop.istio.mixer.adapter.stackdriver;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.BaseFluent;
import java.lang.Object;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import java.lang.Boolean;

public class BucketsDefinitionFluentImpl> extends io.fabric8.kubernetes.api.builder.BaseFluent implements me.snowdrop.istio.mixer.adapter.stackdriver.BucketsDefinitionFluent{

    private me.snowdrop.istio.mixer.adapter.stackdriver.BucketsDefinition.Definition definition;

    public BucketsDefinitionFluentImpl(){
    }
    public BucketsDefinitionFluentImpl(me.snowdrop.istio.mixer.adapter.stackdriver.BucketsDefinition instance){
            this.withDefinition(instance.getDefinition()); 
    }

    public me.snowdrop.istio.mixer.adapter.stackdriver.BucketsDefinition.Definition getDefinition(){
            return this.definition;
    }

    public A withDefinition(me.snowdrop.istio.mixer.adapter.stackdriver.BucketsDefinition.Definition definition){
            this.definition=definition; return (A) this;
    }

    public Boolean hasDefinition(){
            return this.definition != null;
    }

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




}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy