Class BaBackupFileResponse
java.lang.Object
com.iland.core.web.rest.response.vac.BaBackupFileResponse
- All Implemented Interfaces:
Serializable
VAC Backup File Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaBackupFileResponse(String uuid, String name, String type, float sizeMb, Instant modifiedAt) Instantiates a new Ba backup file. -
Method Summary
-
Constructor Details
-
Method Details
-
getUuid
Gets uuid.- Returns:
- the uuid
-
getName
Gets name.- Returns:
- the name
-
getType
Gets type.- Returns:
- the type
-
getSizeMb
public float getSizeMb()Gets size mb.- Returns:
- the size mb
-
getModifiedAt
Gets modified at.- Returns:
- the modified at
-