public static class RecalledDataSize.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecalledDataSize |
build() |
RecalledDataSize.Builder |
copy(RecalledDataSize model) |
RecalledDataSize.Builder |
notRecalledDataInBytes(Long notRecalledDataInBytes)
This is the size of the archival data not recalled yet
|
RecalledDataSize.Builder |
recalledDataInBytes(Long recalledDataInBytes)
This is the size of the recalled data
|
RecalledDataSize.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the time range of the archival data
|
RecalledDataSize.Builder |
timeDataStarted(Date timeDataStarted)
This is the start of the time range of the archival data
|
public RecalledDataSize.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time range of the archival data
timeDataStarted
- the value to setpublic RecalledDataSize.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time range of the archival data
timeDataEnded
- the value to setpublic RecalledDataSize.Builder recalledDataInBytes(Long recalledDataInBytes)
This is the size of the recalled data
recalledDataInBytes
- the value to setpublic RecalledDataSize.Builder notRecalledDataInBytes(Long notRecalledDataInBytes)
This is the size of the archival data not recalled yet
notRecalledDataInBytes
- the value to setpublic RecalledDataSize build()
public RecalledDataSize.Builder copy(RecalledDataSize model)
Copyright © 2016–2024. All rights reserved.