Class FileRemoveInput

java.lang.Object
com.gsitm.ustra.java.data.file.model.FileRemoveInput

public class FileRemoveInput extends Object
  • Constructor Details

    • FileRemoveInput

      public FileRemoveInput()
    • FileRemoveInput

      public FileRemoveInput(String fileGrpId, boolean occurExceptionWhenResourceNotFound, FileRemoveInput.RemoveFile files, String fileId)
  • Method Details

    • builder

      public static FileRemoveInput.FileRemoveInputBuilder builder()
    • getFileGrpId

      public String getFileGrpId()
      파일 그룹 아이디
    • isOccurExceptionWhenResourceNotFound

      public boolean isOccurExceptionWhenResourceNotFound()
      리소스 미존재 시, 오류 발생 여부
    • getFiles

      public FileRemoveInput.RemoveFile getFiles()
      삭제할 파일 데이터
    • getFileId

      public String getFileId()
      삭제할 파일 아이디
    • setFileGrpId

      public void setFileGrpId(String fileGrpId)
      파일 그룹 아이디
    • setOccurExceptionWhenResourceNotFound

      public void setOccurExceptionWhenResourceNotFound(boolean occurExceptionWhenResourceNotFound)
      리소스 미존재 시, 오류 발생 여부
    • setFiles

      public void setFiles(FileRemoveInput.RemoveFile files)
      삭제할 파일 데이터
    • setFileId

      public void setFileId(String fileId)
      삭제할 파일 아이디
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object