Class TunedSpecFluent<A extends TunedSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.tuned.v1.TunedSpecFluent<A>
-
- Direct Known Subclasses:
TunedFluent.SpecNested,TunedSpecBuilder
public class TunedSpecFluent<A extends TunedSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTunedSpecFluent.ProfileNested<N>classTunedSpecFluent.RecommendNested<N>
-
Constructor Summary
Constructors Constructor Description TunedSpecFluent()TunedSpecFluent(TunedSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
TunedSpecFluent
public TunedSpecFluent()
-
TunedSpecFluent
public TunedSpecFluent(TunedSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(TunedSpec instance)
-
getManagementState
public String getManagementState()
-
hasManagementState
public boolean hasManagementState()
-
addToProfile
public A addToProfile(int index, TunedProfile item)
-
setToProfile
public A setToProfile(int index, TunedProfile item)
-
addToProfile
public A addToProfile(TunedProfile... items)
-
addAllToProfile
public A addAllToProfile(Collection<TunedProfile> items)
-
removeFromProfile
public A removeFromProfile(TunedProfile... items)
-
removeAllFromProfile
public A removeAllFromProfile(Collection<TunedProfile> items)
-
removeMatchingFromProfile
public A removeMatchingFromProfile(Predicate<TunedProfileBuilder> predicate)
-
buildProfile
public List<TunedProfile> buildProfile()
-
buildProfile
public TunedProfile buildProfile(int index)
-
buildFirstProfile
public TunedProfile buildFirstProfile()
-
buildLastProfile
public TunedProfile buildLastProfile()
-
buildMatchingProfile
public TunedProfile buildMatchingProfile(Predicate<TunedProfileBuilder> predicate)
-
hasMatchingProfile
public boolean hasMatchingProfile(Predicate<TunedProfileBuilder> predicate)
-
withProfile
public A withProfile(List<TunedProfile> profile)
-
withProfile
public A withProfile(TunedProfile... profile)
-
hasProfile
public boolean hasProfile()
-
addNewProfile
public TunedSpecFluent.ProfileNested<A> addNewProfile()
-
addNewProfileLike
public TunedSpecFluent.ProfileNested<A> addNewProfileLike(TunedProfile item)
-
setNewProfileLike
public TunedSpecFluent.ProfileNested<A> setNewProfileLike(int index, TunedProfile item)
-
editProfile
public TunedSpecFluent.ProfileNested<A> editProfile(int index)
-
editFirstProfile
public TunedSpecFluent.ProfileNested<A> editFirstProfile()
-
editLastProfile
public TunedSpecFluent.ProfileNested<A> editLastProfile()
-
editMatchingProfile
public TunedSpecFluent.ProfileNested<A> editMatchingProfile(Predicate<TunedProfileBuilder> predicate)
-
addToRecommend
public A addToRecommend(int index, TunedRecommend item)
-
setToRecommend
public A setToRecommend(int index, TunedRecommend item)
-
addToRecommend
public A addToRecommend(TunedRecommend... items)
-
addAllToRecommend
public A addAllToRecommend(Collection<TunedRecommend> items)
-
removeFromRecommend
public A removeFromRecommend(TunedRecommend... items)
-
removeAllFromRecommend
public A removeAllFromRecommend(Collection<TunedRecommend> items)
-
removeMatchingFromRecommend
public A removeMatchingFromRecommend(Predicate<TunedRecommendBuilder> predicate)
-
buildRecommend
public List<TunedRecommend> buildRecommend()
-
buildRecommend
public TunedRecommend buildRecommend(int index)
-
buildFirstRecommend
public TunedRecommend buildFirstRecommend()
-
buildLastRecommend
public TunedRecommend buildLastRecommend()
-
buildMatchingRecommend
public TunedRecommend buildMatchingRecommend(Predicate<TunedRecommendBuilder> predicate)
-
hasMatchingRecommend
public boolean hasMatchingRecommend(Predicate<TunedRecommendBuilder> predicate)
-
withRecommend
public A withRecommend(List<TunedRecommend> recommend)
-
withRecommend
public A withRecommend(TunedRecommend... recommend)
-
hasRecommend
public boolean hasRecommend()
-
addNewRecommend
public TunedSpecFluent.RecommendNested<A> addNewRecommend()
-
addNewRecommendLike
public TunedSpecFluent.RecommendNested<A> addNewRecommendLike(TunedRecommend item)
-
setNewRecommendLike
public TunedSpecFluent.RecommendNested<A> setNewRecommendLike(int index, TunedRecommend item)
-
editRecommend
public TunedSpecFluent.RecommendNested<A> editRecommend(int index)
-
editFirstRecommend
public TunedSpecFluent.RecommendNested<A> editFirstRecommend()
-
editLastRecommend
public TunedSpecFluent.RecommendNested<A> editLastRecommend()
-
editMatchingRecommend
public TunedSpecFluent.RecommendNested<A> editMatchingRecommend(Predicate<TunedRecommendBuilder> predicate)
-
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 TunedSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TunedSpecFluent<A>>
-
-