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)
@Deprecated public ExecAction getExec()
getExec in interface ProbeFluent<A extends ProbeFluent<A>>public ExecAction buildExec()
buildExec in interface ProbeFluent<A extends ProbeFluent<A>>public A withExec(ExecAction exec)
withExec in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasExec()
hasExec 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 ProbeFluent.ExecNested<A> editOrNewExec()
editOrNewExec in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
editOrNewExecLike in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Integer getFailureThreshold()
getFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withFailureThreshold(java.lang.Integer failureThreshold)
withFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasFailureThreshold()
hasFailureThreshold in interface ProbeFluent<A extends ProbeFluent<A>>@Deprecated public HTTPGetAction getHttpGet()
getHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public HTTPGetAction buildHttpGet()
buildHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public A withHttpGet(HTTPGetAction httpGet)
withHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasHttpGet()
hasHttpGet 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 ProbeFluent.HttpGetNested<A> editOrNewHttpGet()
editOrNewHttpGet in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
editOrNewHttpGetLike in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Integer getInitialDelaySeconds()
getInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withInitialDelaySeconds(java.lang.Integer initialDelaySeconds)
withInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasInitialDelaySeconds()
hasInitialDelaySeconds in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Integer getPeriodSeconds()
getPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withPeriodSeconds(java.lang.Integer periodSeconds)
withPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasPeriodSeconds()
hasPeriodSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Integer getSuccessThreshold()
getSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public A withSuccessThreshold(java.lang.Integer successThreshold)
withSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasSuccessThreshold()
hasSuccessThreshold in interface ProbeFluent<A extends ProbeFluent<A>>@Deprecated public TCPSocketAction getTcpSocket()
getTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public TCPSocketAction buildTcpSocket()
buildTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public A withTcpSocket(TCPSocketAction tcpSocket)
withTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasTcpSocket()
hasTcpSocket 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 ProbeFluent.TcpSocketNested<A> editOrNewTcpSocket()
editOrNewTcpSocket in interface ProbeFluent<A extends ProbeFluent<A>>public ProbeFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
editOrNewTcpSocketLike in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Integer getTimeoutSeconds()
getTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public A withTimeoutSeconds(java.lang.Integer timeoutSeconds)
withTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public java.lang.Boolean hasTimeoutSeconds()
hasTimeoutSeconds in interface ProbeFluent<A extends ProbeFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.