public class HistoryRangeResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
List<HistoryResponse.FileEntry> |
files
the list of file status objects
|
| Constructor and Description |
|---|
HistoryRangeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndTimeExclusive()
endTimeExclusive (timestamp in ISO-8601 format) provided in the request.
|
String |
getPipe()
fully qualified pipe name
|
String |
getRangeEndTime()
lastInsertTime (timestamp in ISO-8601 format) of the latest entry in the files included in the
response.
|
String |
getRangeStartTime()
lastInsertTime (timestamp in ISO-8601 format) of the oldest entry in the files included in the
response.
|
String |
getStartTimeInclusive()
startTimeInclusive (timestamp in ISO-8601 format) provided in the request.
|
boolean |
isCompleteResult()
False if the report is incomplete, i.e.
|
void |
setCompleteResult(boolean completeResult) |
void |
setEndTimeExclusive(String endTimeExclusive)
endTimeExclusive (timestamp in ISO-8601 format) provided in the request.
|
void |
setPipe(String pipe)
fully qualified pipe name
|
void |
setRangeEndTime(String rangeEndTime)
lastInsertTime (timestamp in ISO-8601 format) of the latest entry in the files included in the
response.
|
void |
setRangeStartTime(String rangeStartTime)
lastInsertTime (timestamp in ISO-8601 format) of the oldest entry in the files included in the
response.
|
void |
setStartTimeInclusive(String startTimeInclusive)
startTimeInclusive (timestamp in ISO-8601 format) provided in the request.
|
String |
toString() |
public List<HistoryResponse.FileEntry> files
public String getPipe()
public void setPipe(String pipe)
public String getStartTimeInclusive()
public void setStartTimeInclusive(String startTimeInclusive)
public String getEndTimeExclusive()
public void setEndTimeExclusive(String endTimeExclusive)
public String getRangeStartTime()
public void setRangeStartTime(String rangeStartTime)
public String getRangeEndTime()
public void setRangeEndTime(String rangeEndTime)
public boolean isCompleteResult()
public void setCompleteResult(boolean completeResult)
Copyright © 2023. All rights reserved.