public class InputSendTrafficSecuritySmsMsg extends AbstractModel
Constructor and Description |
---|
InputSendTrafficSecuritySmsMsg() |
InputSendTrafficSecuritySmsMsg(InputSendTrafficSecuritySmsMsg 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 |
getEncryptData()
Get 加密数据
|
Long |
getEncryptMethod()
Get 加密方式,0:AES加密;1:DES加密
|
Long |
getEncryptMode()
Get 加密算法中的块处理模式,0:ECB模式;1:CBC模式;2:CTR模式;3:CFB模式;4:OFB模式;
|
Long |
getIsAuthorized()
Get 是否授权,1:已授权
|
String[] |
getMobiles()
Get 手机号码列表(号码量<=200)
|
Long |
getPaddingType()
Get 填充模式,0:ZeroPadding;1:PKCS5Padding;2:PKCS7Padding;
|
String |
getTaskId()
Get 投放任务ID
|
void |
setEncryptData(String EncryptData)
Set 加密数据
|
void |
setEncryptMethod(Long EncryptMethod)
Set 加密方式,0:AES加密;1:DES加密
|
void |
setEncryptMode(Long EncryptMode)
Set 加密算法中的块处理模式,0:ECB模式;1:CBC模式;2:CTR模式;3:CFB模式;4:OFB模式;
|
void |
setIsAuthorized(Long IsAuthorized)
Set 是否授权,1:已授权
|
void |
setMobiles(String[] Mobiles)
Set 手机号码列表(号码量<=200)
|
void |
setPaddingType(Long PaddingType)
Set 填充模式,0:ZeroPadding;1:PKCS5Padding;2:PKCS7Padding;
|
void |
setTaskId(String TaskId)
Set 投放任务ID
|
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 InputSendTrafficSecuritySmsMsg()
public InputSendTrafficSecuritySmsMsg(InputSendTrafficSecuritySmsMsg source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 投放任务IDpublic String[] getMobiles()
public void setMobiles(String[] Mobiles)
Mobiles
- 手机号码列表(号码量<=200)public Long getIsAuthorized()
public void setIsAuthorized(Long IsAuthorized)
IsAuthorized
- 是否授权,1:已授权public Long getEncryptMethod()
public void setEncryptMethod(Long EncryptMethod)
EncryptMethod
- 加密方式,0:AES加密;1:DES加密public Long getEncryptMode()
public void setEncryptMode(Long EncryptMode)
EncryptMode
- 加密算法中的块处理模式,0:ECB模式;1:CBC模式;2:CTR模式;3:CFB模式;4:OFB模式;public Long getPaddingType()
public void setPaddingType(Long PaddingType)
PaddingType
- 填充模式,0:ZeroPadding;1:PKCS5Padding;2:PKCS7Padding;public String getEncryptData()
public void setEncryptData(String EncryptData)
EncryptData
- 加密数据Copyright © 2022. All rights reserved.