public static class RecalledData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecalledData |
build() |
RecalledData.Builder |
copy(RecalledData o) |
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 |
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 build()
public RecalledData.Builder copy(RecalledData o)
Copyright © 2016–2022. All rights reserved.