public class FileAttributeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
FileAttributeInfo()  | 
FileAttributeInfo(FileAttributeInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFileCreateTime()
Get File creation time 
 | 
String | 
getFileDiff()
Get Differences between old and new files 
 | 
String | 
getFileName()
Get Filename 
 | 
String | 
getFilePath()
Get File path 
 | 
Long | 
getFileSize()
Get File size in bytes 
 | 
String | 
getFileType()
Get File type 
 | 
String | 
getLatestTamperedFileMTime()
Get Time when the file is last tampered with 
 | 
String | 
getNewFile()
Get Content of the new file 
 | 
void | 
setFileCreateTime(String FileCreateTime)
Set File creation time 
 | 
void | 
setFileDiff(String FileDiff)
Set Differences between old and new files 
 | 
void | 
setFileName(String FileName)
Set Filename 
 | 
void | 
setFilePath(String FilePath)
Set File path 
 | 
void | 
setFileSize(Long FileSize)
Set File size in bytes 
 | 
void | 
setFileType(String FileType)
Set File type 
 | 
void | 
setLatestTamperedFileMTime(String LatestTamperedFileMTime)
Set Time when the file is last tampered with 
 | 
void | 
setNewFile(String NewFile)
Set Content of the new file 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FileAttributeInfo()
public FileAttributeInfo(FileAttributeInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName - Filenamepublic String getFileType()
public void setFileType(String FileType)
FileType - File typepublic Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - File size in bytespublic String getFilePath()
public void setFilePath(String FilePath)
FilePath - File pathpublic String getFileCreateTime()
public void setFileCreateTime(String FileCreateTime)
FileCreateTime - File creation timepublic String getLatestTamperedFileMTime()
public void setLatestTamperedFileMTime(String LatestTamperedFileMTime)
LatestTamperedFileMTime - Time when the file is last tampered withpublic String getNewFile()
public void setNewFile(String NewFile)
NewFile - Content of the new filepublic String getFileDiff()
public void setFileDiff(String FileDiff)
FileDiff - Differences between old and new filesCopyright © 2025. All rights reserved.