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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CPUFluentImpl()
public CPUFluentImpl(CPU instance)
public String getArch()
public Boolean hasArch()
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 String getModel()
public Boolean hasModel()
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>>public boolean equals(Object o)
public int hashCode()
Copyright © 2015–2023 Red Hat. All rights reserved.