Class ReportExportResponse


  • public class ReportExportResponse
    extends java.lang.Object
    리포트 내보내기 응답 DTO
    Since:
    25.12.03
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ReportExportResponse failure​(java.lang.String errorCode, java.lang.String errorDetail)
      실패 응답 생성
      static ReportExportResponse success​(java.lang.String reportId, java.lang.String fileName, ExportType type, long size)
      성공 응답 생성
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportExportResponse

        public ReportExportResponse()
    • Method Detail

      • success

        public static ReportExportResponse success​(java.lang.String reportId,
                                                   java.lang.String fileName,
                                                   ExportType type,
                                                   long size)
        성공 응답 생성
      • failure

        public static ReportExportResponse failure​(java.lang.String errorCode,
                                                   java.lang.String errorDetail)
        실패 응답 생성