Package com.seeq.model
Class JsonBackupOutputV1
java.lang.Object
com.seeq.model.JsonBackupOutputV1
The list of backups for this object's json property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupDate
(String backupDate) backupName
(String backupName) boolean
The date of the changes contained in this backup.The name of this backup, for use in restoring it.The name of the user whose change prompted this backup.int
hashCode()
void
setBackupDate
(String backupDate) void
setBackupName
(String backupName) void
setUsername
(String username) toString()
-
Constructor Details
-
JsonBackupOutputV1
public JsonBackupOutputV1()
-
-
Method Details
-
backupDate
-
getBackupDate
The date of the changes contained in this backup.- Returns:
- backupDate
-
setBackupDate
-
backupName
-
getBackupName
The name of this backup, for use in restoring it.- Returns:
- backupName
-
setBackupName
-
username
-
getUsername
The name of the user whose change prompted this backup.- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-