public class DuplicateSpecFluentImpl<A extends DuplicateSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DuplicateSpecFluent<A>
| Constructor and Description |
|---|
DuplicateSpecFluentImpl() |
DuplicateSpecFluentImpl(DuplicateSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCorrelation() |
String |
getDuplicate() |
Boolean |
hasCorrelation() |
Boolean |
hasDuplicate() |
int |
hashCode() |
String |
toString() |
A |
withCorrelation(String correlation) |
A |
withDuplicate(String duplicate) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic DuplicateSpecFluentImpl()
public DuplicateSpecFluentImpl(DuplicateSpec instance)
public String getCorrelation()
getCorrelation in interface DuplicateSpecFluent<A extends DuplicateSpecFluent<A>>public A withCorrelation(String correlation)
withCorrelation in interface DuplicateSpecFluent<A extends DuplicateSpecFluent<A>>public Boolean hasCorrelation()
hasCorrelation in interface DuplicateSpecFluent<A extends DuplicateSpecFluent<A>>public String getDuplicate()
getDuplicate in interface DuplicateSpecFluent<A extends DuplicateSpecFluent<A>>public A withDuplicate(String duplicate)
withDuplicate in interface DuplicateSpecFluent<A extends DuplicateSpecFluent<A>>public Boolean hasDuplicate()
hasDuplicate in interface DuplicateSpecFluent<A extends DuplicateSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DuplicateSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends DuplicateSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.