Class PushMmsContentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.PushMmsContentRequest
-
public class PushMmsContentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PushMmsContentRequest()PushMmsContentRequest(PushMmsContentRequest 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[]getDynamicParaKey()Get 动态参数key(即申请样例时设置的u_或p_开头的动态参数,要求序号有序)String[]getDynamicParaValue()Get 动态参数值,和DynamicParaKey对应LonggetInstanceId()Get 素材样例idStringgetLicense()Get 商户证书StringgetSession()Get 附带数据字段StringgetTel()Get 手机号voidsetDynamicParaKey(String[] DynamicParaKey)Set 动态参数key(即申请样例时设置的u_或p_开头的动态参数,要求序号有序)voidsetDynamicParaValue(String[] DynamicParaValue)Set 动态参数值,和DynamicParaKey对应voidsetInstanceId(Long InstanceId)Set 素材样例idvoidsetLicense(String License)Set 商户证书voidsetSession(String Session)Set 附带数据字段voidsetTel(String Tel)Set 手机号voidtoMap(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
-
PushMmsContentRequest
public PushMmsContentRequest()
-
PushMmsContentRequest
public PushMmsContentRequest(PushMmsContentRequest 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
-
getLicense
public String getLicense()
Get 商户证书- Returns:
- License 商户证书
-
setLicense
public void setLicense(String License)
Set 商户证书- Parameters:
License- 商户证书
-
getInstanceId
public Long getInstanceId()
Get 素材样例id- Returns:
- InstanceId 素材样例id
-
setInstanceId
public void setInstanceId(Long InstanceId)
Set 素材样例id- Parameters:
InstanceId- 素材样例id
-
getTel
public String getTel()
Get 手机号- Returns:
- Tel 手机号
-
setTel
public void setTel(String Tel)
Set 手机号- Parameters:
Tel- 手机号
-
getSession
public String getSession()
Get 附带数据字段- Returns:
- Session 附带数据字段
-
setSession
public void setSession(String Session)
Set 附带数据字段- Parameters:
Session- 附带数据字段
-
getDynamicParaKey
public String[] getDynamicParaKey()
Get 动态参数key(即申请样例时设置的u_或p_开头的动态参数,要求序号有序)- Returns:
- DynamicParaKey 动态参数key(即申请样例时设置的u_或p_开头的动态参数,要求序号有序)
-
setDynamicParaKey
public void setDynamicParaKey(String[] DynamicParaKey)
Set 动态参数key(即申请样例时设置的u_或p_开头的动态参数,要求序号有序)- Parameters:
DynamicParaKey- 动态参数key(即申请样例时设置的u_或p_开头的动态参数,要求序号有序)
-
getDynamicParaValue
public String[] getDynamicParaValue()
Get 动态参数值,和DynamicParaKey对应- Returns:
- DynamicParaValue 动态参数值,和DynamicParaKey对应
-
setDynamicParaValue
public void setDynamicParaValue(String[] DynamicParaValue)
Set 动态参数值,和DynamicParaKey对应- Parameters:
DynamicParaValue- 动态参数值,和DynamicParaKey对应
-
-