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() |
A |
withErrno(Integer errno) |
A |
withNewErrno(int arg1) |
A |
withNewErrno(String arg1) |
A |
withNewWeight(int arg1) |
A |
withNewWeight(String arg1) |
A |
withWeight(Integer weight) |
public 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 A withNewErrno(String arg1)
withNewErrno in interface IoFaultFluent<A extends IoFaultFluent<A>>public A withNewErrno(int arg1)
withNewErrno 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 A withNewWeight(String arg1)
withNewWeight in interface IoFaultFluent<A extends IoFaultFluent<A>>public A withNewWeight(int arg1)
withNewWeight in interface IoFaultFluent<A extends IoFaultFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.