me.snowdrop.istio.mixer.adapter.statsd.MetricInfoFluent Maven / Gradle / Ivy
package me.snowdrop.istio.mixer.adapter.statsd;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import java.lang.Boolean;
public interface MetricInfoFluent> extends Fluent{
public String getNameTemplate();
public A withNameTemplate(String nameTemplate);
public Boolean hasNameTemplate();
public me.snowdrop.istio.mixer.adapter.statsd.Type getType();
public A withType(me.snowdrop.istio.mixer.adapter.statsd.Type type);
public Boolean hasType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy