public class ProbeFluentImpl<T extends ProbeFluent<T>> extends BaseFluent<T> implements ProbeFluent<T>
| 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<T extends ProbeFluent<T>>public T withExec(ExecAction exec)
withExec in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.ExecNested<T> withNewExec()
withNewExec in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.ExecNested<T> withNewExecLike(ExecAction item)
withNewExecLike in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.ExecNested<T> editExec()
editExec in interface ProbeFluent<T extends ProbeFluent<T>>public Integer getFailureThreshold()
getFailureThreshold in interface ProbeFluent<T extends ProbeFluent<T>>public T withFailureThreshold(Integer failureThreshold)
withFailureThreshold in interface ProbeFluent<T extends ProbeFluent<T>>public HTTPGetAction getHttpGet()
getHttpGet in interface ProbeFluent<T extends ProbeFluent<T>>public T withHttpGet(HTTPGetAction httpGet)
withHttpGet in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.HttpGetNested<T> withNewHttpGet()
withNewHttpGet in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.HttpGetNested<T> withNewHttpGetLike(HTTPGetAction item)
withNewHttpGetLike in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.HttpGetNested<T> editHttpGet()
editHttpGet in interface ProbeFluent<T extends ProbeFluent<T>>public Integer getInitialDelaySeconds()
getInitialDelaySeconds in interface ProbeFluent<T extends ProbeFluent<T>>public T withInitialDelaySeconds(Integer initialDelaySeconds)
withInitialDelaySeconds in interface ProbeFluent<T extends ProbeFluent<T>>public Integer getPeriodSeconds()
getPeriodSeconds in interface ProbeFluent<T extends ProbeFluent<T>>public T withPeriodSeconds(Integer periodSeconds)
withPeriodSeconds in interface ProbeFluent<T extends ProbeFluent<T>>public Integer getSuccessThreshold()
getSuccessThreshold in interface ProbeFluent<T extends ProbeFluent<T>>public T withSuccessThreshold(Integer successThreshold)
withSuccessThreshold in interface ProbeFluent<T extends ProbeFluent<T>>public TCPSocketAction getTcpSocket()
getTcpSocket in interface ProbeFluent<T extends ProbeFluent<T>>public T withTcpSocket(TCPSocketAction tcpSocket)
withTcpSocket in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.TcpSocketNested<T> withNewTcpSocket()
withNewTcpSocket in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.TcpSocketNested<T> withNewTcpSocketLike(TCPSocketAction item)
withNewTcpSocketLike in interface ProbeFluent<T extends ProbeFluent<T>>public ProbeFluent.TcpSocketNested<T> editTcpSocket()
editTcpSocket in interface ProbeFluent<T extends ProbeFluent<T>>public Integer getTimeoutSeconds()
getTimeoutSeconds in interface ProbeFluent<T extends ProbeFluent<T>>public T withTimeoutSeconds(Integer timeoutSeconds)
withTimeoutSeconds in interface ProbeFluent<T extends ProbeFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ProbeFluent<T extends ProbeFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ProbeFluent<T extends ProbeFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ProbeFluent<T extends ProbeFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ProbeFluent<T extends ProbeFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ProbeFluent<T extends ProbeFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ProbeFluent<T extends ProbeFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.