public class GetSmsCampaignStatusRequest extends AbstractModel
Constructor and Description |
---|
GetSmsCampaignStatusRequest() |
GetSmsCampaignStatusRequest(GetSmsCampaignStatusRequest 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 |
getCampaignId()
Get 活动ID
|
String |
getLicense()
Get 商户证书
|
void |
setCampaignId(Long CampaignId)
Set 活动ID
|
void |
setLicense(String License)
Set 商户证书
|
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 GetSmsCampaignStatusRequest()
public GetSmsCampaignStatusRequest(GetSmsCampaignStatusRequest source)
public String getLicense()
public void setLicense(String License)
License
- 商户证书public Long getCampaignId()
public void setCampaignId(Long CampaignId)
CampaignId
- 活动IDCopyright © 2021. All rights reserved.