public class LossSpecFluentImpl<A extends LossSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements LossSpecFluent<A>
| Constructor and Description |
|---|
LossSpecFluentImpl() |
LossSpecFluentImpl(LossSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCorrelation() |
String |
getLoss() |
Boolean |
hasCorrelation() |
int |
hashCode() |
Boolean |
hasLoss() |
A |
withCorrelation(String correlation) |
A |
withLoss(String loss) |
A |
withNewCorrelation(String arg0)
Deprecated.
|
A |
withNewLoss(String arg0)
Deprecated.
|
public LossSpecFluentImpl()
public LossSpecFluentImpl(LossSpec instance)
public String getCorrelation()
getCorrelation in interface LossSpecFluent<A extends LossSpecFluent<A>>public A withCorrelation(String correlation)
withCorrelation in interface LossSpecFluent<A extends LossSpecFluent<A>>public Boolean hasCorrelation()
hasCorrelation in interface LossSpecFluent<A extends LossSpecFluent<A>>@Deprecated public A withNewCorrelation(String arg0)
withNewCorrelation in interface LossSpecFluent<A extends LossSpecFluent<A>>public String getLoss()
getLoss in interface LossSpecFluent<A extends LossSpecFluent<A>>public A withLoss(String loss)
withLoss in interface LossSpecFluent<A extends LossSpecFluent<A>>public Boolean hasLoss()
hasLoss in interface LossSpecFluent<A extends LossSpecFluent<A>>@Deprecated public A withNewLoss(String arg0)
withNewLoss in interface LossSpecFluent<A extends LossSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.