Class MatcherFluent<A extends MatcherFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.MatcherFluent<A>
-
- Direct Known Subclasses:
InhibitRuleFluent.SourceMatchNested,InhibitRuleFluent.TargetMatchNested,MatcherBuilder,RouteFluent.MatchersNested
public class MatcherFluent<A extends MatcherFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description MatcherFluent()MatcherFluent(Matcher instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(Matcher instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetMatchType()StringgetName()BooleangetRegex()StringgetValue()booleanhasAdditionalProperties()inthashCode()booleanhasMatchType()booleanhasName()booleanhasRegex()booleanhasValue()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMatchType(String matchType)AwithName(String name)AwithRegex()AwithRegex(Boolean regex)AwithValue(String value)
-
-
-
Constructor Detail
-
MatcherFluent
public MatcherFluent()
-
MatcherFluent
public MatcherFluent(Matcher instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(Matcher instance)
-
getMatchType
public String getMatchType()
-
hasMatchType
public boolean hasMatchType()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getRegex
public Boolean getRegex()
-
hasRegex
public boolean hasRegex()
-
getValue
public String getValue()
-
hasValue
public boolean hasValue()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MatcherFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends MatcherFluent<A>>
-
withRegex
public A withRegex()
-
-