Class DescribeSmsSignListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.DescribeSmsSignListRequest
-
public class DescribeSmsSignListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetInternational()Get 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。StringgetLicense()Get 商户证书Long[]getSignIdSet()Get 签名ID数组voidsetInternational(Long International)Set 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。voidsetLicense(String License)Set 商户证书voidsetSignIdSet(Long[] SignIdSet)Set 签名ID数组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
-
DescribeSmsSignListRequest
public DescribeSmsSignListRequest()
-
DescribeSmsSignListRequest
public 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.
-
-
Method Detail
-
getLicense
public String getLicense()
Get 商户证书- Returns:
- License 商户证书
-
setLicense
public void setLicense(String License)
Set 商户证书- Parameters:
License- 商户证书
-
getSignIdSet
public Long[] getSignIdSet()
Get 签名ID数组- Returns:
- SignIdSet 签名ID数组
-
setSignIdSet
public void setSignIdSet(Long[] SignIdSet)
Set 签名ID数组- Parameters:
SignIdSet- 签名ID数组
-
getInternational
public Long getInternational()
Get 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。- Returns:
- International 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。
-
setInternational
public void setInternational(Long International)
Set 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。- Parameters:
International- 是否国际/港澳台短信: 0:表示国内短信。 1:表示国际/港澳台短信。
-
-