public class V1HandlerFluentImpl<A extends V1HandlerFluent<A>> extends BaseFluent<A> implements V1HandlerFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1HandlerFluentImpl.ExecNestedImpl<N> |
class |
V1HandlerFluentImpl.HttpGetNestedImpl<N> |
class |
V1HandlerFluentImpl.TcpSocketNestedImpl<N> |
V1HandlerFluent.ExecNested<N>, V1HandlerFluent.HttpGetNested<N>, V1HandlerFluent.TcpSocketNested<N>
_visitables
Constructor and Description |
---|
V1HandlerFluentImpl() |
V1HandlerFluentImpl(V1Handler instance) |
public V1HandlerFluentImpl()
public V1HandlerFluentImpl(V1Handler instance)
@Deprecated public V1ExecAction getExec()
getExec
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1ExecAction buildExec()
buildExec
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public A withExec(V1ExecAction exec)
withExec
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public Boolean hasExec()
hasExec
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.ExecNested<A> withNewExec()
withNewExec
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.ExecNested<A> withNewExecLike(V1ExecAction item)
withNewExecLike
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.ExecNested<A> editExec()
editExec
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.ExecNested<A> editOrNewExec()
editOrNewExec
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.ExecNested<A> editOrNewExecLike(V1ExecAction item)
editOrNewExecLike
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
@Deprecated public V1HTTPGetAction getHttpGet()
getHttpGet
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HTTPGetAction buildHttpGet()
buildHttpGet
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public A withHttpGet(V1HTTPGetAction httpGet)
withHttpGet
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public Boolean hasHttpGet()
hasHttpGet
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.HttpGetNested<A> withNewHttpGet()
withNewHttpGet
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.HttpGetNested<A> withNewHttpGetLike(V1HTTPGetAction item)
withNewHttpGetLike
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.HttpGetNested<A> editHttpGet()
editHttpGet
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.HttpGetNested<A> editOrNewHttpGet()
editOrNewHttpGet
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.HttpGetNested<A> editOrNewHttpGetLike(V1HTTPGetAction item)
editOrNewHttpGetLike
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
@Deprecated public V1TCPSocketAction getTcpSocket()
getTcpSocket
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1TCPSocketAction buildTcpSocket()
buildTcpSocket
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public A withTcpSocket(V1TCPSocketAction tcpSocket)
withTcpSocket
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public Boolean hasTcpSocket()
hasTcpSocket
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.TcpSocketNested<A> withNewTcpSocket()
withNewTcpSocket
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.TcpSocketNested<A> withNewTcpSocketLike(V1TCPSocketAction item)
withNewTcpSocketLike
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.TcpSocketNested<A> editTcpSocket()
editTcpSocket
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.TcpSocketNested<A> editOrNewTcpSocket()
editOrNewTcpSocket
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
public V1HandlerFluent.TcpSocketNested<A> editOrNewTcpSocketLike(V1TCPSocketAction item)
editOrNewTcpSocketLike
in interface V1HandlerFluent<A extends V1HandlerFluent<A>>
Copyright © 2020. All rights reserved.