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 |
getCreatedAt()
Get Creation time.
|
String |
getDocId()
Get DocID returned after parsing.
|
String |
getFileName()
Get File name.
|
String |
getFileSize()
Get File size.
|
String |
getFileType()
Get File type.
|
String |
getFileUrl()
Get URL of the file, address of COS.
|
void |
setCreatedAt(String CreatedAt)
Set Creation time.
|
void |
setDocId(String DocId)
Set DocID returned after parsing.
|
void |
setFileName(String FileName)
Set File name.
|
void |
setFileSize(String FileSize)
Set File size.
|
void |
setFileType(String FileType)
Set File type.
|
void |
setFileUrl(String FileUrl)
Set URL of the file, address of COS.
|
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, toJsonString
public FileInfo()
public FileInfo(FileInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName
- File name.public String getFileSize()
public void setFileSize(String FileSize)
FileSize
- File size.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- URL of the file, address of COS.public String getFileType()
public void setFileType(String FileType)
FileType
- File type.public String getDocId()
public void setDocId(String DocId)
DocId
- DocID returned after parsing.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation time.Copyright © 2025. All rights reserved.