public class CreateMmsInstanceItem extends AbstractModel
Constructor and Description |
---|
CreateMmsInstanceItem() |
CreateMmsInstanceItem(CreateMmsInstanceItem 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 |
---|---|
String |
getContent()
Get 素材内容:如果素材是文本类型,直接填写文本内容,否则填写素材文件上传到cos后的url地址
|
Long |
getContentType()
Get 素材类型:1-文本 2-图片 3-视频 4-音频
|
void |
setContent(String Content)
Set 素材内容:如果素材是文本类型,直接填写文本内容,否则填写素材文件上传到cos后的url地址
|
void |
setContentType(Long ContentType)
Set 素材类型:1-文本 2-图片 3-视频 4-音频
|
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 CreateMmsInstanceItem()
public CreateMmsInstanceItem(CreateMmsInstanceItem source)
public Long getContentType()
public void setContentType(Long ContentType)
ContentType
- 素材类型:1-文本 2-图片 3-视频 4-音频public String getContent()
public void setContent(String Content)
Content
- 素材内容:如果素材是文本类型,直接填写文本内容,否则填写素材文件上传到cos后的url地址Copyright © 2022. All rights reserved.