public class ProbeModel extends Object
| Constructor and Description |
|---|
ProbeModel() |
| Modifier and Type | Method and Description |
|---|---|
ExecActionModel |
getExec() |
HTTPGetActionModel |
getHttpGet() |
int |
getPeriodSeconds() |
TCPSocketActionModel |
getTcpSocket() |
int |
getTimeoutSeconds() |
void |
setExec(ExecActionModel exec) |
void |
setHttpGet(HTTPGetActionModel httpGet) |
void |
setPeriodSeconds(int periodSeconds) |
void |
setTcpSocket(TCPSocketActionModel tcpSocket) |
void |
setTimeoutSeconds(int timeoutSeconds) |
public ExecActionModel getExec()
public void setExec(ExecActionModel exec)
public HTTPGetActionModel getHttpGet()
public void setHttpGet(HTTPGetActionModel httpGet)
public TCPSocketActionModel getTcpSocket()
public void setTcpSocket(TCPSocketActionModel tcpSocket)
public int getTimeoutSeconds()
public void setTimeoutSeconds(int timeoutSeconds)
public int getPeriodSeconds()
public void setPeriodSeconds(int periodSeconds)
Copyright © 2024. All rights reserved.