Class TunedMatchFluent<A extends TunedMatchFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.tuned.v1.TunedMatchFluent<A>
-
- Direct Known Subclasses:
TunedMatchBuilder,TunedMatchFluent.MatchNested,TunedRecommendFluent.MatchNested
public class TunedMatchFluent<A extends TunedMatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTunedMatchFluent.MatchNested<N>
-
Constructor Summary
Constructors Constructor Description TunedMatchFluent()TunedMatchFluent(TunedMatch instance)
-
Method Summary
-
-
-
Constructor Detail
-
TunedMatchFluent
public TunedMatchFluent()
-
TunedMatchFluent
public TunedMatchFluent(TunedMatch instance)
-
-
Method Detail
-
addAllToMatch
public A addAllToMatch(Collection<TunedMatch> items)
-
addNewMatch
public TunedMatchFluent.MatchNested<A> addNewMatch()
-
addNewMatchLike
public TunedMatchFluent.MatchNested<A> addNewMatchLike(TunedMatch item)
-
addToMatch
public A addToMatch(TunedMatch... items)
-
addToMatch
public A addToMatch(int index, TunedMatch item)
-
buildFirstMatch
public TunedMatch buildFirstMatch()
-
buildLastMatch
public TunedMatch buildLastMatch()
-
buildMatch
public List<TunedMatch> buildMatch()
-
buildMatch
public TunedMatch buildMatch(int index)
-
buildMatchingMatch
public TunedMatch buildMatchingMatch(Predicate<TunedMatchBuilder> predicate)
-
copyInstance
protected void copyInstance(TunedMatch instance)
-
editFirstMatch
public TunedMatchFluent.MatchNested<A> editFirstMatch()
-
editLastMatch
public TunedMatchFluent.MatchNested<A> editLastMatch()
-
editMatch
public TunedMatchFluent.MatchNested<A> editMatch(int index)
-
editMatchingMatch
public TunedMatchFluent.MatchNested<A> editMatchingMatch(Predicate<TunedMatchBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TunedMatchFluent<A>>
-
getLabel
public String getLabel()
-
getType
public String getType()
-
getValue
public String getValue()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasLabel
public boolean hasLabel()
-
hasMatch
public boolean hasMatch()
-
hasMatchingMatch
public boolean hasMatchingMatch(Predicate<TunedMatchBuilder> predicate)
-
hasType
public boolean hasType()
-
hasValue
public boolean hasValue()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TunedMatchFluent<A>>
-
removeAllFromMatch
public A removeAllFromMatch(Collection<TunedMatch> items)
-
removeFromMatch
public A removeFromMatch(TunedMatch... items)
-
removeMatchingFromMatch
public A removeMatchingFromMatch(Predicate<TunedMatchBuilder> predicate)
-
setNewMatchLike
public TunedMatchFluent.MatchNested<A> setNewMatchLike(int index, TunedMatch item)
-
setToMatch
public A setToMatch(int index, TunedMatch item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withMatch
public A withMatch(List<TunedMatch> match)
-
withMatch
public A withMatch(TunedMatch... match)
-
-