类 FilePathDTO
- java.lang.Object
-
- net.sinodawn.framework.io.file.FilePathDTO
-
public class FilePathDTO extends Object
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetFileName()StringgetIrregularName()FileScopegetScope()StringgetTimestamp()static FilePathDTOof(String scope, String irregularName, String fileName)static FilePathDTOof(String scope, String timestamp, String irregularName, String fileName)static FilePathDTOof(String scope, java.time.LocalDateTime timestamp, String irregularName, String fileName)voidsetFileName(String fileName)voidsetIrregularName(String irregularName)voidsetScope(FileScope scope)voidsetTimestamp(String timestamp)
-
-
-
方法详细资料
-
of
public static final FilePathDTO of(String scope, String irregularName, String fileName)
-
of
public static final FilePathDTO of(String scope, java.time.LocalDateTime timestamp, String irregularName, String fileName)
-
of
public static final FilePathDTO of(String scope, String timestamp, String irregularName, String fileName)
-
getScope
public FileScope getScope()
-
getTimestamp
public String getTimestamp()
-
getFileName
public String getFileName()
-
getIrregularName
public String getIrregularName()
-
setScope
public void setScope(FileScope scope)
-
setTimestamp
public void setTimestamp(String timestamp)
-
setIrregularName
public void setIrregularName(String irregularName)
-
setFileName
public void setFileName(String fileName)
-
-