public class FileRemoveInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileRemoveInput.FileRemoveInputBuilder |
static class |
FileRemoveInput.RemoveFile |
| Constructor and Description |
|---|
FileRemoveInput() |
FileRemoveInput(java.lang.String fileGrpId,
boolean occurExceptionWhenResourceNotFound,
FileRemoveInput.RemoveFile files,
java.lang.String fileId) |
| Modifier and Type | Method and Description |
|---|---|
static FileRemoveInput.FileRemoveInputBuilder |
builder() |
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFileGrpId()
파일 그룹 아이디
|
java.lang.String |
getFileId()
삭제할 파일 아이디
|
FileRemoveInput.RemoveFile |
getFiles()
삭제할 파일 데이터
|
int |
hashCode() |
boolean |
isOccurExceptionWhenResourceNotFound()
리소스 미존재 시, 오류 발생 여부
|
void |
setFileGrpId(java.lang.String fileGrpId)
파일 그룹 아이디
|
void |
setFileId(java.lang.String fileId)
삭제할 파일 아이디
|
void |
setFiles(FileRemoveInput.RemoveFile files)
삭제할 파일 데이터
|
void |
setOccurExceptionWhenResourceNotFound(boolean occurExceptionWhenResourceNotFound)
리소스 미존재 시, 오류 발생 여부
|
java.lang.String |
toString() |
public FileRemoveInput()
public FileRemoveInput(java.lang.String fileGrpId,
boolean occurExceptionWhenResourceNotFound,
FileRemoveInput.RemoveFile files,
java.lang.String fileId)
public static FileRemoveInput.FileRemoveInputBuilder builder()
public java.lang.String getFileGrpId()
public boolean isOccurExceptionWhenResourceNotFound()
public FileRemoveInput.RemoveFile getFiles()
public java.lang.String getFileId()
public void setFileGrpId(java.lang.String fileGrpId)
public void setOccurExceptionWhenResourceNotFound(boolean occurExceptionWhenResourceNotFound)
public void setFiles(FileRemoveInput.RemoveFile files)
public void setFileId(java.lang.String fileId)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object