public class CreateIntlPhoneEmailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateIntlPhoneEmailRequest()  | 
CreateIntlPhoneEmailRequest(CreateIntlPhoneEmailRequest 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 | 
getCode()
Get The mobile number or email address. 
 | 
Long | 
getType()
Get The type. 
 | 
String | 
getVerifyCode()
Get The verification code. 
 | 
void | 
setCode(String Code)
Set The mobile number or email address. 
 | 
void | 
setType(Long Type)
Set The type. 
 | 
void | 
setVerifyCode(String VerifyCode)
Set The verification code. 
 | 
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 CreateIntlPhoneEmailRequest()
public CreateIntlPhoneEmailRequest(CreateIntlPhoneEmailRequest source)
public Long getType()
public void setType(Long Type)
Type - The type. Valid values: `1` (mobile number), `2` (email address).public String getCode()
public void setCode(String Code)
Code - The mobile number or email address.public String getVerifyCode()
public void setVerifyCode(String VerifyCode)
VerifyCode - The verification code.Copyright © 2025. All rights reserved.