public class FileConverterOption
extends java.lang.Object
| Constructor and Description |
|---|
FileConverterOption() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getFilePaths()
파일 경로
|
java.util.List<org.springframework.core.io.Resource> |
getFileResources()
파일 리소스 목록
|
FileConvertInput.FileMetaId |
getMetaDataId()
파일 메타 정보
|
int |
hashCode() |
void |
setFilePaths(java.util.List<java.lang.String> filePaths)
파일 경로
|
void |
setFileResources(java.util.List<org.springframework.core.io.Resource> fileResources)
파일 리소스 목록
|
void |
setMetaDataId(FileConvertInput.FileMetaId metaDataId)
파일 메타 정보
|
java.lang.String |
toString() |
public java.util.List<java.lang.String> getFilePaths()
public java.util.List<org.springframework.core.io.Resource> getFileResources()
public FileConvertInput.FileMetaId getMetaDataId()
public void setFilePaths(java.util.List<java.lang.String> filePaths)
public void setFileResources(java.util.List<org.springframework.core.io.Resource> fileResources)
public void setMetaDataId(FileConvertInput.FileMetaId metaDataId)
public 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.Objectpublic java.lang.String toString()
toString in class java.lang.Object