public class CreatePhoneEmailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreatePhoneEmailRequest() | 
| CreatePhoneEmailRequest(CreatePhoneEmailRequest 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 手机号或者邮箱 | 
| Long | getType()Get 1:手机   2:邮箱 | 
| String | getVerifyCode()Get 验证码
通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码 | 
| void | setCode(String Code)Set 手机号或者邮箱 | 
| void | setType(Long Type)Set 1:手机   2:邮箱 | 
| void | setVerifyCode(String VerifyCode)Set 验证码
通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码 | 
| 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 CreatePhoneEmailRequest()
public CreatePhoneEmailRequest(CreatePhoneEmailRequest source)
public String getCode()
public void setCode(String Code)
Code - 手机号或者邮箱public Long getType()
public void setType(Long Type)
Type - 1:手机   2:邮箱public String getVerifyCode()
public void setVerifyCode(String VerifyCode)
VerifyCode - 验证码
通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码Copyright © 2025. All rights reserved.