public class LifecycleHandlerFluent<A extends LifecycleHandlerFluent<A>> extends BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleHandlerFluent.ExecNested<N> |
class |
LifecycleHandlerFluent.HttpGetNested<N> |
class |
LifecycleHandlerFluent.TcpSocketNested<N> |
_visitables, VISIT| Constructor and Description |
|---|
LifecycleHandlerFluent() |
LifecycleHandlerFluent(LifecycleHandler instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic LifecycleHandlerFluent()
public LifecycleHandlerFluent(LifecycleHandler instance)
public ExecAction buildExec()
public A withExec(ExecAction exec)
public boolean hasExec()
public LifecycleHandlerFluent.ExecNested<A> withNewExec()
public LifecycleHandlerFluent.ExecNested<A> withNewExecLike(ExecAction item)
public LifecycleHandlerFluent.ExecNested<A> editExec()
public LifecycleHandlerFluent.ExecNested<A> editOrNewExec()
public LifecycleHandlerFluent.ExecNested<A> editOrNewExecLike(ExecAction item)
public HTTPGetAction buildHttpGet()
public A withHttpGet(HTTPGetAction httpGet)
public boolean hasHttpGet()
public LifecycleHandlerFluent.HttpGetNested<A> withNewHttpGet()
public LifecycleHandlerFluent.HttpGetNested<A> withNewHttpGetLike(HTTPGetAction item)
public LifecycleHandlerFluent.HttpGetNested<A> editHttpGet()
public LifecycleHandlerFluent.HttpGetNested<A> editOrNewHttpGet()
public LifecycleHandlerFluent.HttpGetNested<A> editOrNewHttpGetLike(HTTPGetAction item)
public TCPSocketAction buildTcpSocket()
public A withTcpSocket(TCPSocketAction tcpSocket)
public boolean hasTcpSocket()
public LifecycleHandlerFluent.TcpSocketNested<A> withNewTcpSocket()
public LifecycleHandlerFluent.TcpSocketNested<A> withNewTcpSocketLike(TCPSocketAction item)
public LifecycleHandlerFluent.TcpSocketNested<A> editTcpSocket()
public LifecycleHandlerFluent.TcpSocketNested<A> editOrNewTcpSocket()
public LifecycleHandlerFluent.TcpSocketNested<A> editOrNewTcpSocketLike(TCPSocketAction item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends LifecycleHandlerFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends LifecycleHandlerFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.