@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1Handler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_EXEC |
static String |
SERIALIZED_NAME_HTTP_GET |
static String |
SERIALIZED_NAME_TCP_SOCKET |
Constructor and Description |
---|
V1Handler() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1Handler |
exec(V1ExecAction exec) |
V1ExecAction |
getExec()
Get exec
|
V1HTTPGetAction |
getHttpGet()
Get httpGet
|
V1TCPSocketAction |
getTcpSocket()
Get tcpSocket
|
int |
hashCode() |
V1Handler |
httpGet(V1HTTPGetAction httpGet) |
void |
setExec(V1ExecAction exec) |
void |
setHttpGet(V1HTTPGetAction httpGet) |
void |
setTcpSocket(V1TCPSocketAction tcpSocket) |
V1Handler |
tcpSocket(V1TCPSocketAction tcpSocket) |
String |
toString() |
public static final String SERIALIZED_NAME_EXEC
public static final String SERIALIZED_NAME_HTTP_GET
public static final String SERIALIZED_NAME_TCP_SOCKET
public V1Handler exec(V1ExecAction exec)
@Nullable public V1ExecAction getExec()
public void setExec(V1ExecAction exec)
public V1Handler httpGet(V1HTTPGetAction httpGet)
@Nullable public V1HTTPGetAction getHttpGet()
public void setHttpGet(V1HTTPGetAction httpGet)
public V1Handler tcpSocket(V1TCPSocketAction tcpSocket)
@Nullable public V1TCPSocketAction getTcpSocket()
public void setTcpSocket(V1TCPSocketAction tcpSocket)
Copyright © 2020. All rights reserved.