public class VODExportInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getClassId()
Get 导出的媒资分类 Id。
|
String |
getName()
Get 导出的媒资名称。
|
ThirdPartyPublishInfo[] |
getThirdPartyPublishInfos()
Get 第三方平台发布信息列表。暂未正式对外,请勿使用。
|
void |
setClassId(Long ClassId)
Set 导出的媒资分类 Id。
|
void |
setName(String Name)
Set 导出的媒资名称。
|
void |
setThirdPartyPublishInfos(ThirdPartyPublishInfo[] ThirdPartyPublishInfos)
Set 第三方平台发布信息列表。暂未正式对外,请勿使用。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VODExportInfo()
public VODExportInfo(VODExportInfo source)
public String getName()
public void setName(String Name)
Name
- 导出的媒资名称。public Long getClassId()
public void setClassId(Long ClassId)
ClassId
- 导出的媒资分类 Id。public ThirdPartyPublishInfo[] getThirdPartyPublishInfos()
public void setThirdPartyPublishInfos(ThirdPartyPublishInfo[] ThirdPartyPublishInfos)
ThirdPartyPublishInfos
- 第三方平台发布信息列表。暂未正式对外,请勿使用。Copyright © 2022. All rights reserved.