annotations.me.snowdrop.istio.api.model.v1.mixer.AttributeMatchFluent Maven / Gradle / Ivy
package me.snowdrop.istio.api.model.v1.mixer;
import java.lang.Integer;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import me.snowdrop.istio.api.builder.Fluent;
import java.lang.Object;
import java.lang.String;
import java.lang.Boolean;
import java.util.Map;
public interface AttributeMatchFluent> extends me.snowdrop.istio.api.builder.Fluent{
public Integer getCondition();
public A withCondition(Integer condition);
public Boolean hasCondition();
public Integer getMapKey();
public A withMapKey(Integer mapKey);
public Boolean hasMapKey();
public Integer getName();
public A withName(Integer name);
public Boolean hasName();
public String getRegex();
public A withRegex(String regex);
public Boolean hasRegex();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy