public class PrioritizerConfigFluentImpl<A extends PrioritizerConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PrioritizerConfigFluent<A>
| Constructor and Description |
|---|
PrioritizerConfigFluentImpl() |
PrioritizerConfigFluentImpl(PrioritizerConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Integer |
getWeight() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasWeight() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withWeight(Integer weight) |
public PrioritizerConfigFluentImpl()
public PrioritizerConfigFluentImpl(PrioritizerConfig instance)
public String getName()
getName in interface PrioritizerConfigFluent<A extends PrioritizerConfigFluent<A>>public A withName(String name)
withName in interface PrioritizerConfigFluent<A extends PrioritizerConfigFluent<A>>public Boolean hasName()
hasName in interface PrioritizerConfigFluent<A extends PrioritizerConfigFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface PrioritizerConfigFluent<A extends PrioritizerConfigFluent<A>>public Integer getWeight()
getWeight in interface PrioritizerConfigFluent<A extends PrioritizerConfigFluent<A>>public A withWeight(Integer weight)
withWeight in interface PrioritizerConfigFluent<A extends PrioritizerConfigFluent<A>>public Boolean hasWeight()
hasWeight in interface PrioritizerConfigFluent<A extends PrioritizerConfigFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.