public class DownTime
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DownTime() |
DownTime(long endTime) |
DownTime(long startTime,
long endTime) |
Modifier and Type | Method and Description |
---|---|
long |
getEndTime() |
long |
getET() |
long |
getStartTime() |
boolean |
hasStartTime() |
boolean |
isDataAbsent() |
boolean |
isEstimated() |
void |
setDataAbsent(boolean dataAbsent) |
void |
setEndTime(long endTime) |
void |
setEstimated(boolean estimated) |
void |
setStartTime(long startTime) |
java.lang.String |
toString() |
public DownTime()
public DownTime(long endTime)
public DownTime(long startTime, long endTime)
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public void setEstimated(boolean estimated)
public boolean isEstimated()
public void setDataAbsent(boolean dataAbsent)
public boolean isDataAbsent()
public long getET()
public boolean hasStartTime()
public java.lang.String toString()
toString
in class java.lang.Object