public class TunedSpecFluentImpl<A extends TunedSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TunedSpecFluent<A>
TunedSpecFluent.ProfileNested<N>, TunedSpecFluent.RecommendNested<N>| Constructor and Description |
|---|
TunedSpecFluentImpl() |
TunedSpecFluentImpl(TunedSpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TunedSpecFluentImpl()
public TunedSpecFluentImpl(TunedSpec instance)
public String getManagementState()
getManagementState in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A withManagementState(String managementState)
withManagementState in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public Boolean hasManagementState()
hasManagementState in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addToProfile(Integer index, TunedProfile item)
addToProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A setToProfile(Integer index, TunedProfile item)
setToProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addToProfile(TunedProfile... items)
addToProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addAllToProfile(Collection<TunedProfile> items)
addAllToProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeFromProfile(TunedProfile... items)
removeFromProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeAllFromProfile(Collection<TunedProfile> items)
removeAllFromProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeMatchingFromProfile(Predicate<TunedProfileBuilder> predicate)
removeMatchingFromProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>@Deprecated public List<TunedProfile> getProfile()
getProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public List<TunedProfile> buildProfile()
buildProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedProfile buildProfile(Integer index)
buildProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedProfile buildFirstProfile()
buildFirstProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedProfile buildLastProfile()
buildLastProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedProfile buildMatchingProfile(Predicate<TunedProfileBuilder> predicate)
buildMatchingProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public Boolean hasMatchingProfile(Predicate<TunedProfileBuilder> predicate)
hasMatchingProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A withProfile(List<TunedProfile> profile)
withProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A withProfile(TunedProfile... profile)
withProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public Boolean hasProfile()
hasProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addNewProfile(String data, String name)
addNewProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.ProfileNested<A> addNewProfile()
addNewProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.ProfileNested<A> addNewProfileLike(TunedProfile item)
addNewProfileLike in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.ProfileNested<A> setNewProfileLike(Integer index, TunedProfile item)
setNewProfileLike in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.ProfileNested<A> editProfile(Integer index)
editProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.ProfileNested<A> editFirstProfile()
editFirstProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.ProfileNested<A> editLastProfile()
editLastProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.ProfileNested<A> editMatchingProfile(Predicate<TunedProfileBuilder> predicate)
editMatchingProfile in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addToRecommend(Integer index, TunedRecommend item)
addToRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A setToRecommend(Integer index, TunedRecommend item)
setToRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addToRecommend(TunedRecommend... items)
addToRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addAllToRecommend(Collection<TunedRecommend> items)
addAllToRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeFromRecommend(TunedRecommend... items)
removeFromRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeAllFromRecommend(Collection<TunedRecommend> items)
removeAllFromRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeMatchingFromRecommend(Predicate<TunedRecommendBuilder> predicate)
removeMatchingFromRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>@Deprecated public List<TunedRecommend> getRecommend()
getRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public List<TunedRecommend> buildRecommend()
buildRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedRecommend buildRecommend(Integer index)
buildRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedRecommend buildFirstRecommend()
buildFirstRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedRecommend buildLastRecommend()
buildLastRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedRecommend buildMatchingRecommend(Predicate<TunedRecommendBuilder> predicate)
buildMatchingRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public Boolean hasMatchingRecommend(Predicate<TunedRecommendBuilder> predicate)
hasMatchingRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A withRecommend(List<TunedRecommend> recommend)
withRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A withRecommend(TunedRecommend... recommend)
withRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public Boolean hasRecommend()
hasRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.RecommendNested<A> addNewRecommend()
addNewRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.RecommendNested<A> addNewRecommendLike(TunedRecommend item)
addNewRecommendLike in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.RecommendNested<A> setNewRecommendLike(Integer index, TunedRecommend item)
setNewRecommendLike in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.RecommendNested<A> editRecommend(Integer index)
editRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.RecommendNested<A> editFirstRecommend()
editFirstRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.RecommendNested<A> editLastRecommend()
editLastRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public TunedSpecFluent.RecommendNested<A> editMatchingRecommend(Predicate<TunedRecommendBuilder> predicate)
editMatchingRecommend in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TunedSpecFluent<A extends TunedSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TunedSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TunedSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.