@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1ThanosRulerSpecLifecyclePostStart 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 |
|---|
V1ThanosRulerSpecLifecyclePostStart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1ThanosRulerSpecLifecyclePostStart |
exec(V1ThanosRulerSpecLifecyclePostStartExec exec) |
V1ThanosRulerSpecLifecyclePostStartExec |
getExec()
Get exec
|
V1ThanosRulerSpecLifecyclePostStartHttpGet |
getHttpGet()
Get httpGet
|
V1ThanosRulerSpecLifecyclePostStartTcpSocket |
getTcpSocket()
Get tcpSocket
|
int |
hashCode() |
V1ThanosRulerSpecLifecyclePostStart |
httpGet(V1ThanosRulerSpecLifecyclePostStartHttpGet httpGet) |
void |
setExec(V1ThanosRulerSpecLifecyclePostStartExec exec) |
void |
setHttpGet(V1ThanosRulerSpecLifecyclePostStartHttpGet httpGet) |
void |
setTcpSocket(V1ThanosRulerSpecLifecyclePostStartTcpSocket tcpSocket) |
V1ThanosRulerSpecLifecyclePostStart |
tcpSocket(V1ThanosRulerSpecLifecyclePostStartTcpSocket 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 V1ThanosRulerSpecLifecyclePostStart exec(V1ThanosRulerSpecLifecyclePostStartExec exec)
@Nullable public V1ThanosRulerSpecLifecyclePostStartExec getExec()
public void setExec(V1ThanosRulerSpecLifecyclePostStartExec exec)
public V1ThanosRulerSpecLifecyclePostStart httpGet(V1ThanosRulerSpecLifecyclePostStartHttpGet httpGet)
@Nullable public V1ThanosRulerSpecLifecyclePostStartHttpGet getHttpGet()
public void setHttpGet(V1ThanosRulerSpecLifecyclePostStartHttpGet httpGet)
public V1ThanosRulerSpecLifecyclePostStart tcpSocket(V1ThanosRulerSpecLifecyclePostStartTcpSocket tcpSocket)
@Nullable public V1ThanosRulerSpecLifecyclePostStartTcpSocket getTcpSocket()
public void setTcpSocket(V1ThanosRulerSpecLifecyclePostStartTcpSocket tcpSocket)
Copyright © 2020. All rights reserved.