public class BackupSummaryEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackupSummaryEntity.Builder |
Modifier | Constructor and Description |
---|---|
|
BackupSummaryEntity()
Deprecated.
|
protected |
BackupSummaryEntity(Date recentBackupDate,
Date oldestBackupDate,
Date currentTimeOnServer) |
Modifier and Type | Method and Description |
---|---|
static BackupSummaryEntity.Builder |
builder() |
static BackupSummaryEntity.Builder |
builder(BackupSummaryEntity data) |
boolean |
equals(Object o) |
static BackupSummaryEntity |
fromBackupSummary(BackupSummary summary) |
Date |
getCurrentTimeOnServer() |
Date |
getOldestBackupDate() |
Date |
getRecentBackupDate() |
int |
hashCode() |
void |
setCurrentTimeOnServer(Date currentTimeOnServer) |
void |
setOldestBackupDate(Date oldestBackupDate) |
void |
setRecentBackupDate(Date recentBackupDate) |
String |
toString() |
protected BackupSummaryEntity(Date recentBackupDate, Date oldestBackupDate, Date currentTimeOnServer)
@Deprecated public BackupSummaryEntity()
public static BackupSummaryEntity fromBackupSummary(BackupSummary summary)
public Date getRecentBackupDate()
public void setRecentBackupDate(Date recentBackupDate)
public Date getOldestBackupDate()
public void setOldestBackupDate(Date oldestBackupDate)
public Date getCurrentTimeOnServer()
public void setCurrentTimeOnServer(Date currentTimeOnServer)
public static BackupSummaryEntity.Builder builder()
public static BackupSummaryEntity.Builder builder(BackupSummaryEntity data)
Copyright © 2021 Atlassian. All rights reserved.