Class VODExportInfo

    • Constructor Detail

      • VODExportInfo

        public VODExportInfo()
      • VODExportInfo

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

      • getName

        public String getName()
        Get 导出的媒资名称。
        Returns:
        Name 导出的媒资名称。
      • setName

        public void setName​(String Name)
        Set 导出的媒资名称。
        Parameters:
        Name - 导出的媒资名称。
      • getClassId

        public Long getClassId()
        Get 导出的媒资分类 Id。
        Returns:
        ClassId 导出的媒资分类 Id。
      • setClassId

        public void setClassId​(Long ClassId)
        Set 导出的媒资分类 Id。
        Parameters:
        ClassId - 导出的媒资分类 Id。
      • getThirdPartyPublishInfos

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

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