public static class FileRemoveInput.RemoveFile
extends java.lang.Object
| Constructor and Description |
|---|
RemoveFile() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
static FileRemoveInput.RemoveFile |
fromMetaData(java.lang.Integer... fileNos) |
static FileRemoveInput.RemoveFile |
fromMetaData(java.util.List<java.lang.Integer> fileNos) |
static FileRemoveInput.RemoveFile |
fromPaths(java.util.List<java.lang.String> filePaths) |
static FileRemoveInput.RemoveFile |
fromPaths(java.lang.String... filePaths) |
static FileRemoveInput.RemoveFile |
fromResource(java.util.List<org.springframework.core.io.Resource> resources) |
static FileRemoveInput.RemoveFile |
fromResource(org.springframework.core.io.Resource... resources) |
java.util.List<java.lang.Integer> |
getFileNos() |
java.util.List<java.lang.String> |
getPaths() |
java.util.List<org.springframework.core.io.Resource> |
getResources() |
int |
hashCode() |
static FileRemoveInput.RemoveFile |
ofResourceAndMetaData(java.util.List<java.lang.Integer> fileNos,
java.util.List<org.springframework.core.io.Resource> resources) |
static FileRemoveInput.RemoveFile |
ofResourceAndMetaData(java.util.List<java.lang.Integer> fileNos,
org.springframework.core.io.Resource... resources) |
void |
setFileNos(java.util.List<java.lang.Integer> fileNos) |
void |
setPaths(java.util.List<java.lang.String> paths) |
void |
setResources(java.util.List<org.springframework.core.io.Resource> resources) |
java.lang.String |
toString() |
public static FileRemoveInput.RemoveFile fromResource(org.springframework.core.io.Resource... resources)
public static FileRemoveInput.RemoveFile fromResource(java.util.List<org.springframework.core.io.Resource> resources)
public static FileRemoveInput.RemoveFile fromPaths(java.lang.String... filePaths)
public static FileRemoveInput.RemoveFile fromPaths(java.util.List<java.lang.String> filePaths)
public static FileRemoveInput.RemoveFile fromMetaData(java.lang.Integer... fileNos)
public static FileRemoveInput.RemoveFile fromMetaData(java.util.List<java.lang.Integer> fileNos)
public static FileRemoveInput.RemoveFile ofResourceAndMetaData(java.util.List<java.lang.Integer> fileNos, org.springframework.core.io.Resource... resources)
public static FileRemoveInput.RemoveFile ofResourceAndMetaData(java.util.List<java.lang.Integer> fileNos, java.util.List<org.springframework.core.io.Resource> resources)
public java.util.List<java.lang.Integer> getFileNos()
public java.util.List<org.springframework.core.io.Resource> getResources()
public java.util.List<java.lang.String> getPaths()
public void setFileNos(java.util.List<java.lang.Integer> fileNos)
public void setResources(java.util.List<org.springframework.core.io.Resource> resources)
public void setPaths(java.util.List<java.lang.String> paths)
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