public class FileInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FileInfo() | 
| FileInfo(FileInfo 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 | getFileId()Get File ID
Note: This field may return null, indicating that no valid value is found. | 
| String | getName()Get Filename
Note: This field may return null, indicating that no valid value is found. | 
| Long | getSize()Get File size
Note: This field may return null, indicating that no valid value is found. | 
| String | getType()Get File type
Note: This field may return null, indicating that no valid value is found. | 
| String | getUpdatedAt()Get Update time
Note: This field may return null, indicating that no valid value is found. | 
| void | setFileId(String FileId)Set File ID
Note: This field may return null, indicating that no valid value is found. | 
| void | setName(String Name)Set Filename
Note: This field may return null, indicating that no valid value is found. | 
| void | setSize(Long Size)Set File size
Note: This field may return null, indicating that no valid value is found. | 
| void | setType(String Type)Set File type
Note: This field may return null, indicating that no valid value is found. | 
| void | setUpdatedAt(String UpdatedAt)Set Update time
Note: This field may return null, indicating that no valid value is found. | 
| 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 FileInfo()
public FileInfo(FileInfo source)
public String getName()
public void setName(String Name)
Name - Filename
Note: This field may return null, indicating that no valid value is found.public Long getSize()
public void setSize(Long Size)
Size - File size
Note: This field may return null, indicating that no valid value is found.public String getType()
public void setType(String Type)
Type - File type
Note: This field may return null, indicating that no valid value is found.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - Update time
Note: This field may return null, indicating that no valid value is found.public String getFileId()
public void setFileId(String FileId)
FileId - File ID
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.