public static class RecalledData.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
RecalledData |
build() |
RecalledData.Builder |
copy(RecalledData o) |
RecalledData.Builder |
recallCount(Integer recallCount) |
RecalledData.Builder |
status(RecalledData.Status status) |
RecalledData.Builder |
storageUsageInBytes(Long storageUsageInBytes) |
RecalledData.Builder |
timeDataEnded(Date timeDataEnded) |
RecalledData.Builder |
timeDataStarted(Date timeDataStarted) |
RecalledData.Builder |
timeStarted(Date timeStarted) |
String |
toString() |
public RecalledData.Builder timeDataEnded(Date timeDataEnded)
public RecalledData.Builder timeDataStarted(Date timeDataStarted)
public RecalledData.Builder timeStarted(Date timeStarted)
public RecalledData.Builder status(RecalledData.Status status)
public RecalledData.Builder recallCount(Integer recallCount)
public RecalledData.Builder storageUsageInBytes(Long storageUsageInBytes)
public RecalledData build()
public RecalledData.Builder copy(RecalledData o)
Copyright © 2016–2021. All rights reserved.