public class ProbeFluentImpl<A extends ProbeFluent<A>> extends BaseFluent<A> implements ProbeFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProbeFluentImpl.ExecNestedImpl<N> |
class |
ProbeFluentImpl.HttpGetNestedImpl<N> |
class |
ProbeFluentImpl.TcpSocketNestedImpl<N> |
ProbeFluent.ExecNested<N>, ProbeFluent.HttpGetNested<N>, ProbeFluent.TcpSocketNested<N>_visitables| Constructor and Description |
|---|
ProbeFluentImpl() |
ProbeFluentImpl(Probe instance) |
public ProbeFluentImpl()
public ProbeFluentImpl(Probe instance)
public ExecAction getExec()
getExec in interface ProbeFluent<A extends ProbeFluent<A>>public A withExec(ExecAction exec)
withExec in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> withNewExec()
withNewExec in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> withNewExecLike(ExecAction item)
withNewExecLike in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> editExec()
editExec in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getFailureThreshold()
getFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withFailureThreshold(Integer failureThreshold)
withFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public HTTPGetAction getHttpGet()
getHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public A withHttpGet(HTTPGetAction httpGet)
withHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> withNewHttpGet()
withNewHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
withNewHttpGetLike in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> editHttpGet()
editHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getInitialDelaySeconds()
getInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withInitialDelaySeconds(Integer initialDelaySeconds)
withInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getPeriodSeconds()
getPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withPeriodSeconds(Integer periodSeconds)
withPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getSuccessThreshold()
getSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withSuccessThreshold(Integer successThreshold)
withSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public TCPSocketAction getTcpSocket()
getTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public A withTcpSocket(TCPSocketAction tcpSocket)
withTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> withNewTcpSocket()
withNewTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
withNewTcpSocketLike in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> editTcpSocket()
editTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public Integer getTimeoutSeconds()
getTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withTimeoutSeconds(Integer timeoutSeconds)
withTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.