public class CMEExportInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CMEExportInfo() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClassPath()Get 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。 | 
| String | getDescription()Get 导出的媒体信息,不得超过50个字符。 | 
| String | getName()Get 导出的媒体名称,不得超过30个字符。 | 
| Entity | getOwner()Get 导出媒体归属,个人或团队。 | 
| String[] | getTagSet()Get 导出的媒体标签,单个标签不得超过10个字符。 | 
| ThirdPartyPublishInfo[] | getThirdPartyPublishInfos()Get 第三方平台发布信息列表。暂未正式对外,请勿使用。 | 
| void | setClassPath(String ClassPath)Set 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。 | 
| void | setDescription(String Description)Set 导出的媒体信息,不得超过50个字符。 | 
| void | setName(String Name)Set 导出的媒体名称,不得超过30个字符。 | 
| void | setOwner(Entity Owner)Set 导出媒体归属,个人或团队。 | 
| void | setTagSet(String[] TagSet)Set 导出的媒体标签,单个标签不得超过10个字符。 | 
| void | setThirdPartyPublishInfos(ThirdPartyPublishInfo[] ThirdPartyPublishInfos)Set 第三方平台发布信息列表。暂未正式对外,请勿使用。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CMEExportInfo()
public CMEExportInfo(CMEExportInfo source)
public Entity getOwner()
public void setOwner(Entity Owner)
Owner - 导出媒体归属,个人或团队。public String getName()
public void setName(String Name)
Name - 导出的媒体名称,不得超过30个字符。public String getDescription()
public void setDescription(String Description)
Description - 导出的媒体信息,不得超过50个字符。public String getClassPath()
public void setClassPath(String ClassPath)
ClassPath - 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。public String[] getTagSet()
public void setTagSet(String[] TagSet)
TagSet - 导出的媒体标签,单个标签不得超过10个字符。public ThirdPartyPublishInfo[] getThirdPartyPublishInfos()
public void setThirdPartyPublishInfos(ThirdPartyPublishInfo[] ThirdPartyPublishInfos)
ThirdPartyPublishInfos - 第三方平台发布信息列表。暂未正式对外,请勿使用。Copyright © 2025. All rights reserved.