Uses of Class
com.tencentcloudapi.cme.v20191029.models.WeiboPublishInfo
-
Packages that use WeiboPublishInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of WeiboPublishInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return WeiboPublishInfo Modifier and Type Method Description WeiboPublishInfoThirdPartyPublishInfo. getWeiboPublishInfo()Get 新浪微博发布信息,如果使用的发布通道为新浪微博时必填。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type WeiboPublishInfo Modifier and Type Method Description voidThirdPartyPublishInfo. setWeiboPublishInfo(WeiboPublishInfo WeiboPublishInfo)Set 新浪微博发布信息,如果使用的发布通道为新浪微博时必填。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type WeiboPublishInfo Constructor Description 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.
-