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, toJsonString
public 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.Copyright © 2024. All rights reserved.