public class ExecStartCheckFluentImpl<A extends ExecStartCheckFluent<A>> extends io.fabric8.docker.api.builder.BaseFluent<A> implements ExecStartCheckFluent<A>
| Constructor and Description |
|---|
ExecStartCheckFluentImpl() |
ExecStartCheckFluentImpl(ExecStartCheck instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
hasDetach() |
Boolean |
hasTty() |
Boolean |
isDetach() |
Boolean |
isTty() |
A |
withDetach(Boolean Detach) |
A |
withTty(Boolean Tty) |
public ExecStartCheckFluentImpl()
public ExecStartCheckFluentImpl(ExecStartCheck instance)
public Boolean isDetach()
isDetach in interface ExecStartCheckFluent<A extends ExecStartCheckFluent<A>>public A withDetach(Boolean Detach)
withDetach in interface ExecStartCheckFluent<A extends ExecStartCheckFluent<A>>public Boolean hasDetach()
hasDetach in interface ExecStartCheckFluent<A extends ExecStartCheckFluent<A>>public Boolean isTty()
isTty in interface ExecStartCheckFluent<A extends ExecStartCheckFluent<A>>public A withTty(Boolean Tty)
withTty in interface ExecStartCheckFluent<A extends ExecStartCheckFluent<A>>public Boolean hasTty()
hasTty in interface ExecStartCheckFluent<A extends ExecStartCheckFluent<A>>Copyright © 2015–2017 Red Hat. All rights reserved.