public class DescribeSmsSignListRequest extends AbstractModel
Constructor and Description |
---|
DescribeSmsSignListRequest() |
DescribeSmsSignListRequest(DescribeSmsSignListRequest 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 |
---|---|
Long |
getInternational()
Get 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。
|
String |
getLicense()
Get 商户证书
|
Long[] |
getSignIdSet()
Get 签名ID数组
|
void |
setInternational(Long International)
Set 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。
|
void |
setLicense(String License)
Set 商户证书
|
void |
setSignIdSet(Long[] SignIdSet)
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 DescribeSmsSignListRequest()
public DescribeSmsSignListRequest(DescribeSmsSignListRequest source)
public String getLicense()
public void setLicense(String License)
License
- 商户证书public Long[] getSignIdSet()
public void setSignIdSet(Long[] SignIdSet)
SignIdSet
- 签名ID数组public Long getInternational()
public void setInternational(Long International)
International
- 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。Copyright © 2022. All rights reserved.