public class TimeWindow
extends Object
implements Serializable
Constructor and Description |
---|
TimeWindow() |
Modifier and Type | Method and Description |
---|---|
TimeWindow |
endTimestamp(String endTimestamp) |
boolean |
equals(Object o) |
String |
getEndTimestamp()
The end timestamp of the matched pattern.
|
String |
getStartTimestamp()
The start timestamp of the matched pattern.
|
int |
hashCode() |
void |
setEndTimestamp(String endTimestamp) |
void |
setStartTimestamp(String startTimestamp) |
TimeWindow |
startTimestamp(String startTimestamp) |
String |
toString() |
public TimeWindow startTimestamp(String startTimestamp)
public String getStartTimestamp()
public void setStartTimestamp(String startTimestamp)
public TimeWindow endTimestamp(String endTimestamp)
public String getEndTimestamp()
public void setEndTimestamp(String endTimestamp)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object