public class MsgFileInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
MsgFileInfo() |
MsgFileInfo(MsgFileInfo 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 |
getDocId()
Get Document ID.
|
String |
getFileName()
Get Document name.
|
String |
getFileSize()
Get Document size.
|
String |
getFileType()
Get Document type.
|
String |
getFileUrl()
Get Document URL.
|
void |
setDocId(String DocId)
Set Document ID.
|
void |
setFileName(String FileName)
Set Document name.
|
void |
setFileSize(String FileSize)
Set Document size.
|
void |
setFileType(String FileType)
Set Document type.
|
void |
setFileUrl(String FileUrl)
Set Document URL.
|
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 MsgFileInfo()
public MsgFileInfo(MsgFileInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName
- Document name.public String getFileSize()
public void setFileSize(String FileSize)
FileSize
- Document size.public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- Document URL.public String getFileType()
public void setFileType(String FileType)
FileType
- Document type.public String getDocId()
public void setDocId(String DocId)
DocId
- Document ID.Copyright © 2025. All rights reserved.