Class CMEExportInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.CMEExportInfo
-
public class CMEExportInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassPath()Get 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。StringgetDescription()Get 导出的媒体信息,不得超过50个字符。StringgetName()Get 导出的媒体名称,不得超过30个字符。EntitygetOwner()Get 导出媒体归属,个人或团队。String[]getTagSet()Get 导出的媒体标签,单个标签不得超过10个字符。ThirdPartyPublishInfo[]getThirdPartyPublishInfos()Get 第三方平台发布信息列表。暂未正式对外,请勿使用。voidsetClassPath(String ClassPath)Set 导出的媒体分类路径,长度不能超过15字符。不存在默认创建。voidsetDescription(String Description)Set 导出的媒体信息,不得超过50个字符。voidsetName(String Name)Set 导出的媒体名称,不得超过30个字符。voidsetOwner(Entity Owner)Set 导出媒体归属,个人或团队。voidsetTagSet(String[] TagSet)Set 导出的媒体标签,单个标签不得超过10个字符。voidsetThirdPartyPublishInfos(ThirdPartyPublishInfo[] ThirdPartyPublishInfos)Set 第三方平台发布信息列表。暂未正式对外,请勿使用。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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- 第三方平台发布信息列表。暂未正式对外,请勿使用。
-
-