Class FileRemoveInput
java.lang.Object
com.gsitm.ustra.java.data.file.model.FileRemoveInput
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionFileRemoveInput(String fileGrpId, boolean occurExceptionWhenResourceNotFound, FileRemoveInput.RemoveFile files, String fileId) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanboolean파일 그룹 아이디삭제할 파일 아이디getFiles()삭제할 파일 데이터inthashCode()boolean리소스 미존재 시, 오류 발생 여부voidsetFileGrpId(String fileGrpId) 파일 그룹 아이디void삭제할 파일 아이디void삭제할 파일 데이터voidsetOccurExceptionWhenResourceNotFound(boolean occurExceptionWhenResourceNotFound) 리소스 미존재 시, 오류 발생 여부toString()
-
Constructor Details
-
FileRemoveInput
public FileRemoveInput() -
FileRemoveInput
public FileRemoveInput(String fileGrpId, boolean occurExceptionWhenResourceNotFound, FileRemoveInput.RemoveFile files, String fileId)
-
-
Method Details
-
builder
-
getFileGrpId
파일 그룹 아이디 -
isOccurExceptionWhenResourceNotFound
public boolean isOccurExceptionWhenResourceNotFound()리소스 미존재 시, 오류 발생 여부 -
getFiles
삭제할 파일 데이터 -
getFileId
삭제할 파일 아이디 -
setFileGrpId
파일 그룹 아이디 -
setOccurExceptionWhenResourceNotFound
public void setOccurExceptionWhenResourceNotFound(boolean occurExceptionWhenResourceNotFound) 리소스 미존재 시, 오류 발생 여부 -
setFiles
삭제할 파일 데이터 -
setFileId
삭제할 파일 아이디 -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-