public class CPUFluentImpl<A extends CPUFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CPUFluent<A>
| Constructor and Description |
|---|
CPUFluentImpl() |
CPUFluentImpl(CPU instance) |
public CPUFluentImpl()
public CPUFluentImpl(CPU instance)
public String getArch()
public Boolean hasArch()
@Deprecated public A withNewArch(String arg0)
withNewArch in interface CPUFluent<A extends CPUFluent<A>>public Double getClockMegahertz()
getClockMegahertz in interface CPUFluent<A extends CPUFluent<A>>public A withClockMegahertz(Double clockMegahertz)
withClockMegahertz in interface CPUFluent<A extends CPUFluent<A>>public Boolean hasClockMegahertz()
hasClockMegahertz in interface CPUFluent<A extends CPUFluent<A>>public Integer getCount()
public Boolean hasCount()
public A addToFlags(Integer index, String item)
addToFlags in interface CPUFluent<A extends CPUFluent<A>>public A setToFlags(Integer index, String item)
setToFlags in interface CPUFluent<A extends CPUFluent<A>>public A addToFlags(String... items)
addToFlags in interface CPUFluent<A extends CPUFluent<A>>public A addAllToFlags(Collection<String> items)
addAllToFlags in interface CPUFluent<A extends CPUFluent<A>>public A removeFromFlags(String... items)
removeFromFlags in interface CPUFluent<A extends CPUFluent<A>>public A removeAllFromFlags(Collection<String> items)
removeAllFromFlags in interface CPUFluent<A extends CPUFluent<A>>public String getFirstFlag()
getFirstFlag in interface CPUFluent<A extends CPUFluent<A>>public String getLastFlag()
getLastFlag in interface CPUFluent<A extends CPUFluent<A>>public String getMatchingFlag(Predicate<String> predicate)
getMatchingFlag in interface CPUFluent<A extends CPUFluent<A>>public Boolean hasMatchingFlag(Predicate<String> predicate)
hasMatchingFlag in interface CPUFluent<A extends CPUFluent<A>>public Boolean hasFlags()
public A addNewFlag(String arg0)
addNewFlag in interface CPUFluent<A extends CPUFluent<A>>public String getModel()
public Boolean hasModel()
@Deprecated public A withNewModel(String arg0)
withNewModel in interface CPUFluent<A extends CPUFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CPUFluent<A extends CPUFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CPUFluent<A extends CPUFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CPUFluent<A extends CPUFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CPUFluent<A extends CPUFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CPUFluent<A extends CPUFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CPUFluent<A extends CPUFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CPUFluent<A extends CPUFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.