public class PenguinMediaPlatformPublishInfo extends AbstractModel
Constructor and Description |
---|
PenguinMediaPlatformPublishInfo() |
PenguinMediaPlatformPublishInfo(PenguinMediaPlatformPublishInfo 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 |
getCategory()
Get 视频分类,详见[企鹅号官网](https://open.om.qq.com/resources/resourcesCenter)视频分类。
|
String |
getDescription()
Get 视频发布描述信息。
|
String[] |
getTags()
Get 视频标签。
|
String |
getTitle()
Get 视频发布标题。
|
void |
setCategory(Long Category)
Set 视频分类,详见[企鹅号官网](https://open.om.qq.com/resources/resourcesCenter)视频分类。
|
void |
setDescription(String Description)
Set 视频发布描述信息。
|
void |
setTags(String[] Tags)
Set 视频标签。
|
void |
setTitle(String Title)
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 PenguinMediaPlatformPublishInfo()
public PenguinMediaPlatformPublishInfo(PenguinMediaPlatformPublishInfo source)
public String getTitle()
public void setTitle(String Title)
Title
- 视频发布标题。public String getDescription()
public void setDescription(String Description)
Description
- 视频发布描述信息。public String[] getTags()
public void setTags(String[] Tags)
Tags
- 视频标签。public Long getCategory()
public void setCategory(Long Category)
Category
- 视频分类,详见[企鹅号官网](https://open.om.qq.com/resources/resourcesCenter)视频分类。Copyright © 2022. All rights reserved.