Class WeiboPublishInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.WeiboPublishInfo
-
public class WeiboPublishInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WeiboPublishInfo()
WeiboPublishInfo(WeiboPublishInfo 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 String
getDescription()
Get 视频发布描述信息。String
getTitle()
Get 视频发布标题。String
getVisible()
Get 微博可见性,可取值为: Public:公开,所有人可见; Private:私有,仅自己可见。 默认为 Public,所有人可见。void
setDescription(String Description)
Set 视频发布描述信息。void
setTitle(String Title)
Set 视频发布标题。void
setVisible(String Visible)
Set 微博可见性,可取值为: Public:公开,所有人可见; Private:私有,仅自己可见。 默认为 Public,所有人可见。void
toMap(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
-
WeiboPublishInfo
public WeiboPublishInfo()
-
WeiboPublishInfo
public WeiboPublishInfo(WeiboPublishInfo 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
-
getTitle
public String getTitle()
Get 视频发布标题。- Returns:
- Title 视频发布标题。
-
setTitle
public void setTitle(String Title)
Set 视频发布标题。- Parameters:
Title
- 视频发布标题。
-
getDescription
public String getDescription()
Get 视频发布描述信息。- Returns:
- Description 视频发布描述信息。
-
setDescription
public void setDescription(String Description)
Set 视频发布描述信息。- Parameters:
Description
- 视频发布描述信息。
-
getVisible
public String getVisible()
Get 微博可见性,可取值为:- Public:公开,所有人可见;
- Private:私有,仅自己可见。
默认为 Public,所有人可见。- Returns:
- Visible 微博可见性,可取值为:
- Public:公开,所有人可见;
- Private:私有,仅自己可见。
默认为 Public,所有人可见。
-
setVisible
public void setVisible(String Visible)
Set 微博可见性,可取值为:- Public:公开,所有人可见;
- Private:私有,仅自己可见。
默认为 Public,所有人可见。- Parameters:
Visible
- 微博可见性,可取值为:- Public:公开,所有人可见;
- Private:私有,仅自己可见。
默认为 Public,所有人可见。
-
-