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 文件 ID | 
| String | getName()Get 文件名 | 
| Long | getSize()Get 文件大小 | 
| String | getType()Get 文件类型 | 
| String | getUpdatedAt()Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFileId(String FileId)Set 文件 ID | 
| void | setName(String Name)Set 文件名 | 
| void | setSize(Long Size)Set 文件大小 | 
| void | setType(String Type)Set 文件类型 | 
| void | setUpdatedAt(String UpdatedAt)Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 - 文件名public Long getSize()
public void setSize(Long Size)
Size - 文件大小public String getType()
public void setType(String Type)
Type - 文件类型public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - 更新时间
注意:此字段可能返回 null,表示取不到有效值。public String getFileId()
public void setFileId(String FileId)
FileId - 文件 IDCopyright © 2025. All rights reserved.