public class SendIntlPhoneEmailCodeRequest extends AbstractModel
Constructor and Description |
---|
SendIntlPhoneEmailCodeRequest() |
SendIntlPhoneEmailCodeRequest(SendIntlPhoneEmailCodeRequest 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.
|
void |
setCode(String Code)
Set The mobile number or email address.
|
void |
setType(Long Type)
Set The type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SendIntlPhoneEmailCodeRequest()
public SendIntlPhoneEmailCodeRequest(SendIntlPhoneEmailCodeRequest 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.Copyright © 2023. All rights reserved.