public class NodeSelectorRequirementFluentImpl<A extends NodeSelectorRequirementFluent<A>> extends BaseFluent<A> implements NodeSelectorRequirementFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
NodeSelectorRequirementFluentImpl() |
NodeSelectorRequirementFluentImpl(NodeSelectorRequirement instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic NodeSelectorRequirementFluentImpl()
public NodeSelectorRequirementFluentImpl(NodeSelectorRequirement instance)
public String getKey()
getKey in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A withKey(String key)
withKey in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public Boolean hasKey()
hasKey in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>@Deprecated public A withNewKey(String arg0)
withNewKey in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public String getOperator()
getOperator in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A withOperator(String operator)
withOperator in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public Boolean hasOperator()
hasOperator in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>@Deprecated public A withNewOperator(String arg0)
withNewOperator in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A addToValues(Integer index, String item)
addToValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A setToValues(Integer index, String item)
setToValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A addToValues(String... items)
addToValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A addAllToValues(Collection<String> items)
addAllToValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A removeFromValues(String... items)
removeFromValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A removeAllFromValues(Collection<String> items)
removeAllFromValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public List<String> getValues()
getValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public String getValue(Integer index)
getValue in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public String getFirstValue()
getFirstValue in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public String getLastValue()
getLastValue in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public String getMatchingValue(Predicate<String> predicate)
getMatchingValue in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public Boolean hasMatchingValue(Predicate<String> predicate)
hasMatchingValue in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A withValues(List<String> values)
withValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A withValues(String... values)
withValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public Boolean hasValues()
hasValues in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A addNewValue(String arg0)
addNewValue in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.