public class ReplyStrategyFluentImpl<A extends ReplyStrategyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReplyStrategyFluent<A>
| Constructor and Description |
|---|
ReplyStrategyFluentImpl() |
ReplyStrategyFluentImpl(ReplyStrategy instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.ObjectReference |
getChannel() |
Boolean |
hasChannel() |
A |
withChannel(io.fabric8.kubernetes.api.model.ObjectReference channel) |
public ReplyStrategyFluentImpl()
public ReplyStrategyFluentImpl(ReplyStrategy instance)
public io.fabric8.kubernetes.api.model.ObjectReference getChannel()
getChannel in interface ReplyStrategyFluent<A extends ReplyStrategyFluent<A>>public A withChannel(io.fabric8.kubernetes.api.model.ObjectReference channel)
withChannel in interface ReplyStrategyFluent<A extends ReplyStrategyFluent<A>>public Boolean hasChannel()
hasChannel in interface ReplyStrategyFluent<A extends ReplyStrategyFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.