All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToMatch(Collection<TunedMatch> items) |
TunedRecommendFluent.MatchNested<A> |
addNewMatch() |
TunedRecommendFluent.MatchNested<A> |
addNewMatchLike(TunedMatch item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToMachineConfigLabels(Map<String,String> map) |
A |
addToMachineConfigLabels(String key,
String value) |
A |
addToMatch(int index,
TunedMatch item) |
A |
addToMatch(TunedMatch... items) |
TunedMatch |
buildFirstMatch() |
TunedMatch |
buildLastMatch() |
List<TunedMatch> |
buildMatch() |
TunedMatch |
buildMatch(int index) |
TunedMatch |
buildMatchingMatch(Predicate<TunedMatchBuilder> predicate) |
OperandConfig |
buildOperand() |
protected void |
copyInstance(TunedRecommend instance) |
TunedRecommendFluent.MatchNested<A> |
editFirstMatch() |
TunedRecommendFluent.MatchNested<A> |
editLastMatch() |
TunedRecommendFluent.MatchNested<A> |
editMatch(int index) |
TunedRecommendFluent.MatchNested<A> |
editMatchingMatch(Predicate<TunedMatchBuilder> predicate) |
TunedRecommendFluent.OperandNested<A> |
editOperand() |
TunedRecommendFluent.OperandNested<A> |
editOrNewOperand() |
TunedRecommendFluent.OperandNested<A> |
editOrNewOperandLike(OperandConfig item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,String> |
getMachineConfigLabels() |
Long |
getPriority() |
String |
getProfile() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasMachineConfigLabels() |
boolean |
hasMatch() |
boolean |
hasMatchingMatch(Predicate<TunedMatchBuilder> predicate) |
boolean |
hasOperand() |
boolean |
hasPriority() |
boolean |
hasProfile() |
A |
removeAllFromMatch(Collection<TunedMatch> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromMachineConfigLabels(Map<String,String> map) |
A |
removeFromMachineConfigLabels(String key) |
A |
removeFromMatch(TunedMatch... items) |
A |
removeMatchingFromMatch(Predicate<TunedMatchBuilder> predicate) |
TunedRecommendFluent.MatchNested<A> |
setNewMatchLike(int index,
TunedMatch item) |
A |
setToMatch(int index,
TunedMatch item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withMachineConfigLabels(Map<String,String> machineConfigLabels) |
A |
withMatch(List<TunedMatch> match) |
A |
withMatch(TunedMatch... match) |
TunedRecommendFluent.OperandNested<A> |
withNewOperand() |
TunedRecommendFluent.OperandNested<A> |
withNewOperandLike(OperandConfig item) |
A |
withOperand(OperandConfig operand) |
A |
withPriority(Long priority) |
A |
withProfile(String profile) |