public class AddCrowdPackInfoRequest extends AbstractModel
Constructor and Description |
---|
AddCrowdPackInfoRequest() |
AddCrowdPackInfoRequest(AddCrowdPackInfoRequest 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 |
getCosUrl()
Get 已经上传好的人群包cos地址
|
String |
getDesc()
Get 人群包描述
|
String |
getFileName()
Get 人群包文件名称,人群包文件必须为utf8编码,动态参数只能是汉字、数字、英文字母的组合,不能包含其他字符
|
String |
getLicense()
Get 商户证书
|
String |
getName()
Get 人群包名称
|
Long |
getPhoneNum()
Get 人群包手机号数量
|
void |
setCosUrl(String CosUrl)
Set 已经上传好的人群包cos地址
|
void |
setDesc(String Desc)
Set 人群包描述
|
void |
setFileName(String FileName)
Set 人群包文件名称,人群包文件必须为utf8编码,动态参数只能是汉字、数字、英文字母的组合,不能包含其他字符
|
void |
setLicense(String License)
Set 商户证书
|
void |
setName(String Name)
Set 人群包名称
|
void |
setPhoneNum(Long PhoneNum)
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 AddCrowdPackInfoRequest()
public AddCrowdPackInfoRequest(AddCrowdPackInfoRequest source)
public String getLicense()
public void setLicense(String License)
License
- 商户证书public String getName()
public void setName(String Name)
Name
- 人群包名称public String getFileName()
public void setFileName(String FileName)
FileName
- 人群包文件名称,人群包文件必须为utf8编码,动态参数只能是汉字、数字、英文字母的组合,不能包含其他字符public String getDesc()
public void setDesc(String Desc)
Desc
- 人群包描述public String getCosUrl()
public void setCosUrl(String CosUrl)
CosUrl
- 已经上传好的人群包cos地址public Long getPhoneNum()
public void setPhoneNum(Long PhoneNum)
PhoneNum
- 人群包手机号数量Copyright © 2022. All rights reserved.