public class FileItem extends AbstractModel
Constructor and Description |
---|
FileItem() |
FileItem(FileItem 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 |
getDrawCode()
Get STRING(64),提取码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileName()
Get STRING(256),文件名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFilePath()
Get STRING(512),文件路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRandomPassword()
Get STRING(120),随机密码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDrawCode(String DrawCode)
Set STRING(64),提取码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileName(String FileName)
Set STRING(256),文件名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFilePath(String FilePath)
Set STRING(512),文件路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRandomPassword(String RandomPassword)
Set STRING(120),随机密码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FileItem()
public FileItem(FileItem source)
public String getFileName()
public void setFileName(String FileName)
FileName
- STRING(256),文件名称
注意:此字段可能返回 null,表示取不到有效值。public String getRandomPassword()
public void setRandomPassword(String RandomPassword)
RandomPassword
- STRING(120),随机密码
注意:此字段可能返回 null,表示取不到有效值。public String getFilePath()
public void setFilePath(String FilePath)
FilePath
- STRING(512),文件路径
注意:此字段可能返回 null,表示取不到有效值。public String getDrawCode()
public void setDrawCode(String DrawCode)
DrawCode
- STRING(64),提取码
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.