public class IoFaultFluentImpl<A extends IoFaultFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IoFaultFluent<A>
| Constructor and Description |
|---|
IoFaultFluentImpl() |
IoFaultFluentImpl(IoFault instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getErrno() |
Integer |
getWeight() |
Boolean |
hasErrno() |
int |
hashCode() |
Boolean |
hasWeight() |
String |
toString() |
A |
withErrno(Integer errno) |
A |
withWeight(Integer weight) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IoFaultFluentImpl()
public IoFaultFluentImpl(IoFault instance)
public Integer getErrno()
getErrno in interface IoFaultFluent<A extends IoFaultFluent<A>>public A withErrno(Integer errno)
withErrno in interface IoFaultFluent<A extends IoFaultFluent<A>>public Boolean hasErrno()
hasErrno in interface IoFaultFluent<A extends IoFaultFluent<A>>public Integer getWeight()
getWeight in interface IoFaultFluent<A extends IoFaultFluent<A>>public A withWeight(Integer weight)
withWeight in interface IoFaultFluent<A extends IoFaultFluent<A>>public Boolean hasWeight()
hasWeight in interface IoFaultFluent<A extends IoFaultFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IoFaultFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IoFaultFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.