public class SendVerifyCodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SendVerifyCodeRequest() | 
| SendVerifyCodeRequest(SendVerifyCodeRequest 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 | getCountryCode()Get Country code. | 
| String | getPhoneNum()Get Mobile number. | 
| void | setCountryCode(String CountryCode)Set Country code. | 
| void | setPhoneNum(String PhoneNum)Set Mobile number. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SendVerifyCodeRequest()
public SendVerifyCodeRequest(SendVerifyCodeRequest source)
public String getCountryCode()
public void setCountryCode(String CountryCode)
CountryCode - Country code.
Parameter value is not allowed to be 7,380,86.public String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum - Mobile number.
The caller needs to ensure the validity and correctness of the mobile number. A global mobile number within a range of 1-32 digits is allowed.No need to add CountryCode before mobile number.Copyright © 2025. All rights reserved.