Class FileItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.FileItem
-
public class FileItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDrawCode()Get STRING(64),提取码 注意:此字段可能返回 null,表示取不到有效值。StringgetFileName()Get STRING(256),文件名称 注意:此字段可能返回 null,表示取不到有效值。StringgetFilePath()Get STRING(512),文件路径 注意:此字段可能返回 null,表示取不到有效值。StringgetRandomPassword()Get STRING(120),随机密码 注意:此字段可能返回 null,表示取不到有效值。voidsetDrawCode(String DrawCode)Set STRING(64),提取码 注意:此字段可能返回 null,表示取不到有效值。voidsetFileName(String FileName)Set STRING(256),文件名称 注意:此字段可能返回 null,表示取不到有效值。voidsetFilePath(String FilePath)Set STRING(512),文件路径 注意:此字段可能返回 null,表示取不到有效值。voidsetRandomPassword(String RandomPassword)Set STRING(120),随机密码 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FileItem
public FileItem()
-
FileItem
public 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.
-
-
Method Detail
-
getFileName
public String getFileName()
Get STRING(256),文件名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileName STRING(256),文件名称 注意:此字段可能返回 null,表示取不到有效值。
-
setFileName
public void setFileName(String FileName)
Set STRING(256),文件名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileName- STRING(256),文件名称 注意:此字段可能返回 null,表示取不到有效值。
-
getRandomPassword
public String getRandomPassword()
Get STRING(120),随机密码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RandomPassword STRING(120),随机密码 注意:此字段可能返回 null,表示取不到有效值。
-
setRandomPassword
public void setRandomPassword(String RandomPassword)
Set STRING(120),随机密码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RandomPassword- STRING(120),随机密码 注意:此字段可能返回 null,表示取不到有效值。
-
getFilePath
public String getFilePath()
Get STRING(512),文件路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FilePath STRING(512),文件路径 注意:此字段可能返回 null,表示取不到有效值。
-
setFilePath
public void setFilePath(String FilePath)
Set STRING(512),文件路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FilePath- STRING(512),文件路径 注意:此字段可能返回 null,表示取不到有效值。
-
getDrawCode
public String getDrawCode()
Get STRING(64),提取码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DrawCode STRING(64),提取码 注意:此字段可能返回 null,表示取不到有效值。
-
setDrawCode
public void setDrawCode(String DrawCode)
Set STRING(64),提取码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DrawCode- STRING(64),提取码 注意:此字段可能返回 null,表示取不到有效值。
-
-