@Generated(value="org.jsonschema2pojo") public class LivenessProbe extends Object
| Constructor and Description |
|---|
LivenessProbe() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
ExecAction |
getExec() |
HTTPGetAction |
getHttpGet() |
Integer |
getInitialDelaySeconds() |
TCPSocketAction |
getTcpSocket() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setExec(ExecAction exec) |
void |
setHttpGet(HTTPGetAction httpGet) |
void |
setInitialDelaySeconds(Integer initialDelaySeconds) |
void |
setTcpSocket(TCPSocketAction tcpSocket) |
String |
toString() |
public ExecAction getExec()
public void setExec(ExecAction exec)
exec - The execpublic HTTPGetAction getHttpGet()
public void setHttpGet(HTTPGetAction httpGet)
httpGet - The httpGetpublic Integer getInitialDelaySeconds()
public void setInitialDelaySeconds(Integer initialDelaySeconds)
initialDelaySeconds - The initialDelaySecondspublic TCPSocketAction getTcpSocket()
public void setTcpSocket(TCPSocketAction tcpSocket)
tcpSocket - The tcpSocketCopyright © 2011–2015 Red Hat. All rights reserved.