Class VODExportInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.VODExportInfo
-
public class VODExportInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VODExportInfo()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetClassId()Get 导出的媒资分类 Id。StringgetName()Get 导出的媒资名称。ThirdPartyPublishInfo[]getThirdPartyPublishInfos()Get 第三方平台发布信息列表。暂未正式对外,请勿使用。voidsetClassId(Long ClassId)Set 导出的媒资分类 Id。voidsetName(String Name)Set 导出的媒资名称。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
-
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- 第三方平台发布信息列表。暂未正式对外,请勿使用。
-
-