Class CMEExportInfo

    • Constructor Detail

      • CMEExportInfo

        public CMEExportInfo()
      • CMEExportInfo

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

      • getOwner

        public Entity getOwner()
        Get 导出媒体归属,个人或团队。
        Returns:
        Owner 导出媒体归属,个人或团队。
      • setOwner

        public void setOwner​(Entity Owner)
        Set 导出媒体归属,个人或团队。
        Parameters:
        Owner - 导出媒体归属,个人或团队。
      • getName

        public String getName()
        Get 导出的媒体名称,不得超过30个字符。
        Returns:
        Name 导出的媒体名称,不得超过30个字符。
      • setName

        public void setName​(String Name)
        Set 导出的媒体名称,不得超过30个字符。
        Parameters:
        Name - 导出的媒体名称,不得超过30个字符。
      • getDescription

        public String getDescription()
        Get 导出的媒体信息,不得超过50个字符。
        Returns:
        Description 导出的媒体信息,不得超过50个字符。
      • setDescription

        public void setDescription​(String Description)
        Set 导出的媒体信息,不得超过50个字符。
        Parameters:
        Description - 导出的媒体信息,不得超过50个字符。
      • getClassPath

        public String getClassPath()
        Get 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。
        Returns:
        ClassPath 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。
      • setClassPath

        public void setClassPath​(String ClassPath)
        Set 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。
        Parameters:
        ClassPath - 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。
      • getTagSet

        public String[] getTagSet()
        Get 导出的媒体标签,单个标签不得超过10个字符。
        Returns:
        TagSet 导出的媒体标签,单个标签不得超过10个字符。
      • setTagSet

        public void setTagSet​(String[] TagSet)
        Set 导出的媒体标签,单个标签不得超过10个字符。
        Parameters:
        TagSet - 导出的媒体标签,单个标签不得超过10个字符。
      • getThirdPartyPublishInfos

        public ThirdPartyPublishInfo[] getThirdPartyPublishInfos()
        Get 第三方平台发布信息列表。暂未正式对外,请勿使用。
        Returns:
        ThirdPartyPublishInfos 第三方平台发布信息列表。暂未正式对外,请勿使用。
      • setThirdPartyPublishInfos

        public void setThirdPartyPublishInfos​(ThirdPartyPublishInfo[] ThirdPartyPublishInfos)
        Set 第三方平台发布信息列表。暂未正式对外,请勿使用。
        Parameters:
        ThirdPartyPublishInfos - 第三方平台发布信息列表。暂未正式对外,请勿使用。