Class BaBackupFileResponse

java.lang.Object
com.iland.core.web.rest.response.vac.BaBackupFileResponse
All Implemented Interfaces:
Serializable

public final class BaBackupFileResponse extends Object implements Serializable
VAC Backup File Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • BaBackupFileResponse

      public BaBackupFileResponse(String uuid, String name, String type, float sizeMb, Instant modifiedAt)
      Instantiates a new Ba backup file.
      Parameters:
      uuid - the uuid
      name - the name
      type - the type
      sizeMb - the size mb
      modifiedAt - the modified at
  • Method Details

    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • getType

      public String getType()
      Gets type.
      Returns:
      the type
    • getSizeMb

      public float getSizeMb()
      Gets size mb.
      Returns:
      the size mb
    • getModifiedAt

      public Instant getModifiedAt()
      Gets modified at.
      Returns:
      the modified at