public static class OverlappingRecallSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OverlappingRecallSummary |
build() |
OverlappingRecallSummary.Builder |
collectionId(Long collectionId)
This is the id of the associated recalled data collection
|
OverlappingRecallSummary.Builder |
copy(OverlappingRecallSummary model) |
OverlappingRecallSummary.Builder |
createdBy(String createdBy)
This is the user who initiated the recall request
|
OverlappingRecallSummary.Builder |
logSets(String logSets)
This is the list of logsets associated with this recall
|
OverlappingRecallSummary.Builder |
purpose(String purpose)
This is the purpose of the recall
|
OverlappingRecallSummary.Builder |
queryString(String queryString)
This is the query associated with the recall
|
OverlappingRecallSummary.Builder |
recallId(Long recallId)
This is the id for the recall request
|
OverlappingRecallSummary.Builder |
status(RecallStatus status)
This is the status of the recall
|
OverlappingRecallSummary.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the time range of the archival data
|
OverlappingRecallSummary.Builder |
timeDataStarted(Date timeDataStarted)
This is the start of the time range of the archival data
|
OverlappingRecallSummary.Builder |
timeStarted(Date timeStarted)
This is the time when the recall operation was started for this recall request
|
public OverlappingRecallSummary.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time range of the archival data
timeDataStarted
- the value to setpublic OverlappingRecallSummary.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time range of the archival data
timeDataEnded
- the value to setpublic OverlappingRecallSummary.Builder timeStarted(Date timeStarted)
This is the time when the recall operation was started for this recall request
timeStarted
- the value to setpublic OverlappingRecallSummary.Builder status(RecallStatus status)
This is the status of the recall
status
- the value to setpublic OverlappingRecallSummary.Builder purpose(String purpose)
This is the purpose of the recall
purpose
- the value to setpublic OverlappingRecallSummary.Builder queryString(String queryString)
This is the query associated with the recall
queryString
- the value to setpublic OverlappingRecallSummary.Builder logSets(String logSets)
This is the list of logsets associated with this recall
logSets
- the value to setpublic OverlappingRecallSummary.Builder createdBy(String createdBy)
This is the user who initiated the recall request
createdBy
- the value to setpublic OverlappingRecallSummary.Builder collectionId(Long collectionId)
This is the id of the associated recalled data collection
collectionId
- the value to setpublic OverlappingRecallSummary.Builder recallId(Long recallId)
This is the id for the recall request
recallId
- the value to setpublic OverlappingRecallSummary build()
public OverlappingRecallSummary.Builder copy(OverlappingRecallSummary model)
Copyright © 2016–2024. All rights reserved.