public class LastmileProbeResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private LastmileProbeOneWayResult |
downlinkReport |
private int |
rtt |
private int |
state |
private LastmileProbeOneWayResult |
uplinkReport |
| Constructor and Description |
|---|
LastmileProbeResult() |
LastmileProbeResult(int state,
LastmileProbeOneWayResult uplinkReport,
LastmileProbeOneWayResult downlinkReport,
int rtt) |
| Modifier and Type | Method and Description |
|---|---|
LastmileProbeOneWayResult |
getDownlinkReport() |
int |
getRtt() |
int |
getState() |
LastmileProbeOneWayResult |
getUplinkReport() |
void |
setDownlinkReport(LastmileProbeOneWayResult downlinkReport) |
void |
setRtt(int rtt) |
void |
setState(int state) |
void |
setUplinkReport(LastmileProbeOneWayResult uplinkReport) |
private int state
private LastmileProbeOneWayResult uplinkReport
private LastmileProbeOneWayResult downlinkReport
private int rtt
public LastmileProbeResult()
public LastmileProbeResult(int state,
LastmileProbeOneWayResult uplinkReport,
LastmileProbeOneWayResult downlinkReport,
int rtt)
public int getState()
public void setState(int state)
public LastmileProbeOneWayResult getUplinkReport()
public void setUplinkReport(LastmileProbeOneWayResult uplinkReport)
public LastmileProbeOneWayResult getDownlinkReport()
public void setDownlinkReport(LastmileProbeOneWayResult downlinkReport)
public int getRtt()
public void setRtt(int rtt)