Class FileItem

    • 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,表示取不到有效值。