public class SendVcodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SendVcodeRequest() | 
| SendVcodeRequest(SendVcodeRequest 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 | getAccountResId()Get 帐号ID | 
| String | getContractResId()Get 合同ID | 
| String | getModule()Get 模块名VerifyCode | 
| String | getOperation()Get 操作名SendVcode | 
| void | setAccountResId(String AccountResId)Set 帐号ID | 
| void | setContractResId(String ContractResId)Set 合同ID | 
| void | setModule(String Module)Set 模块名VerifyCode | 
| void | setOperation(String Operation)Set 操作名SendVcode | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SendVcodeRequest()
public SendVcodeRequest(SendVcodeRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名VerifyCodepublic String getOperation()
public void setOperation(String Operation)
Operation - 操作名SendVcodepublic String getContractResId()
public void setContractResId(String ContractResId)
ContractResId - 合同IDpublic String getAccountResId()
public void setAccountResId(String AccountResId)
AccountResId - 帐号IDCopyright © 2025. All rights reserved.