public static class RecalledData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecalledData |
build() |
RecalledData.Builder |
collectionId(Long collectionId)
This is the id for the recalled data collection
|
RecalledData.Builder |
copy(RecalledData model) |
RecalledData.Builder |
createdBy(String createdBy)
This is the user who initiated the recall request
|
RecalledData.Builder |
logSets(String logSets)
This is the list of logsets associated with the recall
|
RecalledData.Builder |
notRecalledDataInBytes(Long notRecalledDataInBytes)
This is the size of the archival data not recalled yet within the specified time range
|
RecalledData.Builder |
purpose(String purpose)
This is the purpose of the recall
|
RecalledData.Builder |
queryString(String queryString)
This is the query associated with the recall
|
RecalledData.Builder |
recallCount(Integer recallCount)
This is the number of recall operations for this recall.
|
RecalledData.Builder |
status(RecalledData.Status status)
This is the status of the recall
|
RecalledData.Builder |
storageUsageInBytes(Long storageUsageInBytes)
This is the size in bytes
|
RecalledData.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the time range of the related data
|
RecalledData.Builder |
timeDataStarted(Date timeDataStarted)
This is the start of the time range of the related data
|
RecalledData.Builder |
timeRecalledDataEnded(Date timeRecalledDataEnded)
This is the recalled data end time
|
RecalledData.Builder |
timeRecalledDataStarted(Date timeRecalledDataStarted)
This is the recalled date start time
|
RecalledData.Builder |
timeStarted(Date timeStarted)
This is the time when the first recall operation was started for this RecalledData
|
public RecalledData.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time range of the related data
timeDataEnded
- the value to setpublic RecalledData.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time range of the related data
timeDataStarted
- the value to setpublic RecalledData.Builder timeStarted(Date timeStarted)
This is the time when the first recall operation was started for this RecalledData
timeStarted
- the value to setpublic RecalledData.Builder status(RecalledData.Status status)
This is the status of the recall
status
- the value to setpublic RecalledData.Builder recallCount(Integer recallCount)
This is the number of recall operations for this recall. Note one RecalledData can be merged from the results of several recall operations if the time duration of the results of the recall operations overlap.
recallCount
- the value to setpublic RecalledData.Builder storageUsageInBytes(Long storageUsageInBytes)
This is the size in bytes
storageUsageInBytes
- the value to setpublic RecalledData.Builder notRecalledDataInBytes(Long notRecalledDataInBytes)
This is the size of the archival data not recalled yet within the specified time range
notRecalledDataInBytes
- the value to setpublic RecalledData.Builder purpose(String purpose)
This is the purpose of the recall
purpose
- the value to setpublic RecalledData.Builder queryString(String queryString)
This is the query associated with the recall
queryString
- the value to setpublic RecalledData.Builder logSets(String logSets)
This is the list of logsets associated with the recall
logSets
- the value to setpublic RecalledData.Builder createdBy(String createdBy)
This is the user who initiated the recall request
createdBy
- the value to setpublic RecalledData.Builder collectionId(Long collectionId)
This is the id for the recalled data collection
collectionId
- the value to setpublic RecalledData.Builder timeRecalledDataStarted(Date timeRecalledDataStarted)
This is the recalled date start time
timeRecalledDataStarted
- the value to setpublic RecalledData.Builder timeRecalledDataEnded(Date timeRecalledDataEnded)
This is the recalled data end time
timeRecalledDataEnded
- the value to setpublic RecalledData build()
public RecalledData.Builder copy(RecalledData model)
Copyright © 2016–2024. All rights reserved.