public class CreateFlySecMiniAppScanTaskRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateFlySecMiniAppScanTaskRequest() |
CreateFlySecMiniAppScanTaskRequest(CreateFlySecMiniAppScanTaskRequest 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 |
getEmail()
Get 邮箱地址
|
String |
getIndustry()
Get 小程序所属行业
|
String |
getMiniAppID()
Get 小程序AppID
|
String |
getMiniAppTestAccount()
Get 小程序测试账号(自有账号体系需提供,其他情况不需要)
|
String |
getMiniAppTestPwd()
Get 小程序测试密码(自有账号体系需提供,其他情况不需要)
|
String |
getMobile()
Get 手机号码
|
Long |
getMode()
Get 诊断模式 1:基础诊断
|
String |
getSalesPerson()
Get 商务合作接口人
|
Long |
getScanVersion()
Get 诊断扫描版本 0:正式版 1:体验版
|
String |
getSurveyContent()
Get 小程序调查问卷json字符串
|
void |
setEmail(String Email)
Set 邮箱地址
|
void |
setIndustry(String Industry)
Set 小程序所属行业
|
void |
setMiniAppID(String MiniAppID)
Set 小程序AppID
|
void |
setMiniAppTestAccount(String MiniAppTestAccount)
Set 小程序测试账号(自有账号体系需提供,其他情况不需要)
|
void |
setMiniAppTestPwd(String MiniAppTestPwd)
Set 小程序测试密码(自有账号体系需提供,其他情况不需要)
|
void |
setMobile(String Mobile)
Set 手机号码
|
void |
setMode(Long Mode)
Set 诊断模式 1:基础诊断
|
void |
setSalesPerson(String SalesPerson)
Set 商务合作接口人
|
void |
setScanVersion(Long ScanVersion)
Set 诊断扫描版本 0:正式版 1:体验版
|
void |
setSurveyContent(String SurveyContent)
Set 小程序调查问卷json字符串
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateFlySecMiniAppScanTaskRequest()
public CreateFlySecMiniAppScanTaskRequest(CreateFlySecMiniAppScanTaskRequest source)
public String getMiniAppID()
public void setMiniAppID(String MiniAppID)
MiniAppID
- 小程序AppIDpublic Long getMode()
public void setMode(Long Mode)
Mode
- 诊断模式 1:基础诊断public String getMiniAppTestAccount()
public void setMiniAppTestAccount(String MiniAppTestAccount)
MiniAppTestAccount
- 小程序测试账号(自有账号体系需提供,其他情况不需要)public String getMiniAppTestPwd()
public void setMiniAppTestPwd(String MiniAppTestPwd)
MiniAppTestPwd
- 小程序测试密码(自有账号体系需提供,其他情况不需要)public String getIndustry()
public void setIndustry(String Industry)
Industry
- 小程序所属行业public String getSurveyContent()
public void setSurveyContent(String SurveyContent)
SurveyContent
- 小程序调查问卷json字符串public String getMobile()
public void setMobile(String Mobile)
Mobile
- 手机号码public String getEmail()
public void setEmail(String Email)
Email
- 邮箱地址public String getSalesPerson()
public void setSalesPerson(String SalesPerson)
SalesPerson
- 商务合作接口人public Long getScanVersion()
public void setScanVersion(Long ScanVersion)
ScanVersion
- 诊断扫描版本 0:正式版 1:体验版Copyright © 2023. All rights reserved.