Class ExtensionFile

    • Constructor Detail

      • ExtensionFile

        public ExtensionFile()
      • ExtensionFile

        public ExtensionFile​(ExtensionFile 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

      • getFileType

        public String getFileType()
        Get 文件类型。枚举值
      • FUNCTION:函数代码
      • STATIC:静态托管代码
      • SMS:短信文件
Returns:
FileType 文件类型。枚举值
  • FUNCTION:函数代码
  • STATIC:静态托管代码
  • SMS:短信文件
  • Parameters:
    FileType - 文件类型。枚举值
  • FUNCTION:函数代码
  • STATIC:静态托管代码
  • SMS:短信文件